Class ArchetypeChunkData

java.lang.Object
com.hypixel.hytale.component.metric.ArchetypeChunkData

public class ArchetypeChunkData extends Object
  • Field Details

    • CODEC

      @Nonnull public static final Codec<ArchetypeChunkData> CODEC
    • componentTypes

      @Nonnull private String[] componentTypes
    • entityCount

      private int entityCount
  • Constructor Details

    • ArchetypeChunkData

      public ArchetypeChunkData()
    • ArchetypeChunkData

      public ArchetypeChunkData(@Nonnull String[] componentTypes, int entityCount)
  • Method Details

    • getComponentTypes

      @Nonnull public String[] getComponentTypes()
    • getEntityCount

      public int getEntityCount()