classpublicPriority 3
EventSlotMapper
com.hypixel.hytale.server.npc.asset.builder.EventSlotMapper
5
Methods
5
Public Methods
3
Fields
1
Constructors
Constructors
public
EventSlotMapper(Class<EventType> classType, EventType[] types)Methods
Public Methods (5)
public
Map<EventType, IntSet> getEventSets()@Nonnull
public
int getEventSlot(EventType type, int set, double maxRange)public
int getEventSlotCount()public
Map<EventType, Int2IntMap> getEventSlotMappings()@Nonnull
public
Int2DoubleMap getEventSlotRanges()@Nonnull
Fields
Private/Package Fields (3)
private
Map<EventType, IntSet> eventSetsprivate
Map<EventType, Int2IntMap> eventSlotMappingsprivate
int nextEventSlot