Class PrefabBufferColumn
java.lang.Object
com.hypixel.hytale.server.core.prefab.selection.buffer.impl.PrefabBufferColumn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<Holder<ChunkStore>> private final Holder<EntityStore>[]private final int -
Constructor Summary
ConstructorsConstructorDescriptionPrefabBufferColumn(int readerIndex, Holder<EntityStore>[] entityHolders, it.unimi.dsi.fastutil.ints.Int2ObjectMap<Holder<ChunkStore>> blockComponents) -
Method Summary
Modifier and TypeMethodDescriptionit.unimi.dsi.fastutil.ints.Int2ObjectMap<Holder<ChunkStore>> int
-
Field Details
-
readerIndex
private final int readerIndex -
entityHolders
-
blockComponents
-
-
Constructor Details
-
PrefabBufferColumn
public PrefabBufferColumn(int readerIndex, Holder<EntityStore>[] entityHolders, it.unimi.dsi.fastutil.ints.Int2ObjectMap<Holder<ChunkStore>> blockComponents)
-
-
Method Details
-
getReaderIndex
public int getReaderIndex() -
getEntityHolders
-
getBlockComponents
-