Package net.minecraft.world.timer
Class FunctionTagTimerCallback
java.lang.Object
net.minecraft.world.timer.FunctionTagTimerCallback
- All Implemented Interfaces:
TimerCallback<MinecraftServer>
- Mappings:
Namespace Name official eld
intermediary net/minecraft/class_229
named net/minecraft/world/timer/FunctionTagTimerCallback
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2)
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official a
Leld;a:Lahg;
intermediary field_1303
Lnet/minecraft/class_229;field_1303:Lnet/minecraft/class_2960;
named name
Lnet/minecraft/world/timer/FunctionTagTimerCallback;name:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
FunctionTagTimerCallback
- Mappings:
Namespace Name Mixin selector official <init>
Leld;<init>(Lahg;)V
intermediary <init>
Lnet/minecraft/class_229;<init>(Lnet/minecraft/class_2960;)V
named <init>
Lnet/minecraft/world/timer/FunctionTagTimerCallback;<init>(Lnet/minecraft/util/Identifier;)V
-
-
Method Details
-
call
- Specified by:
call
in interfaceTimerCallback<MinecraftServer>
- Mappings:
Namespace Name Mixin selector official a
Leld;a(Lnet/minecraft/server/MinecraftServer;Lelg;J)V
intermediary method_962
Lnet/minecraft/class_229;method_962(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_236;J)V
named call
Lnet/minecraft/world/timer/FunctionTagTimerCallback;call(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/timer/Timer;J)V
-