Package net.minecraft.structure
Class EndCityGenerator.Piece
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.SimpleStructurePiece
net.minecraft.structure.EndCityGenerator.Piece
- Enclosing class:
- EndCityGenerator
- Mappings:
Namespace Name official dat$a
intermediary net/minecraft/class_3342$class_3343
named net/minecraft/structure/EndCityGenerator$Piece
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer
-
Field Summary
Fields inherited from class net.minecraft.structure.SimpleStructurePiece
field_31664, placementData, pos, structure
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
ConstructorDescriptionPiece(ServerWorld serverWorld, NbtCompound nbtCompound)
Piece(StructureManager manager, String template, BlockPos pos, BlockRotation rotation, boolean ignoreAir)
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleMetadata(String metadata, BlockPos pos, ServerWorldAccess world, Random random, BlockBox boundingBox)
private static Identifier
method_35425(String string)
private static StructurePlacementData
method_35427(boolean bool, BlockRotation blockRotation)
protected Identifier
protected void
writeNbt(ServerWorld world, NbtCompound nbt)
Methods inherited from class net.minecraft.structure.SimpleStructurePiece
generate, getRotation, translate
Methods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, canAddBlock, canReplace, fill, fillDownwards, fillHalfEllipsoid, fillOpenings, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getChainLength, getFacing, getType, intersectsChunk, isUnderSeaLevel, method_33882, method_35454, method_35455, method_35456, method_35457, method_35458, method_35460, offsetPos, orientateChest, setOrientation, toNbt
-
Constructor Details
-
Piece
public Piece(StructureManager manager, String template, BlockPos pos, BlockRotation rotation, boolean ignoreAir)- Mappings:
Namespace Name Mixin selector official <init>
Ldat$a;<init>(Ldcp;Ljava/lang/String;Lgg;Lcfk;Z)V
intermediary <init>
Lnet/minecraft/class_3342$class_3343;<init>(Lnet/minecraft/class_3485;Ljava/lang/String;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Z)V
named <init>
Lnet/minecraft/structure/EndCityGenerator$Piece;<init>(Lnet/minecraft/structure/StructureManager;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Z)V
-
Piece
-
-
Method Details
-
method_35427
- Mappings:
Namespace Name Mixin selector official a
Ldat$a;a(ZLcfk;)Ldcq;
intermediary method_35427
Lnet/minecraft/class_3342$class_3343;method_35427(ZLnet/minecraft/class_2470;)Lnet/minecraft/class_3492;
named method_35427
Lnet/minecraft/structure/EndCityGenerator$Piece;method_35427(ZLnet/minecraft/util/BlockRotation;)Lnet/minecraft/structure/StructurePlacementData;
-
method_35470
- Overrides:
method_35470
in classSimpleStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Ldbp;a()Lww;
intermediary method_35470
Lnet/minecraft/class_3470;method_35470()Lnet/minecraft/class_2960;
named method_35470
Lnet/minecraft/structure/SimpleStructurePiece;method_35470()Lnet/minecraft/util/Identifier;
-
method_35425
- Mappings:
Namespace Name Mixin selector official a
Ldat$a;a(Ljava/lang/String;)Lww;
intermediary method_35425
Lnet/minecraft/class_3342$class_3343;method_35425(Ljava/lang/String;)Lnet/minecraft/class_2960;
named method_35425
Lnet/minecraft/structure/EndCityGenerator$Piece;method_35425(Ljava/lang/String;)Lnet/minecraft/util/Identifier;
-
writeNbt
- Overrides:
writeNbt
in classSimpleStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Ldbl;a(Labr;Lna;)V
intermediary method_14943
Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_3218;Lnet/minecraft/class_2487;)V
named writeNbt
Lnet/minecraft/structure/StructurePiece;writeNbt(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/nbt/NbtCompound;)V
-
handleMetadata
protected void handleMetadata(String metadata, BlockPos pos, ServerWorldAccess world, Random random, BlockBox boundingBox)- Specified by:
handleMetadata
in classSimpleStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Ldbp;a(Ljava/lang/String;Lgg;Lbxd;Ljava/util/Random;Ldaq;)V
intermediary method_15026
Lnet/minecraft/class_3470;method_15026(Ljava/lang/String;Lnet/minecraft/class_2338;Lnet/minecraft/class_5425;Ljava/util/Random;Lnet/minecraft/class_3341;)V
named handleMetadata
Lnet/minecraft/structure/SimpleStructurePiece;handleMetadata(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/ServerWorldAccess;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;)V
-