Package net.minecraft.structure
Class WoodlandMansionGenerator.Piece
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.SimpleStructurePiece
net.minecraft.structure.WoodlandMansionGenerator.Piece
- Enclosing class:
- WoodlandMansionGenerator
public static class WoodlandMansionGenerator.Piece extends SimpleStructurePiece
- Mappings:
Namespace Name official cxl$iintermediary net/minecraft/class_3471$class_3480named net/minecraft/structure/WoodlandMansionGenerator$Piece
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer -
Field Summary
Fields Modifier and Type Field Description private BlockMirrormirrorprivate BlockRotationrotationprivate StringtemplateFields inherited from class net.minecraft.structure.SimpleStructurePiece
placementData, pos, structureFields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength -
Constructor Summary
Constructors Constructor Description Piece(StructureManager structureManager, String string, BlockPos blockPos, BlockRotation blockRotation)Piece(StructureManager structureManager, String string, BlockPos blockPos, BlockRotation blockRotation, BlockMirror blockMirror)Piece(StructureManager structureManager, CompoundTag compoundTag) -
Method Summary
Modifier and Type Method Description protected voidhandleMetadata(String metadata, BlockPos pos, ServerWorldAccess world, Random random, BlockBox boundingBox)private voidsetupPlacement(StructureManager structureManager)protected voidtoNbt(CompoundTag tag)Methods inherited from class net.minecraft.structure.SimpleStructurePiece
generate, getRotation, setStructureData, translateMethods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, fill, fillDownwards, fillHalfEllipsoid, fillOpenings, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getChainLength, getFacing, getOverlappingPiece, getTag, getType, intersectsChunk, isTouchingLiquid, isUnderSeaLevel, orientateChest, setOrientation
-
Field Details
-
template
- Mappings:
Namespace Name Mixin selector official dLcxl$i;d:Ljava/lang/String;intermediary field_15455Lnet/minecraft/class_3471$class_3480;field_15455:Ljava/lang/String;named templateLnet/minecraft/structure/WoodlandMansionGenerator$Piece;template:Ljava/lang/String;
-
rotation
- Mappings:
Namespace Name Mixin selector official eLcxl$i;e:Lccm;intermediary field_15457Lnet/minecraft/class_3471$class_3480;field_15457:Lnet/minecraft/class_2470;named rotationLnet/minecraft/structure/WoodlandMansionGenerator$Piece;rotation:Lnet/minecraft/util/BlockRotation;
-
mirror
- Mappings:
Namespace Name Mixin selector official fLcxl$i;f:Lcbb;intermediary field_15456Lnet/minecraft/class_3471$class_3480;field_15456:Lnet/minecraft/class_2415;named mirrorLnet/minecraft/structure/WoodlandMansionGenerator$Piece;mirror:Lnet/minecraft/util/BlockMirror;
-
-
Constructor Details
-
Piece
public Piece(StructureManager structureManager, String string, BlockPos blockPos, BlockRotation blockRotation) -
Piece
public Piece(StructureManager structureManager, String string, BlockPos blockPos, BlockRotation blockRotation, BlockMirror blockMirror) -
Piece
-
-
Method Details
-
setupPlacement
- Mappings:
Namespace Name Mixin selector official aLcxl$i;a(Lcyj;)Vintermediary method_15068Lnet/minecraft/class_3471$class_3480;method_15068(Lnet/minecraft/class_3485;)Vnamed setupPlacementLnet/minecraft/structure/WoodlandMansionGenerator$Piece;setupPlacement(Lnet/minecraft/structure/StructureManager;)V
-
toNbt
- Overrides:
toNbtin classSimpleStructurePiece- Mappings:
Namespace Name Mixin selector official aLcxh;a(Lmq;)Vintermediary method_14943Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_2487;)Vnamed toNbtLnet/minecraft/structure/StructurePiece;toNbt(Lnet/minecraft/nbt/CompoundTag;)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 aLcxk;a(Ljava/lang/String;Lfx;Lbuj;Ljava/util/Random;Lcwn;)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
-