yarn/mappings/net/minecraft/entity/attribute/EntityAttributeInstance.map...

13 lines
438 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS ahg net/minecraft/entity/attribute/EntityAttributeInstance
METHOD a getAttribute ()Lahf;
2018-11-03 03:44:17 -04:00
METHOD a setBaseValue (D)V
2018-11-29 15:10:38 -05:00
METHOD a hasModifier (Lahh;)Z
METHOD a getModifier (Ljava/util/UUID;)Lahh;
2018-11-03 03:44:17 -04:00
METHOD b getBaseValue ()D
2018-11-29 15:10:38 -05:00
METHOD b addModifier (Lahh;)V
2018-11-03 03:44:17 -04:00
METHOD b removeModifier (Ljava/util/UUID;)V
METHOD c getModifiers ()Ljava/util/Collection;
2018-11-29 15:10:38 -05:00
METHOD c removeModifier (Lahh;)V
2018-11-03 03:44:17 -04:00
METHOD d clearModifiers ()V
METHOD e getValue ()D