net.minecraft.client

public class KeyboardHandler

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

Field summary

Modifier and TypeField
private final Minecraft
a
minecraft
field_1678
client
field_197972_a
private boolean
b
sendRepeatsToGui
field_1683
repeatEvents
field_197973_b
private final ClipboardManager
c
clipboardManager
field_16241
clipboard
field_216821_c
private long
d
debugCrashKeyTime
field_1682
debugCrashStartTime
field_197974_c
private long
e
debugCrashKeyReportedTime
field_1681
debugCrashLastLogTime
field_204871_d
private long
f
debugCrashKeyReportedCount
field_1680
debugCrashElapsedTime
field_204872_e
private boolean
g
handledDebugKey
field_1679
switchF3State
field_197975_d

Constructor summary

ModifierConstructor
public (Minecraft client)

Method summary

Modifier and TypeMethod
private void
a(String arg0, Object... arg1)
debugFeedbackTranslated(String arg0, Object... arg1)
method_1459(String arg0, Object... arg1)
debugWarn(String arg0, Object... arg1)
func_197964_a(String arg0, Object... arg1)
private void
b(String arg0, Object... arg1)
debugWarningTranslated(String arg0, Object... arg1)
method_1456(String arg0, Object... arg1)
debugError(String arg0, Object... arg1)
func_204869_b(String arg0, Object... arg1)
private boolean
b(int arg0)
handleDebugKeys(int arg0)
method_1468(int arg0)
processF3(int key)
func_197962_c(int arg0)
private void
a(boolean arg0, boolean arg1)
copyRecreateCommand(boolean arg0, boolean arg1)
method_1465(boolean arg0, boolean arg1)
copyLookAt(boolean arg0, boolean arg1)
func_211556_a(boolean arg0, boolean arg1)
private void
a(cee arg0, fx arg1, md arg2)
copyCreateBlockCommand(BlockState arg0, BlockPos arg1, CompoundTag arg2)
method_1475(class_2680 arg0, class_2338 arg1, class_2487 arg2)
copyBlock(BlockState state, BlockPos pos, CompoundTag tag)
func_211558_a(BlockState arg0, BlockPos arg1, CompoundNBT arg2)
private void
a(vk arg0, dck arg1, md arg2)
copyCreateEntityCommand(ResourceLocation arg0, Vec3 arg1, CompoundTag arg2)
method_1469(class_2960 arg0, class_243 arg1, class_2487 arg2)
copyEntity(Identifier id, Vec3d pos, CompoundTag tag)
func_211557_a(ResourceLocation arg0, Vector3d arg1, CompoundNBT arg2)
public void
a(long arg0, int arg1, int arg2, int arg3, int arg4)
keyPress(long arg0, int arg1, int arg2, int arg3, int arg4)
method_1466(long arg0, int arg1, int arg2, int arg3, int arg4)
onKey(long window, int key, int scancode, int arg3, int arg4)
func_197961_a(long arg0, int arg1, int arg2, int arg3, int arg4)
private void
a(long arg0, int arg1, int arg2)
charTyped(long arg0, int arg1, int arg2)
method_1457(long arg0, int arg1, int arg2)
onChar(long window, int arg1, int arg2)
func_197963_a(long arg0, int arg1, int arg2)
public void
a(boolean arg0)
setSendRepeatsToGui(boolean arg0)
method_1462(boolean arg0)
setRepeatEvents(boolean repeatEvents)
func_197967_a(boolean arg0)
public void
a(long arg0)
setup(long arg0)
method_1472(long arg0)
setup(long arg0)
func_197968_a(long arg0)
public String
a()
getClipboard()
method_1460()
getClipboard()
func_197965_a()
public void
a(String arg0)
setClipboard(String arg0)
method_1455(String arg0)
setClipboard(String arg0)
func_197960_a(String arg0)
public void
b()
tick()
method_1474()
pollDebugCrash()
func_204870_b()