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 danintermediary 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(ServerWorld serverWorld, NbtCompound 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(ServerWorld world, NbtCompound nbt)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, canReplace, fill, fillDownwards, fillHalfEllipsoid, fillOpenings, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getChainLength, getFacing, getRotation, getType, intersectsChunk, isUnderSeaLevel, method_33882, method_35454, method_35455, method_35456, method_35457, method_35458, method_35460, offsetPos, orientateChest, setOrientation, toNbt, translate
-
Field Details
-
hasWitch
private boolean hasWitch- Mappings:
Namespace Name Mixin selector official eLdan;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 fLdan;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>Ldan;<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>Ldan;<init>(Labj;Lmv;)Vintermediary <init>Lnet/minecraft/class_3447;<init>(Lnet/minecraft/class_3218;Lnet/minecraft/class_2487;)Vnamed <init>Lnet/minecraft/structure/SwampHutGenerator;<init>(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
writeNbt
- Overrides:
writeNbtin classStructurePieceWithDimensions- 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
-
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 aLdak;a(Lbwm;Lbwi;Lclm;Ljava/util/Random;Lczp;Lbuw;Lgb;)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 aLdan;a(Lbwf;Lczp;)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
-