Class SpawnSuppressionController
java.lang.Object
com.hypixel.hytale.server.spawning.suppression.component.SpawnSuppressionController
- All Implemented Interfaces:
Resource<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.hypixel.fastutil.longs.Long2ObjectConcurrentHashMap<ChunkSuppressionEntry> static final BuilderCodec<SpawnSuppressionController> private Map<UUID, SpawnSuppressorEntry> Fields inherited from interface com.hypixel.hytale.component.Resource
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()com.hypixel.fastutil.longs.Long2ObjectConcurrentHashMap<ChunkSuppressionEntry>
-
Field Details
-
CODEC
-
chunkSuppressionMap
private final com.hypixel.fastutil.longs.Long2ObjectConcurrentHashMap<ChunkSuppressionEntry> chunkSuppressionMap -
spawnSuppressorMap
-
-
Constructor Details
-
SpawnSuppressionController
public SpawnSuppressionController()
-
-
Method Details
-
getResourceType
-
getSpawnSuppressorMap
-
getChunkSuppressionMap
@Nonnull public com.hypixel.fastutil.longs.Long2ObjectConcurrentHashMap<ChunkSuppressionEntry> getChunkSuppressionMap() -
clone
- Specified by:
clonein interfaceResource<EntityStore>- Overrides:
clonein classObject
-