classpublicabstractPriority 3
AbstractCachedAccessor
com.hypixel.hytale.server.core.universe.world.chunk.AbstractCachedAccessor
2
Methods
2
Public Methods
8
Fields
1
Constructors
Constructors
protected
AbstractCachedAccessor(int numComponents)Methods
Public Methods (2)
public
Ref<ChunkStore> getChunk(int cx, int cz)@Nullable
public
Ref<ChunkStore> getSection(int cx, int cy, int cz)@Nullable
Fields
Protected Fields (1)
protected
ComponentAccessor<ChunkStore> commandBufferPrivate/Package Fields (7)
private
Ref<ChunkStore>[] chunksprivate
int lengthprivate
int minXprivate
int minYprivate
int minZprivate
Component<ChunkStore>[][] sectionComponentsprivate
Ref<ChunkStore>[] sections