Interface StructurePlacement
- All Known Implementing Classes:
AbstractSpreadingStructurePlacement, ConcentricRingsStructurePlacement, DimensionOriginStructurePlacement, RandomSpreadStructurePlacement
public interface StructurePlacement
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanapplyAdditionalChunkRestrictions(int sourceX, int sourceZ, long levelSeed) com.mojang.serialization.MapCodec<? extends StructurePlacement> codec()default BlockPosgetLocatePos(ChunkPos chunkPos) booleanisStructureChunk(ChunkGeneratorStructureState state, int sourceX, int sourceZ) default Vec3i
-
Field Details
-
CODEC
-
-
Method Details
-
isStructureChunk
-
applyAdditionalChunkRestrictions
default boolean applyAdditionalChunkRestrictions(int sourceX, int sourceZ, long levelSeed) -
getLocatePos
-
locateOffset
-
codec
com.mojang.serialization.MapCodec<? extends StructurePlacement> codec()
-