Uses of Interface
net.minecraft.world.StructureHolder
-
Uses of StructureHolder in net.minecraft.world.chunk
Modifier and TypeInterfaceDescriptioninterface
Represents a scoped, modifiable view of biomes, block states, fluid states and block entities.Modifier and TypeClassDescriptionclass
class
class
Represents a read only view of a world chunk used in world generation.class
-
Uses of StructureHolder in net.minecraft.world.gen
Modifier and TypeMethodDescriptionvoid
StructureAccessor.addStructureReference(ChunkSectionPos pos, StructureFeature<?> feature, long reference, StructureHolder holder)
StructureAccessor.getStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureHolder holder)
void
StructureAccessor.setStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureStart<?> structureStart, StructureHolder holder)