yarn/mappings/net/minecraft/world/timer/TimerCallback.mapping

16 lines
640 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_234 net/minecraft/world/timer/TimerCallback
CLASS class_235 Serializer
FIELD field_1309 id Lnet/minecraft/class_2960;
FIELD field_1310 callbackClass Ljava/lang/Class;
METHOD method_975 serialize (Lnet/minecraft/class_2487;Lnet/minecraft/class_234;)V
2019-02-10 02:49:48 -05:00
ARG 1 tag
ARG 2 callback
2019-06-28 17:55:20 -04:00
METHOD method_976 deserialize (Lnet/minecraft/class_2487;)Lnet/minecraft/class_234;
2019-02-10 02:49:48 -05:00
ARG 1 tag
2019-06-28 17:55:20 -04:00
METHOD method_977 getId ()Lnet/minecraft/class_2960;
METHOD method_978 getCallbackClass ()Ljava/lang/Class;
METHOD method_974 call (Ljava/lang/Object;Lnet/minecraft/class_236;J)V
2019-02-10 02:49:48 -05:00
ARG 1 server
ARG 2 events
ARG 3 time