Package net.minecraft.world
Interface IStructureReader
- All Known Subinterfaces:
IChunk
- All Known Implementing Classes:
Chunk
,ChunkPrimer
,ChunkPrimerWrapper
,EmptyChunk
public interface IStructureReader
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addReferenceForFeature
(Structure<?> p_230343_1_, long p_230343_2_) it.unimi.dsi.fastutil.longs.LongSet
getReferencesForFeature
(Structure<?> p_230346_1_) getStartForFeature
(Structure<?> p_230342_1_) void
setAllReferences
(Map<Structure<?>, it.unimi.dsi.fastutil.longs.LongSet> p_201606_1_) void
setStartForFeature
(Structure<?> p_230344_1_, StructureStart<?> p_230344_2_)
-
Method Details
-
getStartForFeature
-
setStartForFeature
-
getReferencesForFeature
-
addReferenceForFeature
-
getAllReferences
-
setAllReferences
-