This commit is contained in:
Shnupbups 2024-03-03 01:17:55 +11:00
parent 010653ee61
commit 57879efde8
2 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,8 @@ CLASS net/minecraft/class_1299 net/minecraft/entity/EntityType
METHOD method_5881 loadFromEntityNbt (Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;Lnet/minecraft/class_9279;)V
ARG 0 world
ARG 1 player
ARG 2 entity
ARG 3 nbt
METHOD method_5882 getTranslationKey ()Ljava/lang/String;
METHOD method_5883 create (Lnet/minecraft/class_1937;)Lnet/minecraft/class_1297;
ARG 1 world

View File

@ -154,6 +154,10 @@ CLASS net/minecraft/class_1308 net/minecraft/entity/mob/MobEntity
ARG 1 stack
METHOD method_56995 (Ljava/util/UUID;)Lnet/minecraft/class_2520;
ARG 0 uuid
METHOD method_57295 getAttackDamageWith (Lnet/minecraft/class_1799;)D
ARG 1 stack
METHOD method_57296 hasComponentsOtherThanDamage (Lnet/minecraft/class_1799;)Z
ARG 0 stack
METHOD method_5929 getDropChance (Lnet/minecraft/class_1304;)F
ARG 1 slot
METHOD method_5930 setForwardSpeed (F)V