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

19 lines
738 B
Plaintext
Raw Normal View History

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