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
Represents a read only view of a world chunk used in world generation.class
-
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, StructureType structureFeature, long reference, StructureHolder holder) StructureAccessor.getStructureStart
(ChunkSectionPos pos, StructureType structureFeature, StructureHolder holder) void
StructureAccessor.setStructureStart
(ChunkSectionPos pos, StructureType structureFeature, StructureStart structureStart, StructureHolder holder)