java.lang.Object
com.hypixel.hytale.server.core.prefab.selection.buffer.impl.PrefabBufferColumn

public class PrefabBufferColumn extends Object
  • Field Details

    • readerIndex

      private final int readerIndex
    • entityHolders

      private final Holder<EntityStore>[] entityHolders
    • blockComponents

      private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<Holder<ChunkStore>> 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

      @Nullable public Holder<EntityStore>[] getEntityHolders()
    • getBlockComponents

      public it.unimi.dsi.fastutil.ints.Int2ObjectMap<Holder<ChunkStore>> getBlockComponents()