Package net.minecraft.structure
Class SwampHutGenerator
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.StructurePieceWithDimensions
net.minecraft.structure.SwampHutGenerator
public class SwampHutGenerator extends StructurePieceWithDimensions
- Mappings:
Namespace Name official czbintermediary net/minecraft/class_3447named net/minecraft/structure/SwampHutGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer -
Field Summary
Fields inherited from class net.minecraft.structure.StructurePieceWithDimensions
depth, height, hPos, widthFields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength -
Constructor Summary
Constructors Constructor Description SwampHutGenerator(Random random, int int2, int int3)SwampHutGenerator(StructureManager structureManager, CompoundTag nbt) -
Method Summary
Modifier and Type Method Description booleangenerate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos)private voidspawnCat(ServerWorldAccess world, BlockBox box)protected voidwriteNbt(CompoundTag tag)Methods inherited from class net.minecraft.structure.StructurePieceWithDimensions
method_14839Methods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, canAddBlock, fill, fillDownwards, fillHalfEllipsoid, fillOpenings, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getChainLength, getFacing, getOverlappingPiece, getRotation, getType, intersectsChunk, isUnderSeaLevel, method_33781, method_33881, method_33882, orientateChest, setOrientation, toNbt, translate
-
Field Details
-
hasWitch
private boolean hasWitch- Mappings:
Namespace Name Mixin selector official eLczb;e:Zintermediary field_15322Lnet/minecraft/class_3447;field_15322:Znamed hasWitchLnet/minecraft/structure/SwampHutGenerator;hasWitch:Z
-
hasCat
private boolean hasCat- Mappings:
Namespace Name Mixin selector official fLczb;f:Zintermediary field_16445Lnet/minecraft/class_3447;field_16445:Znamed hasCatLnet/minecraft/structure/SwampHutGenerator;hasCat:Z
-
-
Constructor Details
-
SwampHutGenerator
- Mappings:
Namespace Name Mixin selector official <init>Lczb;<init>(Ljava/util/Random;II)Vintermediary <init>Lnet/minecraft/class_3447;<init>(Ljava/util/Random;II)Vnamed <init>Lnet/minecraft/structure/SwampHutGenerator;<init>(Ljava/util/Random;II)V
-
SwampHutGenerator
- Mappings:
Namespace Name Mixin selector official <init>Lczb;<init>(Ldab;Lmr;)Vintermediary <init>Lnet/minecraft/class_3447;<init>(Lnet/minecraft/class_3485;Lnet/minecraft/class_2487;)Vnamed <init>Lnet/minecraft/structure/SwampHutGenerator;<init>(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/nbt/CompoundTag;)V
-
-
Method Details
-
writeNbt
- Overrides:
writeNbtin classStructurePieceWithDimensions- Mappings:
Namespace Name Mixin selector official aLcyz;a(Lmr;)Vintermediary method_14943Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_2487;)Vnamed writeNbtLnet/minecraft/structure/StructurePiece;writeNbt(Lnet/minecraft/nbt/CompoundTag;)V
-
generate
public boolean generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos)- Specified by:
generatein classStructurePiece- Mappings:
Namespace Name Mixin selector official aLcyz;a(Lbvl;Lbvh;Lckj;Ljava/util/Random;Lcye;Lbtv;Lfx;)Zintermediary method_14931Lnet/minecraft/class_3443;method_14931(Lnet/minecraft/class_5281;Lnet/minecraft/class_5138;Lnet/minecraft/class_2794;Ljava/util/Random;Lnet/minecraft/class_3341;Lnet/minecraft/class_1923;Lnet/minecraft/class_2338;)Znamed generateLnet/minecraft/structure/StructurePiece;generate(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/BlockPos;)Z
-
spawnCat
- Mappings:
Namespace Name Mixin selector official aLczb;a(Lbve;Lcye;)Vintermediary method_16181Lnet/minecraft/class_3447;method_16181(Lnet/minecraft/class_5425;Lnet/minecraft/class_3341;)Vnamed spawnCatLnet/minecraft/structure/SwampHutGenerator;spawnCat(Lnet/minecraft/world/ServerWorldAccess;Lnet/minecraft/util/math/BlockBox;)V
-