Package net.minecraft.structure
Class NetherFortressGenerator.PieceData
java.lang.Object
net.minecraft.structure.NetherFortressGenerator.PieceData
- Enclosing class:
 NetherFortressGenerator
- Mappings:
 Namespace Name named net/minecraft/structure/NetherFortressGenerator$PieceDataintermediary net/minecraft/class_3390$class_3404official elx$n
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintfinal intfinal Class<? extends NetherFortressGenerator.Piece> final booleanfinal int - 
Constructor Summary
ConstructorsConstructorDescriptionPieceData(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit) PieceData(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit, boolean repeatable)  - 
Method Summary
 
- 
Field Details
- 
pieceType
- Mappings:
 Namespace Name Mixin selector named pieceTypeLnet/minecraft/structure/NetherFortressGenerator$PieceData;pieceType:Ljava/lang/Class;intermediary field_14501Lnet/minecraft/class_3390$class_3404;field_14501:Ljava/lang/Class;official aLelx$n;a:Ljava/lang/Class;
 - 
weight
public final int weight- Mappings:
 Namespace Name Mixin selector named weightLnet/minecraft/structure/NetherFortressGenerator$PieceData;weight:Iintermediary field_14503Lnet/minecraft/class_3390$class_3404;field_14503:Iofficial bLelx$n;b:I
 - 
generatedCount
public int generatedCount- Mappings:
 Namespace Name Mixin selector named generatedCountLnet/minecraft/structure/NetherFortressGenerator$PieceData;generatedCount:Iintermediary field_14502Lnet/minecraft/class_3390$class_3404;field_14502:Iofficial cLelx$n;c:I
 - 
limit
public final int limit- Mappings:
 Namespace Name Mixin selector named limitLnet/minecraft/structure/NetherFortressGenerator$PieceData;limit:Iintermediary field_14499Lnet/minecraft/class_3390$class_3404;field_14499:Iofficial dLelx$n;d:I
 - 
repeatable
public final boolean repeatable- Mappings:
 Namespace Name Mixin selector named repeatableLnet/minecraft/structure/NetherFortressGenerator$PieceData;repeatable:Zintermediary field_14500Lnet/minecraft/class_3390$class_3404;field_14500:Zofficial eLelx$n;e:Z
 
 - 
 - 
Constructor Details
- 
PieceData
public PieceData(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit, boolean repeatable) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/structure/NetherFortressGenerator$PieceData;<init>(Ljava/lang/Class;IIZ)Vintermediary <init>Lnet/minecraft/class_3390$class_3404;<init>(Ljava/lang/Class;IIZ)Vofficial <init>Lelx$n;<init>(Ljava/lang/Class;IIZ)V
 - 
PieceData
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/structure/NetherFortressGenerator$PieceData;<init>(Ljava/lang/Class;II)Vintermediary <init>Lnet/minecraft/class_3390$class_3404;<init>(Ljava/lang/Class;II)Vofficial <init>Lelx$n;<init>(Ljava/lang/Class;II)V
 
 - 
 - 
Method Details
- 
canGenerate
public boolean canGenerate(int chainLength) - Mappings:
 Namespace Name Mixin selector named canGenerateLnet/minecraft/structure/NetherFortressGenerator$PieceData;canGenerate(I)Zintermediary method_14816Lnet/minecraft/class_3390$class_3404;method_14816(I)Zofficial aLelx$n;a(I)Z
 - 
canGenerate
public boolean canGenerate()- Mappings:
 Namespace Name Mixin selector named canGenerateLnet/minecraft/structure/NetherFortressGenerator$PieceData;canGenerate()Zintermediary method_14815Lnet/minecraft/class_3390$class_3404;method_14815()Zofficial aLelx$n;a()Z
 
 -