Map some fields in a couple of item classes (#3795)

This commit is contained in:
ErrorCraft 2024-02-22 08:37:33 +01:00 committed by GitHub
parent 91f427184d
commit 17034786ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
CLASS net/minecraft/class_8162 net/minecraft/item/BrushItem
FIELD field_42683 MAX_BRUSH_TIME I
FIELD field_43390 ANIMATION_DURATION I
METHOD method_49184 addDustParticles (Lnet/minecraft/class_1937;Lnet/minecraft/class_3965;Lnet/minecraft/class_2680;Lnet/minecraft/class_243;Lnet/minecraft/class_1306;)V
ARG 1 world
ARG 2 hitResult

View File

@ -3,6 +3,8 @@ CLASS net/minecraft/class_1764 net/minecraft/item/CrossbowItem
FIELD field_30864 CHARGED_KEY Ljava/lang/String;
FIELD field_30865 CHARGED_PROJECTILES_KEY Ljava/lang/String;
FIELD field_30866 DEFAULT_PULL_TIME I
FIELD field_30867 CHARGE_PROGRESS F
FIELD field_30868 LOAD_PROGRESS F
FIELD field_30869 DEFAULT_SPEED F
FIELD field_30870 FIREWORK_ROCKET_SPEED F
FIELD field_7936 loaded Z

View File

@ -1,4 +1,5 @@
CLASS net/minecraft/class_5538 net/minecraft/item/SpyglassItem
FIELD field_30921 MAX_USE_TIME I
FIELD field_30922 FOV_MULTIPLIER F
METHOD method_31582 playStopUsingSound (Lnet/minecraft/class_1309;)V
ARG 1 user

View File

@ -23,6 +23,8 @@ CLASS net/minecraft/class_22 net/minecraft/item/map/MapState
FIELD field_17403 locked Z
FIELD field_25019 LOGGER Lorg/slf4j/Logger;
FIELD field_31831 MAX_SCALE I
FIELD field_31832 SIZE I
FIELD field_31833 SIZE_HALF I
FIELD field_33991 MAX_ICONS I
FIELD field_33992 iconCount I
METHOD <init> (IIBZZZLnet/minecraft/class_5321;)V