Package net.minecraft.structure
Class NetherFortressGenerator.PieceData
java.lang.Object
net.minecraft.structure.NetherFortressGenerator.PieceData
- Enclosing class:
 NetherFortressGenerator
- Mappings:
 Namespace Name official dqn$nintermediary net/minecraft/class_3390$class_3404named net/minecraft/structure/NetherFortressGenerator$PieceData
- 
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 official aLdqn$n;a:Ljava/lang/Class;intermediary field_14501Lnet/minecraft/class_3390$class_3404;field_14501:Ljava/lang/Class;named pieceTypeLnet/minecraft/structure/NetherFortressGenerator$PieceData;pieceType:Ljava/lang/Class;
 - 
weight
public final int weight- Mappings:
 Namespace Name Mixin selector official bLdqn$n;b:Iintermediary field_14503Lnet/minecraft/class_3390$class_3404;field_14503:Inamed weightLnet/minecraft/structure/NetherFortressGenerator$PieceData;weight:I
 - 
generatedCount
public int generatedCount- Mappings:
 Namespace Name Mixin selector official cLdqn$n;c:Iintermediary field_14502Lnet/minecraft/class_3390$class_3404;field_14502:Inamed generatedCountLnet/minecraft/structure/NetherFortressGenerator$PieceData;generatedCount:I
 - 
limit
public final int limit- Mappings:
 Namespace Name Mixin selector official dLdqn$n;d:Iintermediary field_14499Lnet/minecraft/class_3390$class_3404;field_14499:Inamed limitLnet/minecraft/structure/NetherFortressGenerator$PieceData;limit:I
 - 
repeatable
public final boolean repeatable- Mappings:
 Namespace Name Mixin selector official eLdqn$n;e:Zintermediary field_14500Lnet/minecraft/class_3390$class_3404;field_14500:Znamed repeatableLnet/minecraft/structure/NetherFortressGenerator$PieceData;repeatable:Z
 
 - 
 - 
Constructor Details
- 
PieceData
public PieceData(Class<? extends NetherFortressGenerator.Piece> pieceType, int weight, int limit, boolean repeatable) - Mappings:
 Namespace Name Mixin selector official <init>Ldqn$n;<init>(Ljava/lang/Class;IIZ)Vintermediary <init>Lnet/minecraft/class_3390$class_3404;<init>(Ljava/lang/Class;IIZ)Vnamed <init>Lnet/minecraft/structure/NetherFortressGenerator$PieceData;<init>(Ljava/lang/Class;IIZ)V
 - 
PieceData
- Mappings:
 Namespace Name Mixin selector official <init>Ldqn$n;<init>(Ljava/lang/Class;II)Vintermediary <init>Lnet/minecraft/class_3390$class_3404;<init>(Ljava/lang/Class;II)Vnamed <init>Lnet/minecraft/structure/NetherFortressGenerator$PieceData;<init>(Ljava/lang/Class;II)V
 
 - 
 - 
Method Details
- 
canGenerate
public boolean canGenerate(int chainLength) - Mappings:
 Namespace Name Mixin selector official aLdqn$n;a(I)Zintermediary method_14816Lnet/minecraft/class_3390$class_3404;method_14816(I)Znamed canGenerateLnet/minecraft/structure/NetherFortressGenerator$PieceData;canGenerate(I)Z
 - 
canGenerate
public boolean canGenerate()- Mappings:
 Namespace Name Mixin selector official aLdqn$n;a()Zintermediary method_14815Lnet/minecraft/class_3390$class_3404;method_14815()Znamed canGenerateLnet/minecraft/structure/NetherFortressGenerator$PieceData;canGenerate()Z
 
 -