Uses of Interface
net.minecraft.world.StructureHolder
Packages that use StructureHolder
-
Uses of StructureHolder in net.minecraft.world.chunk
Subinterfaces of StructureHolder in net.minecraft.world.chunkModifier and TypeInterfaceDescriptioninterfaceRepresents a scoped, modifiable view of biomes, block states, fluid states and block entities.Classes in net.minecraft.world.chunk that implement StructureHolderModifier and TypeClassDescriptionclassclassclassRepresents 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 TypeMethodDescriptionvoidStructureAccessor.addStructureReference(ChunkSectionPos pos, StructureFeature<?> feature, long reference, StructureHolder holder)StructureAccessor.getStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureHolder holder)voidStructureAccessor.setStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureStart<?> structureStart, StructureHolder holder)