a bit more

This commit is contained in:
Shnupbups 2024-01-18 11:16:41 +11:00
parent 89885be064
commit 2f93c2ae5e
5 changed files with 16 additions and 0 deletions

View File

@ -1,2 +1,6 @@
CLASS net/minecraft/class_2435 net/minecraft/block/PlayerSkullBlock
FIELD field_46411 CODEC Lcom/mojang/serialization/MapCodec;
METHOD method_56117 resolveSkullOwner (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1799;)V
ARG 0 world
ARG 1 pos
ARG 2 stack

View File

@ -8,3 +8,7 @@ CLASS net/minecraft/class_2555 net/minecraft/block/WallTorchBlock
ARG 0 instance
METHOD method_54067 (Lnet/minecraft/class_2555;)Lnet/minecraft/class_2400;
ARG 0 block
METHOD method_56118 canPlaceAt (Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z
ARG 0 world
ARG 1 pos
ARG 2 facing

View File

@ -20,3 +20,6 @@ CLASS net/minecraft/class_2570 net/minecraft/block/WitherSkullBlock
ARG 0 pos
METHOD method_51175 (Lnet/minecraft/class_2694;)Z
ARG 0 pos
METHOD method_56119 onPlaced (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)V
ARG 0 world
ARG 1 pos

View File

@ -3,6 +3,7 @@ CLASS net/minecraft/class_5561 net/minecraft/block/entity/ViewerCountManager
COMMENT ender chests, and barrels.
FIELD field_27215 viewerCount I
FIELD field_31339 SCHEDULE_TICK_DELAY I
FIELD field_48376 maxBlockInteractionRange D
METHOD method_31678 getViewerCount ()I
METHOD method_31679 isPlayerViewing (Lnet/minecraft/class_1657;)Z
COMMENT Determines whether the given player is currently viewing this container.
@ -43,3 +44,6 @@ CLASS net/minecraft/class_5561 net/minecraft/block/entity/ViewerCountManager
ARG 0 world
ARG 1 pos
ARG 2 state
METHOD method_56121 getViewingPlayers (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Ljava/util/List;
ARG 1 world
ARG 2 pos

View File

@ -1009,6 +1009,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
ARG 1 vehicle
METHOD method_56071 getProjectileDeflector (Lnet/minecraft/class_1676;)Lnet/minecraft/class_9109;
ARG 1 projectile
METHOD method_56072 getAttachments ()Lnet/minecraft/class_9066;
METHOD method_56073 setOnFireForTicks (I)V
ARG 1 ticks
METHOD method_5622 onBlockCollision (Lnet/minecraft/class_2680;)V