Package net.minecraft.world.level.chunk
Interface StructureAccess
- All Known Implementing Classes:
ChunkAccess
,EmptyLevelChunk
,ImposterProtoChunk
,LevelChunk
,ProtoChunk
public interface StructureAccess
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addReferenceForStructure
(Structure pStructure, long pReference) it.unimi.dsi.fastutil.longs.LongSet
getReferencesForStructure
(Structure p_223439_) getStartForStructure
(Structure pStructure) void
setAllReferences
(Map<Structure, it.unimi.dsi.fastutil.longs.LongSet> pStructureReferencesMap) void
setStartForStructure
(Structure pStructure, StructureStart pStructureStart)
-
Method Details
-
getStartForStructure
-
setStartForStructure
-
getReferencesForStructure
-
addReferenceForStructure
-
getAllReferences
-
setAllReferences
-