net.minecraft.client

public class KeyboardHandler

fuc
net.minecraft.client.KeyboardHandler
net.minecraft.class_309
net.minecraft.client.Keyboard

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
b
LOGGER
field_60432
LOGGER
public static final int
a
DEBUG_CRASH_TIME
field_32143
DEBUG_CRASH_TIME
private final Minecraft
c
minecraft
field_1678
client
private final ClipboardManager
d
clipboardManager
field_16241
clipboard
private long
e
debugCrashKeyTime
field_1682
debugCrashStartTime
private long
f
debugCrashKeyReportedTime
field_1681
debugCrashLastLogTime
private long
g
debugCrashKeyReportedCount
field_1680
debugCrashElapsedTime
private boolean
h
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(xo arg0)
showDebugChat(Component arg0)
method_70818(class_2561 arg0)
sendMessage(Text message)
private static Component
a(o arg0, xo arg1)
decorateDebugComponent(ChatFormatting arg0, Component arg1)
method_37273(class_124 arg0, class_2561 arg1)
getDebugMessage(Formatting formatting, Text message)
private void
b(xo arg0)
debugWarningComponent(Component arg0)
method_1456(class_2561 arg0)
debugError(Text message)
private void
c(xo arg0)
debugFeedbackComponent(Component arg0)
method_37272(class_2561 arg0)
debugLog(Text text)
private void
b(String arg0)
debugFeedbackTranslated(String arg0)
method_1459(String arg0)
debugLog(String key)
private void
a(String arg0, Object... arg1)
debugFeedbackFormatted(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(eeb arg0, jb arg1, ui 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(ame arg0, fis arg1, ui 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()