Package dev.latvian.mods.kubejs.client
Class KubeJSKeybinds.KeyEvent
java.lang.Object
dev.latvian.mods.kubejs.client.ClientPlayerKubeEvent
dev.latvian.mods.kubejs.client.KubeJSKeybinds.KeyEvent
- All Implemented Interfaces:
ClientKubeEvent,KubeEntityEvent,KubeLivingEntityEvent,KubeEvent,KubeLevelEvent,KubePlayerEvent
- Direct Known Subclasses:
KubeJSKeybinds.TickingKeyEvent
- Enclosing class:
KubeJSKeybinds
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKeyEvent(net.minecraft.client.player.LocalPlayer player, KubeJSKeybinds.KubeKey key) -
Method Summary
Methods inherited from class dev.latvian.mods.kubejs.client.ClientPlayerKubeEvent
getEntity, getPlayerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.latvian.mods.kubejs.client.ClientKubeEvent
getClientMethods inherited from interface dev.latvian.mods.kubejs.entity.KubeEntityEvent
getLevelMethods inherited from interface dev.latvian.mods.kubejs.event.KubeEvent
afterPosted, cancel, cancel, defaultExitValue, exit, exit, getExitValueType, mapExitValue, success, successMethods inherited from interface dev.latvian.mods.kubejs.level.KubeLevelEvent
getRegistries, getServer
-
Field Details
-
key
-
-
Constructor Details
-
KeyEvent
-