toggle menu
MoulConfig
3.6.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.common
/
IKeyboardConstants
IKeyboard
Constants
public
interface
IKeyboardConstants
(
source
)
Not for manual implementation. This should be implemented by the corresponding platform.
See also
IMinecraft.
keyboard
Constants
Keyboard
Constants
Inheritors
KeyboardConstants
Members
Functions
get
Back
Space
Link copied to clipboard
public
abstract
Integer
getBackSpace
(
)
get
Ctrl
Left
Link copied to clipboard
public
abstract
Integer
getCtrlLeft
(
)
get
Ctrl
Right
Link copied to clipboard
public
abstract
Integer
getCtrlRight
(
)
get
Delete
Link copied to clipboard
public
abstract
Integer
getDelete
(
)
get
Down
Link copied to clipboard
public
abstract
Integer
getDown
(
)
get
End
Link copied to clipboard
public
abstract
Integer
getEnd
(
)
get
Enter
Link copied to clipboard
public
abstract
Integer
getEnter
(
)
get
Escape
Link copied to clipboard
public
abstract
Integer
getEscape
(
)
get
Home
Link copied to clipboard
public
abstract
Integer
getHome
(
)
get
Key
A
Link copied to clipboard
public
abstract
Integer
getKeyA
(
)
get
Key
C
Link copied to clipboard
public
abstract
Integer
getKeyC
(
)
get
Key
F
Link copied to clipboard
public
abstract
Integer
getKeyF
(
)
get
Key
N
Link copied to clipboard
public
abstract
Integer
getKeyN
(
)
get
Key
V
Link copied to clipboard
public
abstract
Integer
getKeyV
(
)
get
Key
X
Link copied to clipboard
public
abstract
Integer
getKeyX
(
)
get
Left
Link copied to clipboard
public
abstract
Integer
getLeft
(
)
get
None
Link copied to clipboard
public
abstract
Integer
getNone
(
)
get
Right
Link copied to clipboard
public
abstract
Integer
getRight
(
)
get
Shift
Left
Link copied to clipboard
public
abstract
Integer
getShiftLeft
(
)
get
Shift
Right
Link copied to clipboard
public
abstract
Integer
getShiftRight
(
)
get
Up
Link copied to clipboard
public
abstract
Integer
getUp
(
)