Uses of Interface
net.minecraft.world.StructureHolder
-
Uses of StructureHolder in net.minecraft.world.chunk
Modifier and TypeClassDescriptionclass
Represents a scoped, modifiable view of biomes, block states, fluid states and block entities.class
class
class
class
Represents a chunk that wraps a world chunk, used in world generation. -
Uses of StructureHolder in net.minecraft.world.gen
Modifier and TypeMethodDescriptionvoid
StructureAccessor.addStructureReference
(ChunkSectionPos pos, Structure structure, long reference, StructureHolder holder) @Nullable StructureStart
StructureAccessor.getStructureStart
(ChunkSectionPos pos, Structure structure, StructureHolder holder) void
StructureAccessor.setStructureStart
(ChunkSectionPos pos, Structure structure, StructureStart structureStart, StructureHolder holder)