Class StrongholdPieces.Library
- 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.Library
-
- Enclosing class:
- StrongholdPieces
public static class StrongholdPieces.Library 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 Modifier and Type Field Description private boolean
isTall
-
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 Constructor Description Library(int p_i45578_1_, java.util.Random p_i45578_2_, MutableBoundingBox p_i45578_3_, Direction p_i45578_4_)
Library(TemplateManager p_i50133_1_, CompoundNBT p_i50133_2_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addAdditionalSaveData(CompoundNBT p_143011_1_)
static StrongholdPieces.Library
createPiece(java.util.List<StructurePiece> p_175864_0_, java.util.Random p_175864_1_, int p_175864_2_, int p_175864_3_, int p_175864_4_, Direction p_175864_5_, int p_175864_6_)
boolean
postProcess(ISeedReader p_230383_1_, StructureManager p_230383_2_, ChunkGenerator p_230383_3_, java.util.Random p_230383_4_, MutableBoundingBox p_230383_5_, ChunkPos p_230383_6_, BlockPos p_230383_7_)
-
Methods inherited from class net.minecraft.world.gen.feature.structure.StrongholdPieces.Stronghold
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, reorient, setOrientation
-
-
-
-
Constructor Detail
-
Library
public Library(int p_i45578_1_, java.util.Random p_i45578_2_, MutableBoundingBox p_i45578_3_, Direction p_i45578_4_)
-
Library
public Library(TemplateManager p_i50133_1_, CompoundNBT p_i50133_2_)
-
-
Method Detail
-
addAdditionalSaveData
protected void addAdditionalSaveData(CompoundNBT p_143011_1_)
- Overrides:
addAdditionalSaveData
in classStrongholdPieces.Stronghold
-
createPiece
public static StrongholdPieces.Library createPiece(java.util.List<StructurePiece> p_175864_0_, java.util.Random p_175864_1_, int p_175864_2_, int p_175864_3_, int p_175864_4_, Direction p_175864_5_, int p_175864_6_)
-
postProcess
public boolean postProcess(ISeedReader p_230383_1_, StructureManager p_230383_2_, ChunkGenerator p_230383_3_, java.util.Random p_230383_4_, MutableBoundingBox p_230383_5_, ChunkPos p_230383_6_, BlockPos p_230383_7_)
- Specified by:
postProcess
in classStructurePiece
-
-