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

20 lines
563 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS ahu net/minecraft/entity/attribute/EntityAttributeModifier
CLASS ahu$a Operation
FIELD d VALUES [Lahu$a;
FIELD e id I
METHOD a getId ()I
2016-08-16 18:04:54 -04:00
FIELD a amount D
2018-12-12 12:12:26 -05:00
FIELD b operation Lahu$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
2018-12-12 12:22:18 -05:00
METHOD <init> (Ljava/lang/String;DLahu$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 name
ARG 2 amount
METHOD a getId ()Ljava/util/UUID;
2018-12-12 12:12:26 -05:00
METHOD a setSerialize (Z)Lahu;
METHOD b getName ()Ljava/lang/String;
2018-12-12 12:12:26 -05:00
METHOD c getOperation ()Lahu$a;
METHOD d getAmount ()D
METHOD e shouldSerialize ()Z