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
public static class EndCityGenerator.Piece extends SimpleStructurePiece
- Mappings:
Namespace Name official czs$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
field_31664, placementData, pos, structureFields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength -
Constructor Summary
Constructors Constructor Description Piece(ServerWorld serverWorld, NbtCompound nbtCompound)Piece(StructureManager manager, String template, BlockPos pos, BlockRotation rotation, boolean ignoreAir) -
Method Summary
Modifier and Type Method Description protected voidhandleMetadata(String metadata, BlockPos pos, ServerWorldAccess world, Random random, BlockBox boundingBox)private static Identifiermethod_35425(String string)private static StructurePlacementDatamethod_35427(boolean bool, BlockRotation blockRotation)protected Identifiermethod_35470()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, 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>Lczs$a;<init>(Ldbn;Ljava/lang/String;Lgb;Lcek;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
-
-
Method Details
-
method_35427
- Mappings:
Namespace Name Mixin selector official aLczs$a;a(ZLcek;)Ldbo;intermediary method_35427Lnet/minecraft/class_3342$class_3343;method_35427(ZLnet/minecraft/class_2470;)Lnet/minecraft/class_3492;named method_35427Lnet/minecraft/structure/EndCityGenerator$Piece;method_35427(ZLnet/minecraft/util/BlockRotation;)Lnet/minecraft/structure/StructurePlacementData;
-
method_35470
- Overrides:
method_35470in classSimpleStructurePiece- Mappings:
Namespace Name Mixin selector official at_Ldao;at_()Lwp;intermediary method_35470Lnet/minecraft/class_3470;method_35470()Lnet/minecraft/class_2960;named method_35470Lnet/minecraft/structure/SimpleStructurePiece;method_35470()Lnet/minecraft/util/Identifier;
-
method_35425
- Mappings:
Namespace Name Mixin selector official aLczs$a;a(Ljava/lang/String;)Lwp;intermediary method_35425Lnet/minecraft/class_3342$class_3343;method_35425(Ljava/lang/String;)Lnet/minecraft/class_2960;named method_35425Lnet/minecraft/structure/EndCityGenerator$Piece;method_35425(Ljava/lang/String;)Lnet/minecraft/util/Identifier;
-
writeNbt
- Overrides:
writeNbtin classSimpleStructurePiece- Mappings:
Namespace Name Mixin selector official aLdak;a(Labj;Lmv;)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 aLdao;a(Ljava/lang/String;Lgb;Lbwf;Ljava/util/Random;Lczp;)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
-