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