classpublicPriority 1
InteractionTypeUtils
com.hypixel.hytale.server.core.modules.interaction.interaction.config.InteractionTypeUtils
2
Methods
2
Public Methods
0
Fields
1
Constructors
Constants
floatDEFAULT_COOLDOWN= 0.35F
Map<InteractionType, Set<InteractionType>>DEFAULT_INTERACTION_BLOCKED_BY= Collections.unmodifiableMap(
new EnumMap<>(
Map.ofEntries(
Map.entry(I...
Set<InteractionType>STANDARD_INPUT= EnumSet.of(
InteractionType.Primary,
InteractionType.Secondary,
InteractionType...
Constructors
public
InteractionTypeUtils()Methods
Public Methods (2)
publicstatic
float getDefaultCooldown(InteractionType type)publicstatic
boolean isCollisionType(InteractionType type)Related Classes
Used By