Uses of Interface
net.minecraft.world.StructureHolder
Packages that use StructureHolder
-
Uses of StructureHolder in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement StructureHolderModifier 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
Methods in net.minecraft.world.gen with parameters of type StructureHolderModifier and TypeMethodDescriptionvoid
StructureAccessor.addStructureReference
(ChunkSectionPos pos, Structure structure, long reference, StructureHolder holder) StructureAccessor.getStructureStart
(ChunkSectionPos pos, Structure structure, StructureHolder holder) void
StructureAccessor.setStructureStart
(ChunkSectionPos pos, Structure structure, StructureStart structureStart, StructureHolder holder)