net.minecraft.client

public class Keyboard

cvm
net.minecraft.class_309
net.minecraft.client.Keyboard
net.minecraft.client.KeyboardHandler
net.minecraft.client.KeyboardListener
net.minecraft.client.KeyboardListener

Field summary

Modifier and TypeField
private final MinecraftClient
a
field_1678
client
minecraft
field_197972_a
mc
private boolean
b
field_1683
repeatEvents
sendRepeatsToGui
field_197973_b
repeatEventsEnabled
private final Clipboard
c
field_16241
clipboard
f_48978195
field_216821_c
clipboardHelper
private long
d
field_1682
debugCrashStartTime
debugCrashKeyTime
field_197974_c
debugCrashKeyPressTime
private long
e
field_1681
debugCrashLastLogTime
debugCrashKeyReportedTime
field_204871_d
lastDebugCrashWarning
private long
f
field_1680
debugCrashElapsedTime
debugCrashKeyReportedCount
field_204872_e
debugCrashWarningsSent
private boolean
g
field_1679
switchF3State
handledDebugKey
field_197975_d
actionKeyF3

Constructor summary

ModifierConstructor
public (MinecraftClient minecraft)

Method summary

Modifier and TypeMethod
private void
a(String arg0, Object... arg1)
method_1459(String arg0, Object... arg1)
debugWarn(String arg0, Object... arg1)
sendDebugInfo(String message, Object... args)
func_197964_a(String arg0, Object... arg1)
printDebugMessage(String message, Object... args)
private void
b(String arg0, Object... arg1)
method_1456(String arg0, Object... arg1)
debugError(String arg0, Object... arg1)
sendDebugWarning(String message, Object... args)
func_204869_b(String arg0, Object... arg1)
printDebugWarning(String message, Object... args)
private boolean
c(int arg0)
method_1468(int arg0)
processF3(int arg0)
handleDebugKeys(int key)
func_197962_c(int arg0)
processKeyF3(int key)
private void
a(boolean arg0, boolean arg1)
method_1465(boolean arg0, boolean arg1)
copyLookAt(boolean arg0, boolean arg1)
copyCommand(boolean permissions, boolean server)
func_211556_a(boolean arg0, boolean arg1)
copyHoveredObject(boolean privileged, boolean askServer)
private void
a(bvo arg0, ev arg1, ic arg2)
method_1475(class_2680 arg0, class_2338 arg1, class_2487 arg2)
copyBlock(BlockState arg0, BlockPos arg1, CompoundTag arg2)
copySetBlockCommand(BlockState state, BlockPos pos, NbtCompound nbt)
func_211558_a(BlockState arg0, BlockPos arg1, CompoundNBT arg2)
setBlockClipboardString(BlockState state, BlockPos pos, CompoundNBT compound)
private void
a(qt arg0, csb arg1, ic arg2)
method_1469(class_2960 arg0, class_243 arg1, class_2487 arg2)
copyEntity(Identifier arg0, Vec3d arg1, CompoundTag arg2)
copySummonEntityCommand(Identifier key, Vec3d pos, NbtCompound nbt)
func_211557_a(ResourceLocation arg0, Vec3d arg1, CompoundNBT arg2)
setEntityClipboardString(ResourceLocation entityIdIn, Vec3d pos, CompoundNBT compound)
public void
a(long arg0, int arg1, int arg2, int arg3, int arg4)
method_1466(long arg0, int arg1, int arg2, int arg3, int arg4)
onKey(long arg0, int arg1, int arg2, int arg3, int arg4)
keyPress(long window, int key, int scancode, int action, int mods)
func_197961_a(long arg0, int arg1, int arg2, int arg3, int arg4)
onKeyEvent(long windowPointer, int key, int scanCode, int action, int modifiers)
private void
a(long arg0, int arg1, int arg2)
method_1457(long arg0, int arg1, int arg2)
onChar(long arg0, int arg1, int arg2)
charTyped(long window, int codepoint, int mods)
func_197963_a(long arg0, int arg1, int arg2)
onCharEvent(long windowPointer, int codePoint, int modifiers)
public void
a(boolean arg0)
method_1462(boolean arg0)
enableRepeatEvents(boolean arg0)
setSendRepeatsToGui(boolean sendRepeatsToGui)
func_197967_a(boolean arg0)
enableRepeatEvents(boolean arg0)
public void
a(long arg0)
method_1472(long arg0)
setup(long arg0)
setup(long window)
func_197968_a(long arg0)
setupCallbacks(long window)
public String
a()
method_1460()
getClipboard()
getClipboard()
func_197965_a()
getClipboardString()
public void
a(String arg0)
method_1455(String arg0)
setClipboard(String arg0)
setClipboard(String s)
func_197960_a(String arg0)
setClipboardString(String string)
public void
b()
method_1474()
pollDebugCrash()
tick()
func_204870_b()
tick()