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

22 lines
610 B
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS aid net/minecraft/entity/attribute/EntityAttributeModifier
CLASS aid$a Operation
FIELD d VALUES [Laid$a;
FIELD e id I
METHOD a getId ()I
2016-08-16 18:04:54 -04:00
FIELD a amount D
2019-01-30 12:48:39 -05:00
FIELD b operation Laid$a;
FIELD c nameGetter Ljava/util/function/Supplier;
2016-08-16 18:04:54 -04:00
FIELD d uuid Ljava/util/UUID;
FIELD e serialize Z
2019-01-30 12:48:39 -05:00
METHOD <init> (Ljava/lang/String;DLaid$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 name
ARG 2 amount
METHOD a getId ()Ljava/util/UUID;
2019-01-30 12:48:39 -05:00
METHOD a setSerialize (Z)Laid;
METHOD b getName ()Ljava/lang/String;
2019-01-30 12:48:39 -05:00
METHOD c getOperation ()Laid$a;
METHOD d getAmount ()D
METHOD e shouldSerialize ()Z
2019-01-09 12:20:38 -05:00
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o