Package net.minecraft.structure
Class RuinedPortalStructurePiece.Properties
java.lang.Object
net.minecraft.structure.RuinedPortalStructurePiece.Properties
- Enclosing class:
- RuinedPortalStructurePiece
public static class RuinedPortalStructurePiece.Properties extends Object
-
Field Summary
Fields Modifier and Type Field Description booleanairPocketstatic com.mojang.serialization.Codec<RuinedPortalStructurePiece.Properties>CODECbooleancoldfloatmossinessbooleanovergrownbooleanreplaceWithBlackstonebooleanvines -
Constructor Summary
Constructors Constructor Description Properties()Properties(boolean cold, float mossiness, boolean airPocket, boolean overgrown, boolean vines, boolean replaceWithBlackstone) -
Method Summary
-
Field Details
-
Constructor Details
-
Properties
public Properties() -
Properties
public Properties(boolean cold, float mossiness, boolean airPocket, boolean overgrown, boolean vines, boolean replaceWithBlackstone)
-