Add unpick definition, remove trailing space in javadoc

This commit is contained in:
ByMartrixx 2021-06-01 22:12:08 -04:00
parent 6d0f22552d
commit 93edb9020c
No known key found for this signature in database
GPG Key ID: 6B47909DBE48D521
3 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,17 @@
CLASS net/minecraft/class_6413 net/minecraft/server/dedicated/command/PerfCommand
FIELD field_33985 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_33986 NOT_RUNNING_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_33987 ALREADY_RUNNING_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_37331 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_37333 startProfiling (Lnet/minecraft/class_2168;)I
ARG 0 source
METHOD method_37334 (Lnet/minecraft/class_2168;Lnet/minecraft/class_3696;)V
ARG 0 source
ARG 1 result
METHOD method_37335 (Lnet/minecraft/class_2168;Ljava/nio/file/Path;Lnet/minecraft/server/MinecraftServer;)V
ARG 0 source
ARG 1 tempProfilingFile
ARG 2 server
METHOD method_37338 stopProfiling (Lnet/minecraft/class_2168;)I
ARG 0 source

View File

@ -70,6 +70,7 @@ constant world_events net/minecraft/world/WorldEvents ELECTRICITY_SPARKS
constant world_events net/minecraft/world/WorldEvents BLOCK_WAXED
constant world_events net/minecraft/world/WorldEvents WAX_REMOVED
constant world_events net/minecraft/world/WorldEvents BLOCK_SCRAPED
constant world_events net/minecraft/world/WorldEvents BONE_MEAL_USED
target_method net/minecraft/world/WorldAccess syncWorldEvent (Lnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/util/math/BlockPos;I)V
param 1 world_events