Class StrongholdPieces.Turn
- java.lang.Object
-
- net.minecraft.world.gen.feature.structure.StructurePiece
-
- net.minecraft.world.gen.feature.structure.StrongholdPieces.Stronghold
-
- net.minecraft.world.gen.feature.structure.StrongholdPieces.Turn
-
- Direct Known Subclasses:
StrongholdPieces.LeftTurn
,StrongholdPieces.RightTurn
- Enclosing class:
- StrongholdPieces
public abstract static class StrongholdPieces.Turn extends StrongholdPieces.Stronghold
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.world.gen.feature.structure.StrongholdPieces.Stronghold
StrongholdPieces.Stronghold.Door
-
Nested classes/interfaces inherited from class net.minecraft.world.gen.feature.structure.StructurePiece
StructurePiece.BlockSelector
-
-
Field Summary
-
Fields inherited from class net.minecraft.world.gen.feature.structure.StrongholdPieces.Stronghold
entryDoor
-
Fields inherited from class net.minecraft.world.gen.feature.structure.StructurePiece
boundingBox, CAVE_AIR, genDepth
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Turn(IStructurePieceType p_i50108_1_, int p_i50108_2_)
Turn(IStructurePieceType p_i50109_1_, CompoundNBT p_i50109_2_)
-
Method Summary
-
Methods inherited from class net.minecraft.world.gen.feature.structure.StrongholdPieces.Stronghold
addAdditionalSaveData, generateSmallDoor, generateSmallDoorChildForward, generateSmallDoorChildLeft, generateSmallDoorChildRight, isOkBox, randomSmallDoor
-
Methods inherited from class net.minecraft.world.gen.feature.structure.StructurePiece
addChildren, createChest, createChest, createDispenser, createTag, edgesLiquid, fillColumnDown, findCollisionPiece, generateAirBox, generateBox, generateBox, generateMaybeBox, generateUpperHalfSphere, getBlock, getBoundingBox, getGenDepth, getOrientation, getRotation, getType, getWorldX, getWorldY, getWorldZ, isCloseToChunk, isInterior, maybeGenerateBlock, move, placeBlock, postProcess, reorient, setOrientation
-
-
-
-
Constructor Detail
-
Turn
protected Turn(IStructurePieceType p_i50108_1_, int p_i50108_2_)
-
Turn
public Turn(IStructurePieceType p_i50109_1_, CompoundNBT p_i50109_2_)
-
-