接口 StructureAccess
- 所有已知实现类:
ChunkAccess
,EmptyLevelChunk
,ImposterProtoChunk
,LevelChunk
,ProtoChunk
public interface StructureAccess
-
方法概要
修饰符和类型方法说明void
addReferenceForStructure
(Structure pStructure, long pReference) it.unimi.dsi.fastutil.longs.LongSet
getReferencesForStructure
(Structure pStructure) getStartForStructure
(Structure pStructure) void
setAllReferences
(Map<Structure, it.unimi.dsi.fastutil.longs.LongSet> pStructureReferencesMap) void
setStartForStructure
(Structure pStructure, StructureStart pStructureStart)
-
方法详细资料
-
getStartForStructure
-
setStartForStructure
-
getReferencesForStructure
-
addReferenceForStructure
-
getAllReferences
-
setAllReferences
-