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

@ -346,6 +346,6 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents
FIELD field_33511 BONE_MEAL_USED I
COMMENT Bone meal is used
COMMENT <br>Plays the bone meal item used sound event and spawns happy villager particles
COMMENT <p> Called by {@link net.minecraft.item.BoneMealItem#useOnBlock(net.minecraft.item.ItemUsageContext) BoneMealItem#useOnBlock},
COMMENT <p>Called by {@link net.minecraft.item.BoneMealItem#useOnBlock(net.minecraft.item.ItemUsageContext) BoneMealItem#useOnBlock},
COMMENT an anonymus class in {@link net.minecraft.block.dispenser.DispenserBehavior#registerDefaults() DispenserBehavior#registerDefaults},
COMMENT and {@link net.minecraft.entity.ai.brain.task.BoneMealTask#keepRunning(net.minecraft.server.world.ServerWorld, net.minecraft.entity.passive.VillagerEntity, long) BoneMealTask#keepRunning}

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
@ -88,4 +89,4 @@ target_method net/minecraft/network/packet/s2c/play/WorldEventS2CPacket getEvent
target_method net/minecraft/block/DoorBlock getOpenSoundEventId ()I
return world_events
target_method net/minecraft/block/DoorBlock getCloseSoundEventId ()I
return world_events
return world_events