Uses of Enum Class
moe.caramel.daydream.player.InteractManager.Key
Packages that use InteractManager.Key
-
Uses of InteractManager.Key in moe.caramel.daydream.event.player
Methods in moe.caramel.daydream.event.player that return InteractManager.KeyConstructors in moe.caramel.daydream.event.player with parameters of type InteractManager.KeyModifierConstructorDescriptionPlayerInputUpdateEvent(Player player, InteractManager.Key key, int current, int max) -
Uses of InteractManager.Key in moe.caramel.daydream.player
Methods in moe.caramel.daydream.player that return InteractManager.KeyModifier and TypeMethodDescriptionstatic InteractManager.KeyReturns the enum constant of this class with the specified name.static InteractManager.Key[]InteractManager.Key.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in moe.caramel.daydream.player with parameters of type InteractManager.KeyModifier and TypeMethodDescriptionintInteractManager.defaultMaxInteractsPerSecond(InteractManager.Key key) 기본 초(second) 당 상호작용 횟수 제한을 가져옵니다.intInteractManager.maxInteractsPerSecond(InteractManager.Key key) 초(second) 당 상호작용 횟수 제한을 가져옵니다.voidInteractManager.maxInteractsPerSecond(InteractManager.Key key, int max) 초(second) 당 상호작용 횟수를 제한합니다.