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$PieceData
intermediary net/minecraft/class_3390$class_3404
official ekr$n
-
Field Summary
Modifier and TypeFieldDescriptionint
final int
final Class
<? extends NetherFortressGenerator.Piece> final boolean
final int
-
Constructor Summary
ConstructorDescriptionPieceData
(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 pieceType
Lnet/minecraft/structure/NetherFortressGenerator$PieceData;pieceType:Ljava/lang/Class;
intermediary field_14501
Lnet/minecraft/class_3390$class_3404;field_14501:Ljava/lang/Class;
official a
Lekr$n;a:Ljava/lang/Class;
-
weight
public final int weight- Mappings:
Namespace Name Mixin selector named weight
Lnet/minecraft/structure/NetherFortressGenerator$PieceData;weight:I
intermediary field_14503
Lnet/minecraft/class_3390$class_3404;field_14503:I
official b
Lekr$n;b:I
-
generatedCount
public int generatedCount- Mappings:
Namespace Name Mixin selector named generatedCount
Lnet/minecraft/structure/NetherFortressGenerator$PieceData;generatedCount:I
intermediary field_14502
Lnet/minecraft/class_3390$class_3404;field_14502:I
official c
Lekr$n;c:I
-
limit
public final int limit- Mappings:
Namespace Name Mixin selector named limit
Lnet/minecraft/structure/NetherFortressGenerator$PieceData;limit:I
intermediary field_14499
Lnet/minecraft/class_3390$class_3404;field_14499:I
official d
Lekr$n;d:I
-
repeatable
public final boolean repeatable- Mappings:
Namespace Name Mixin selector named repeatable
Lnet/minecraft/structure/NetherFortressGenerator$PieceData;repeatable:Z
intermediary field_14500
Lnet/minecraft/class_3390$class_3404;field_14500:Z
official e
Lekr$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)V
intermediary <init>
Lnet/minecraft/class_3390$class_3404;<init>(Ljava/lang/Class;IIZ)V
official <init>
Lekr$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)V
intermediary <init>
Lnet/minecraft/class_3390$class_3404;<init>(Ljava/lang/Class;II)V
official <init>
Lekr$n;<init>(Ljava/lang/Class;II)V
-
-
Method Details
-
canGenerate
public boolean canGenerate(int chainLength) - Mappings:
Namespace Name Mixin selector named canGenerate
Lnet/minecraft/structure/NetherFortressGenerator$PieceData;canGenerate(I)Z
intermediary method_14816
Lnet/minecraft/class_3390$class_3404;method_14816(I)Z
official a
Lekr$n;a(I)Z
-
canGenerate
public boolean canGenerate()- Mappings:
Namespace Name Mixin selector named canGenerate
Lnet/minecraft/structure/NetherFortressGenerator$PieceData;canGenerate()Z
intermediary method_14815
Lnet/minecraft/class_3390$class_3404;method_14815()Z
official a
Lekr$n;a()Z
-