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 intermediary net/minecraft/class_3342$class_3343official dtm$anamed 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
placementData, pos, template, templateIdStringFields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength -
Constructor Summary
ConstructorsConstructorDescriptionPiece(StructureTemplateManager manager, String template, BlockPos pos, BlockRotation rotation, boolean includeAir) Piece(StructureTemplateManager manager, NbtCompound nbt) -
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(StructureContext context, NbtCompound nbt) Methods inherited from class net.minecraft.structure.SimpleStructurePiece
generate, getPlacementData, getPos, getRotation, getTemplate, translateMethods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, boundingBox, canAddBlock, canReplace, createBox, fill, fillDownwards, fillHalfEllipsoid, fillOpenings, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, firstIntersecting, getBlockAt, getBoundingBox, getCenter, getChainLength, getFacing, getMirror, getRandomHorizontalDirection, getType, intersectsChunk, isUnderSeaLevel, offsetPos, orientateChest, setChainLength, setOrientation, toNbt
-
Constructor Details
-
Piece
public Piece(StructureTemplateManager manager, String template, BlockPos pos, BlockRotation rotation, boolean includeAir) - Mappings:
Namespace Name Mixin selector 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)Vofficial <init>Ldtm$a;<init>(Ldvr;Ljava/lang/String;Lgu;Lcvw;Z)Vnamed <init>Lnet/minecraft/structure/EndCityGenerator$Piece;<init>(Lnet/minecraft/structure/StructureTemplateManager;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Z)V
-
Piece
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_3342$class_3343;<init>(Lnet/minecraft/class_3485;Lnet/minecraft/class_2487;)Vofficial <init>Ldtm$a;<init>(Ldvr;Lqr;)Vnamed <init>Lnet/minecraft/structure/EndCityGenerator$Piece;<init>(Lnet/minecraft/structure/StructureTemplateManager;Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
createPlacementData
private static StructurePlacementData createPlacementData(boolean includeAir, BlockRotation rotation) - Mappings:
Namespace Name Mixin selector intermediary method_35427Lnet/minecraft/class_3342$class_3343;method_35427(ZLnet/minecraft/class_2470;)Lnet/minecraft/class_3492;official aLdtm$a;a(ZLcvw;)Ldvm;named createPlacementDataLnet/minecraft/structure/EndCityGenerator$Piece;createPlacementData(ZLnet/minecraft/util/BlockRotation;)Lnet/minecraft/structure/StructurePlacementData;
-
getId
- Overrides:
getIdin classSimpleStructurePiece- Mappings:
Namespace Name Mixin selector intermediary method_35470Lnet/minecraft/class_3470;method_35470()Lnet/minecraft/class_2960;official bLdsh;b()Lacq;named getIdLnet/minecraft/structure/SimpleStructurePiece;getId()Lnet/minecraft/util/Identifier;
-
getId
- Mappings:
Namespace Name Mixin selector intermediary method_35425Lnet/minecraft/class_3342$class_3343;method_35425(Ljava/lang/String;)Lnet/minecraft/class_2960;official aLdtm$a;a(Ljava/lang/String;)Lacq;named getIdLnet/minecraft/structure/EndCityGenerator$Piece;getId(Ljava/lang/String;)Lnet/minecraft/util/Identifier;
-
writeNbt
- Overrides:
writeNbtin classSimpleStructurePiece- Mappings:
Namespace Name Mixin selector intermediary method_14943Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_6625;Lnet/minecraft/class_2487;)Vofficial aLdsb;a(Ldsn;Lqr;)Vnamed writeNbtLnet/minecraft/structure/StructurePiece;writeNbt(Lnet/minecraft/structure/StructureContext;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 intermediary method_15026Lnet/minecraft/class_3470;method_15026(Ljava/lang/String;Lnet/minecraft/class_2338;Lnet/minecraft/class_5425;Lnet/minecraft/class_5819;Lnet/minecraft/class_3341;)Vofficial aLdsh;a(Ljava/lang/String;Lgu;Lcmz;Lapf;Ldrp;)Vnamed handleMetadataLnet/minecraft/structure/SimpleStructurePiece;handleMetadata(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/ServerWorldAccess;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockBox;)V
-