Package net.minecraft.structure
Class NetherFortressPieces.PieceData
java.lang.Object
net.minecraft.structure.NetherFortressPieces.PieceData
- Enclosing class:
- NetherFortressPieces
- Mappings:
Namespace Name official avw$nintermediary net/minecraft/class_1261$class_1275named net/minecraft/structure/NetherFortressPieces$PieceData
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintClass<? extends NetherFortressPieces.AbstractPiece>booleanfinal int -
Constructor Summary
ConstructorsConstructorDescriptionPieceData(Class<? extends NetherFortressPieces.AbstractPiece> pieceType, int weight, int limit) PieceData(Class<? extends NetherFortressPieces.AbstractPiece> pieceType, int weight, int limit, boolean repeatable) -
Method Summary
-
Field Details
-
pieceType
- Mappings:
Namespace Name Mixin selector official aLavw$n;a:Ljava/lang/Class;intermediary field_4923Lnet/minecraft/class_1261$class_1275;field_4923:Ljava/lang/Class;named pieceTypeLnet/minecraft/structure/NetherFortressPieces$PieceData;pieceType:Ljava/lang/Class;
-
weight
public final int weight- Mappings:
Namespace Name Mixin selector official bLavw$n;b:Iintermediary field_4924Lnet/minecraft/class_1261$class_1275;field_4924:Inamed weightLnet/minecraft/structure/NetherFortressPieces$PieceData;weight:I
-
generatedCount
public int generatedCount- Mappings:
Namespace Name Mixin selector official cLavw$n;c:Iintermediary field_4925Lnet/minecraft/class_1261$class_1275;field_4925:Inamed generatedCountLnet/minecraft/structure/NetherFortressPieces$PieceData;generatedCount:I
-
limit
public int limit- Mappings:
Namespace Name Mixin selector official dLavw$n;d:Iintermediary field_4926Lnet/minecraft/class_1261$class_1275;field_4926:Inamed limitLnet/minecraft/structure/NetherFortressPieces$PieceData;limit:I
-
repeatable
public boolean repeatable- Mappings:
Namespace Name Mixin selector official eLavw$n;e:Zintermediary field_4927Lnet/minecraft/class_1261$class_1275;field_4927:Znamed repeatableLnet/minecraft/structure/NetherFortressPieces$PieceData;repeatable:Z
-
-
Constructor Details
-
PieceData
public PieceData(Class<? extends NetherFortressPieces.AbstractPiece> pieceType, int weight, int limit, boolean repeatable) - Mappings:
Namespace Name Mixin selector official <init>Lavw$n;<init>(Ljava/lang/Class;IIZ)Vintermediary <init>Lnet/minecraft/class_1261$class_1275;<init>(Ljava/lang/Class;IIZ)Vnamed <init>Lnet/minecraft/structure/NetherFortressPieces$PieceData;<init>(Ljava/lang/Class;IIZ)V
-
PieceData
public PieceData(Class<? extends NetherFortressPieces.AbstractPiece> pieceType, int weight, int limit) - Mappings:
Namespace Name Mixin selector official <init>Lavw$n;<init>(Ljava/lang/Class;II)Vintermediary <init>Lnet/minecraft/class_1261$class_1275;<init>(Ljava/lang/Class;II)Vnamed <init>Lnet/minecraft/structure/NetherFortressPieces$PieceData;<init>(Ljava/lang/Class;II)V
-
-
Method Details
-
canGenerate
public boolean canGenerate(int chainLength) - Mappings:
Namespace Name Mixin selector official aLavw$n;a(I)Zintermediary method_4079Lnet/minecraft/class_1261$class_1275;method_4079(I)Znamed canGenerateLnet/minecraft/structure/NetherFortressPieces$PieceData;canGenerate(I)Z
-
canGenerate
public boolean canGenerate()- Mappings:
Namespace Name Mixin selector official aLavw$n;a()Zintermediary method_4078Lnet/minecraft/class_1261$class_1275;method_4078()Znamed canGenerateLnet/minecraft/structure/NetherFortressPieces$PieceData;canGenerate()Z
-