public static class RuinedPortalStructurePiece.Properties extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
airPocket |
static com.mojang.serialization.Codec<RuinedPortalStructurePiece.Properties> |
CODEC |
boolean |
cold |
float |
mossiness |
boolean |
overgrown |
boolean |
replaceWithBlackstone |
boolean |
vines |
Constructor and Description |
---|
Properties() |
Properties(boolean cold,
float mossiness,
boolean airPocket,
boolean overgrown,
boolean vines,
boolean replaceWithBlackstone) |
public static final com.mojang.serialization.Codec<RuinedPortalStructurePiece.Properties> CODEC
public boolean cold
public float mossiness
public boolean airPocket
public boolean overgrown
public boolean vines
public boolean replaceWithBlackstone