Class ChunkSpawnedNPCData

java.lang.Object
com.hypixel.hytale.server.spawning.world.component.ChunkSpawnedNPCData
All Implemented Interfaces:
Component<ChunkStore>, Cloneable

public class ChunkSpawnedNPCData extends Object implements Component<ChunkStore>
  • Field Details

    • CODEC

      public static final BuilderCodec<ChunkSpawnedNPCData> CODEC
    • environmentSpawnCounts

      private final it.unimi.dsi.fastutil.ints.Int2DoubleMap environmentSpawnCounts
  • Constructor Details

    • ChunkSpawnedNPCData

      public ChunkSpawnedNPCData()
  • Method Details