Package net.minecraft.structure
Class BuriedTreasureGenerator.Piece
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.BuriedTreasureGenerator.Piece
- Enclosing class:
BuriedTreasureGenerator
- Mappings:
Namespace Name official eay$a
intermediary net/minecraft/class_3789$class_3339
named net/minecraft/structure/BuriedTreasureGenerator$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.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox chunkBox, ChunkPos chunkPos, BlockPos pivot) private boolean
isLiquid
(BlockState state) protected void
writeNbt
(StructureContext context, NbtCompound nbt) Methods 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, getRotation, getType, intersectsChunk, isUnderSeaLevel, offsetPos, orientateChest, setChainLength, setOrientation, toNbt, translate
-
Constructor Details
-
Piece
- Mappings:
Namespace Name Mixin selector official <init>
Leay$a;<init>(Lhx;)V
intermediary <init>
Lnet/minecraft/class_3789$class_3339;<init>(Lnet/minecraft/class_2338;)V
named <init>
Lnet/minecraft/structure/BuriedTreasureGenerator$Piece;<init>(Lnet/minecraft/util/math/BlockPos;)V
-
Piece
- Mappings:
Namespace Name Mixin selector official <init>
Leay$a;<init>(Lsn;)V
intermediary <init>
Lnet/minecraft/class_3789$class_3339;<init>(Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/BuriedTreasureGenerator$Piece;<init>(Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
writeNbt
- Specified by:
writeNbt
in classStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Ldzk;a(Ldzw;Lsn;)V
intermediary method_14943
Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_6625;Lnet/minecraft/class_2487;)V
named writeNbt
Lnet/minecraft/structure/StructurePiece;writeNbt(Lnet/minecraft/structure/StructureContext;Lnet/minecraft/nbt/NbtCompound;)V
-
generate
public void generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox chunkBox, ChunkPos chunkPos, BlockPos pivot) - Specified by:
generate
in classStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Ldzk;a(Lcuk;Lcui;Ldle;Lauv;Ldyy;Lcsw;Lhx;)V
intermediary method_14931
Lnet/minecraft/class_3443;method_14931(Lnet/minecraft/class_5281;Lnet/minecraft/class_5138;Lnet/minecraft/class_2794;Lnet/minecraft/class_5819;Lnet/minecraft/class_3341;Lnet/minecraft/class_1923;Lnet/minecraft/class_2338;)V
named generate
Lnet/minecraft/structure/StructurePiece;generate(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/BlockPos;)V
-
isLiquid
- Mappings:
Namespace Name Mixin selector official b
Leay$a;b(Ldjh;)Z
intermediary method_14655
Lnet/minecraft/class_3789$class_3339;method_14655(Lnet/minecraft/class_2680;)Z
named isLiquid
Lnet/minecraft/structure/BuriedTreasureGenerator$Piece;isLiquid(Lnet/minecraft/block/BlockState;)Z
-