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 boolean
airPocket
static com.mojang.serialization.Codec<RuinedPortalStructurePiece.Properties>
CODEC
boolean
cold
float
mossiness
boolean
overgrown
boolean
replaceWithBlackstone
boolean
vines
-
Constructor Summary
Constructors Constructor Description Properties()
Properties(boolean cold, float mossiness, boolean airPocket, boolean overgrown, boolean vines, boolean replaceWithBlackstone)
-
Method Summary
-
Field Details
-
CODEC
-
cold
public boolean cold -
mossiness
public float mossiness -
airPocket
public boolean airPocket -
overgrown
public boolean overgrown -
vines
public boolean vines -
replaceWithBlackstone
public boolean replaceWithBlackstone
-
-
Constructor Details
-
Properties
public Properties() -
Properties
public Properties(boolean cold, float mossiness, boolean airPocket, boolean overgrown, boolean vines, boolean replaceWithBlackstone)
-