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 p_223435_, long p_223436_) it.unimi.dsi.fastutil.longs.LongSet
getReferencesForStructure
(Structure p_223439_) getStartForStructure
(Structure p_223434_) void
setAllReferences
(Map<Structure, it.unimi.dsi.fastutil.longs.LongSet> p_223440_) void
setStartForStructure
(Structure p_223437_, StructureStart p_223438_)
-
Method Details
-
getStartForStructure
-
setStartForStructure
-
getReferencesForStructure
-
addReferenceForStructure
-
getAllReferences
-
setAllReferences
-