Class NetherFortressPieces.MonsterThrone
java.lang.Object
net.minecraft.world.level.levelgen.structure.StructurePiece
net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces.NetherBridgePiece
net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces.MonsterThrone
- Enclosing class:
- NetherFortressPieces
public static class NetherFortressPieces.MonsterThrone
extends NetherFortressPieces.NetherBridgePiece
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.level.levelgen.structure.StructurePieceStructurePiece.BlockSelector
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate booleanprivate static final intprivate static final intFields inherited from class net.minecraft.world.level.levelgen.structure.StructurePieceboundingBox, CAVE_AIR, genDepth
- 
Constructor SummaryConstructorsConstructorDescriptionMonsterThrone(int p_228356_, BoundingBox p_228357_, Direction p_228358_) MonsterThrone(CompoundTag p_228360_) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddAdditionalSaveData(StructurePieceSerializationContext p_228377_, CompoundTag p_228378_) createPiece(StructurePieceAccessor p_228370_, int p_228371_, int p_228372_, int p_228373_, int p_228374_, Direction p_228375_) voidpostProcess(WorldGenLevel p_228362_, StructureManager p_228363_, ChunkGenerator p_228364_, RandomSource p_228365_, BoundingBox p_228366_, ChunkPos p_228367_, BlockPos p_228368_) Methods inherited from class net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces.NetherBridgePiecegenerateChildForward, generateChildLeft, generateChildRight, isOkBoxMethods inherited from class net.minecraft.world.level.levelgen.structure.StructurePieceaddChildren, canBeReplaced, createBoundingBox, createChest, createChest, createDispenser, createTag, fillColumnDown, findCollisionPiece, generateAirBox, generateBox, generateBox, generateBox, generateBox, generateMaybeBox, generateUpperHalfSphere, getBlock, getBoundingBox, getGenDepth, getLocatorPosition, getMirror, getOrientation, getRandomHorizontalDirection, getRotation, getType, getWorldPos, getWorldX, getWorldY, getWorldZ, isCloseToChunk, isInterior, isReplaceableByStructures, makeBoundingBox, maybeGenerateBlock, move, placeBlock, reorient, setGenDepth, setOrientation
- 
Field Details- 
WIDTHprivate static final int WIDTH- See Also:
 
- 
HEIGHTprivate static final int HEIGHT- See Also:
 
- 
DEPTHprivate static final int DEPTH- See Also:
 
- 
hasPlacedSpawnerprivate boolean hasPlacedSpawner
 
- 
- 
Constructor Details- 
MonsterThrone
- 
MonsterThrone
 
- 
- 
Method Details- 
addAdditionalSaveDataprotected void addAdditionalSaveData(StructurePieceSerializationContext p_228377_, CompoundTag p_228378_) - Overrides:
- addAdditionalSaveDatain class- NetherFortressPieces.NetherBridgePiece
 
- 
createPiecepublic static NetherFortressPieces.MonsterThrone createPiece(StructurePieceAccessor p_228370_, int p_228371_, int p_228372_, int p_228373_, int p_228374_, Direction p_228375_) 
- 
postProcesspublic void postProcess(WorldGenLevel p_228362_, StructureManager p_228363_, ChunkGenerator p_228364_, RandomSource p_228365_, BoundingBox p_228366_, ChunkPos p_228367_, BlockPos p_228368_) - Specified by:
- postProcessin class- StructurePiece
 
 
-