Uses of Interface
net.minecraft.world.IStructureReader
-
Packages that use IStructureReader Package Description net.minecraft.world.chunk net.minecraft.world.gen.feature.structure -
-
Uses of IStructureReader in net.minecraft.world.chunk
Subinterfaces of IStructureReader in net.minecraft.world.chunk Modifier and Type Interface Description interface
IChunk
Classes in net.minecraft.world.chunk that implement IStructureReader Modifier and Type Class Description class
Chunk
class
ChunkPrimer
class
ChunkPrimerWrapper
class
EmptyChunk
-
Uses of IStructureReader in net.minecraft.world.gen.feature.structure
Methods in net.minecraft.world.gen.feature.structure with parameters of type IStructureReader Modifier and Type Method Description void
StructureManager. addReferenceForFeature(SectionPos p_235012_1_, Structure<?> p_235012_2_, long p_235012_3_, IStructureReader p_235012_5_)
StructureStart<?>
StructureManager. getStartForFeature(SectionPos p_235013_1_, Structure<?> p_235013_2_, IStructureReader p_235013_3_)
void
StructureManager. setStartForFeature(SectionPos p_235014_1_, Structure<?> p_235014_2_, StructureStart<?> p_235014_3_, IStructureReader p_235014_4_)
-