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$aintermediary net/minecraft/class_3342$class_3343named 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
identifier, placementData, pos, structureFields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength -
Constructor Summary
ConstructorsConstructorDescriptionPiece(ServerWorld world, NbtCompound nbtCompound) Piece(StructureManager manager, String template, BlockPos pos, BlockRotation rotation, boolean includeAir) -
Method Summary
Modifier and TypeMethodDescriptionprivate static StructurePlacementDatacreatePlacementData(boolean includeAir, BlockRotation rotation) protected IdentifiergetId()private static Identifierprotected voidhandleMetadata(String metadata, BlockPos pos, ServerWorldAccess world, Random random, BlockBox boundingBox) protected voidwriteNbt(ServerWorld world, NbtCompound nbt) Methods inherited from class net.minecraft.structure.SimpleStructurePiece
generate, getRotation, translateMethods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, canAddBlock, canReplace, createBox, fill, fillDownwards, fillHalfEllipsoid, fillOpenings, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getCenter, getChainLength, getFacing, getMirror, getRandomHorizontalDirection, getType, intersectsChunk, isUnderSeaLevel, method_33882, offsetPos, orientateChest, setOrientation, toNbt
-
Constructor Details
-
Piece
public Piece(StructureManager manager, String template, BlockPos pos, BlockRotation rotation, boolean includeAir) - Mappings:
Namespace Name Mixin selector official <init>Ldat$a;<init>(Ldcp;Ljava/lang/String;Lgg;Lcfk;Z)Vintermediary <init>Lnet/minecraft/class_3342$class_3343;<init>(Lnet/minecraft/class_3485;Ljava/lang/String;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Z)Vnamed <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
- Mappings:
Namespace Name Mixin selector official <init>Ldat$a;<init>(Labr;Lna;)Vintermediary <init>Lnet/minecraft/class_3342$class_3343;<init>(Lnet/minecraft/class_3218;Lnet/minecraft/class_2487;)Vnamed <init>Lnet/minecraft/structure/EndCityGenerator$Piece;<init>(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
createPlacementData
private static StructurePlacementData createPlacementData(boolean includeAir, BlockRotation rotation) - Mappings:
Namespace Name Mixin selector official aLdat$a;a(ZLcfk;)Ldcq;intermediary method_35427Lnet/minecraft/class_3342$class_3343;method_35427(ZLnet/minecraft/class_2470;)Lnet/minecraft/class_3492;named createPlacementDataLnet/minecraft/structure/EndCityGenerator$Piece;createPlacementData(ZLnet/minecraft/util/BlockRotation;)Lnet/minecraft/structure/StructurePlacementData;
-
getId
- Overrides:
getIdin classSimpleStructurePiece- Mappings:
Namespace Name Mixin selector official aLdbp;a()Lww;intermediary method_35470Lnet/minecraft/class_3470;method_35470()Lnet/minecraft/class_2960;named getIdLnet/minecraft/structure/SimpleStructurePiece;getId()Lnet/minecraft/util/Identifier;
-
getId
- Mappings:
Namespace Name Mixin selector official aLdat$a;a(Ljava/lang/String;)Lww;intermediary method_35425Lnet/minecraft/class_3342$class_3343;method_35425(Ljava/lang/String;)Lnet/minecraft/class_2960;named getIdLnet/minecraft/structure/EndCityGenerator$Piece;getId(Ljava/lang/String;)Lnet/minecraft/util/Identifier;
-
writeNbt
- Overrides:
writeNbtin classSimpleStructurePiece- Mappings:
Namespace Name Mixin selector official aLdbl;a(Labr;Lna;)Vintermediary method_14943Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_3218;Lnet/minecraft/class_2487;)Vnamed writeNbtLnet/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:
handleMetadatain classSimpleStructurePiece- Mappings:
Namespace Name Mixin selector official aLdbp;a(Ljava/lang/String;Lgg;Lbxd;Ljava/util/Random;Ldaq;)Vintermediary method_15026Lnet/minecraft/class_3470;method_15026(Ljava/lang/String;Lnet/minecraft/class_2338;Lnet/minecraft/class_5425;Ljava/util/Random;Lnet/minecraft/class_3341;)Vnamed handleMetadataLnet/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
-