yarn/mappings/net/minecraft/entity/attribute/EntityAttributeInstanceImpl...

16 lines
513 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS ahx net/minecraft/entity/attribute/EntityAttributeInstanceImpl
FIELD a container Lahw;
FIELD b attribute Lahs;
FIELD f baseValue D
2018-12-12 12:12:26 -05:00
METHOD a getAttribute ()Lahs;
2017-04-05 14:11:28 -04:00
METHOD a setBaseValue (D)V
2018-12-12 12:12:26 -05:00
METHOD a hasModifier (Lahu;)Z
METHOD a getModifier (Ljava/util/UUID;)Lahu;
2017-04-05 14:11:28 -04:00
METHOD b getBaseValue ()D
2018-12-12 12:12:26 -05:00
METHOD b addModifier (Lahu;)V
2017-04-05 14:11:28 -04:00
METHOD b removeModifier (Ljava/util/UUID;)V
METHOD c getModifiers ()Ljava/util/Collection;
2018-12-12 12:12:26 -05:00
METHOD c removeModifier (Lahu;)V
2017-04-05 14:11:28 -04:00
METHOD d clearModifiers ()V
METHOD e getValue ()D