Uses of Interface
net.minecraft.world.StructureHolder
| Package | Description |
|---|---|
| net.minecraft.world.chunk | |
| net.minecraft.world.gen |
-
Uses of StructureHolder in net.minecraft.world.chunk
Subinterfaces of StructureHolder in net.minecraft.world.chunk Modifier and Type Interface Description interfaceChunkRepresents a scoped, modifiable view of biomes, block states, fluid states and block entities.Classes in net.minecraft.world.chunk that implement StructureHolder Modifier and Type Class Description classEmptyChunkclassProtoChunkclassReadOnlyChunkRepresents a read only view of a world chunk used in world generation.classWorldChunk -
Uses of StructureHolder in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type StructureHolder Modifier and Type Method Description voidStructureAccessor. addStructureReference(ChunkSectionPos pos, StructureFeature<?> feature, long reference, StructureHolder holder)@Nullable StructureStart<?>StructureAccessor. getStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureHolder holder)voidStructureAccessor. setStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureStart<?> structureStart, StructureHolder holder)