Add Javadoc for runDirectory and itemUseCooldown (#2019)

This commit is contained in:
enbrain 2021-02-05 03:34:31 +09:00 committed by GitHub
parent 92f21d3e83
commit ca7b6af837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
FIELD field_1695 windowFocused Z FIELD field_1695 windowFocused Z
FIELD field_1696 thread Ljava/lang/Thread; FIELD field_1696 thread Ljava/lang/Thread;
FIELD field_1697 runDirectory Ljava/io/File; FIELD field_1697 runDirectory Ljava/io/File;
COMMENT The directory that stores options, worlds, resource packs, logs, etc.
FIELD field_1698 running Z FIELD field_1698 running Z
FIELD field_1699 currentServerEntry Lnet/minecraft/class_642; FIELD field_1699 currentServerEntry Lnet/minecraft/class_642;
FIELD field_1700 instance Lnet/minecraft/class_310; FIELD field_1700 instance Lnet/minecraft/class_310;
@ -112,6 +113,7 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
FIELD field_1750 lastMetricsSampleTime J FIELD field_1750 lastMetricsSampleTime J
FIELD field_1751 blockColors Lnet/minecraft/class_324; FIELD field_1751 blockColors Lnet/minecraft/class_324;
FIELD field_1752 itemUseCooldown I FIELD field_1752 itemUseCooldown I
COMMENT The cooldown for using items when {@linkplain net.minecraft.client.option.GameOptions#keyUse the item use button} is held down.
FIELD field_1755 currentScreen Lnet/minecraft/class_437; FIELD field_1755 currentScreen Lnet/minecraft/class_437;
COMMENT The Minecraft client's currently open screen. COMMENT The Minecraft client's currently open screen.
COMMENT This field should only be used to get the current screen. COMMENT This field should only be used to get the current screen.