Package net.minecraft.structure
Class RuinedPortalStructurePiece.Properties
java.lang.Object
net.minecraft.structure.RuinedPortalStructurePiece.Properties
- Enclosing class:
 RuinedPortalStructurePiece
- Mappings:
 Namespace Name official dug$aintermediary net/minecraft/class_5189$class_5190named net/minecraft/structure/RuinedPortalStructurePiece$Properties
- 
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanstatic final com.mojang.serialization.Codec<RuinedPortalStructurePiece.Properties>booleanfloatbooleanbooleanboolean - 
Constructor Summary
ConstructorsConstructorDescriptionProperties(boolean cold, float mossiness, boolean airPocket, boolean overgrown, boolean vines, boolean replaceWithBlackstone)  - 
Method Summary
 
- 
Field Details
- 
CODEC
- Mappings:
 Namespace Name Mixin selector official aLdug$a;a:Lcom/mojang/serialization/Codec;intermediary field_24993Lnet/minecraft/class_5189$class_5190;field_24993:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/structure/RuinedPortalStructurePiece$Properties;CODEC:Lcom/mojang/serialization/Codec;
 - 
cold
public boolean cold- Mappings:
 Namespace Name Mixin selector official bLdug$a;b:Zintermediary field_24023Lnet/minecraft/class_5189$class_5190;field_24023:Znamed coldLnet/minecraft/structure/RuinedPortalStructurePiece$Properties;cold:Z
 - 
mossiness
public float mossiness- Mappings:
 Namespace Name Mixin selector official cLdug$a;c:Fintermediary field_24024Lnet/minecraft/class_5189$class_5190;field_24024:Fnamed mossinessLnet/minecraft/structure/RuinedPortalStructurePiece$Properties;mossiness:F
 - 
airPocket
public boolean airPocket- Mappings:
 Namespace Name Mixin selector official dLdug$a;d:Zintermediary field_24025Lnet/minecraft/class_5189$class_5190;field_24025:Znamed airPocketLnet/minecraft/structure/RuinedPortalStructurePiece$Properties;airPocket:Z
 - 
overgrown
public boolean overgrown- Mappings:
 Namespace Name Mixin selector official eLdug$a;e:Zintermediary field_24026Lnet/minecraft/class_5189$class_5190;field_24026:Znamed overgrownLnet/minecraft/structure/RuinedPortalStructurePiece$Properties;overgrown:Z
 - 
vines
public boolean vines- Mappings:
 Namespace Name Mixin selector official fLdug$a;f:Zintermediary field_24027Lnet/minecraft/class_5189$class_5190;field_24027:Znamed vinesLnet/minecraft/structure/RuinedPortalStructurePiece$Properties;vines:Z
 - 
replaceWithBlackstone
public boolean replaceWithBlackstone- Mappings:
 Namespace Name Mixin selector official gLdug$a;g:Zintermediary field_24028Lnet/minecraft/class_5189$class_5190;field_24028:Znamed replaceWithBlackstoneLnet/minecraft/structure/RuinedPortalStructurePiece$Properties;replaceWithBlackstone:Z
 
 - 
 - 
Constructor Details
- 
Properties
public Properties() - 
Properties
public Properties(boolean cold, float mossiness, boolean airPocket, boolean overgrown, boolean vines, boolean replaceWithBlackstone) - Mappings:
 Namespace Name Mixin selector official <init>Ldug$a;<init>(ZFZZZZ)Vintermediary <init>Lnet/minecraft/class_5189$class_5190;<init>(ZFZZZZ)Vnamed <init>Lnet/minecraft/structure/RuinedPortalStructurePiece$Properties;<init>(ZFZZZZ)V
 
 -