Uses of Enum Class
moe.caramel.daydream.player.InteractManager.Key
-
Uses of InteractManager.Key in moe.caramel.daydream.event.player
ModifierConstructorDescriptionPlayerInputUpdateEvent
(Player player, InteractManager.Key key, int current, int max) -
Uses of InteractManager.Key in moe.caramel.daydream.player
Modifier and TypeMethodDescriptionstatic InteractManager.Key
Returns 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.Modifier and TypeMethodDescriptionint
InteractManager.defaultMaxInteractsPerSecond
(InteractManager.Key key) 기본 초(second) 당 상호작용 횟수 제한을 가져옵니다.int
InteractManager.maxInteractsPerSecond
(InteractManager.Key key) 초(second) 당 상호작용 횟수 제한을 가져옵니다.void
InteractManager.maxInteractsPerSecond
(InteractManager.Key key, int max) 초(second) 당 상호작용 횟수를 제한합니다.