net.minecraft.client

public class KeyboardHandler

fmf
net.minecraft.client.KeyboardHandler
net.minecraft.class_309
net.minecraft.client.Keyboard

Field summary

Modifier and TypeField
public static final int
a
DEBUG_CRASH_TIME
field_32143
DEBUG_CRASH_TIME
private final Minecraft
b
minecraft
field_1678
client
private final ClipboardManager
c
clipboardManager
field_16241
clipboard
private long
d
debugCrashKeyTime
field_1682
debugCrashStartTime
private long
e
debugCrashKeyReportedTime
field_1681
debugCrashLastLogTime
private long
f
debugCrashKeyReportedCount
field_1680
debugCrashElapsedTime
private boolean
g
handledDebugKey
field_1679
switchF3State

Constructor summary

ModifierConstructor
public (Minecraft client)

Method summary

Modifier and TypeMethod
private boolean
a(int arg0)
handleChunkDebugKeys(int arg0)
method_35696(int arg0)
processDebugKeys(int key)
private void
a(n arg0, xv arg1)
debugComponent(ChatFormatting arg0, Component arg1)
method_37273(class_124 arg0, class_2561 arg1)
addDebugMessage(Formatting formatting, Text text)
private void
a(xv arg0)
debugFeedbackComponent(Component arg0)
method_37272(class_2561 arg0)
debugLog(Text text)
private void
a(String arg0, Object... arg1)
debugFeedbackTranslated(String arg0, Object... arg1)
method_1459(String arg0, Object... arg1)
debugLog(String key, Object... args)
private void
b(String arg0, Object... arg1)
debugWarningTranslated(String arg0, Object... arg1)
method_1456(String arg0, Object... arg1)
debugError(String key, Object... args)
private void
c(String arg0, Object... arg1)
debugFeedback(String arg0, Object... arg1)
method_35697(String arg0, Object... arg1)
debugFormattedLog(String pattern, Object... args)
private boolean
b(int arg0)
handleDebugKeys(int arg0)
method_1468(int arg0)
processF3(int key)
private void
a(boolean arg0, boolean arg1)
copyRecreateCommand(boolean arg0, boolean arg1)
method_1465(boolean arg0, boolean arg1)
copyLookAt(boolean hasQueryPermission, boolean queryServer)
private void
a(dxv arg0, jh arg1, ux arg2)
copyCreateBlockCommand(BlockState arg0, BlockPos arg1, CompoundTag arg2)
method_1475(class_2680 arg0, class_2338 arg1, class_2487 arg2)
copyBlock(BlockState state, BlockPos pos, NbtCompound nbt)
private void
a(alz arg0, fby arg1, ux arg2)
copyCreateEntityCommand(ResourceLocation arg0, Vec3 arg1, CompoundTag arg2)
method_1469(class_2960 arg0, class_243 arg1, class_2487 arg2)
copyEntity(Identifier id, Vec3d pos, NbtCompound nbt)
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 action, int modifiers)
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 codePoint, int modifiers)
public void
a(long arg0)
setup(long arg0)
method_1472(long arg0)
setup(long window)
public String
a()
getClipboard()
method_1460()
getClipboard()
public void
a(String arg0)
setClipboard(String arg0)
method_1455(String arg0)
setClipboard(String clipboard)
public void
b()
tick()
method_1474()
pollDebugCrash()