Class FunctionTimerCallback

java.lang.Object
net.minecraft.world.timer.FunctionTimerCallback
All Implemented Interfaces:
TimerCallback<MinecraftServer>

public class FunctionTimerCallback extends Object implements TimerCallback<MinecraftServer>
Mappings:
Namespace Name
official dzs
intermediary net/minecraft/class_231
named net/minecraft/world/timer/FunctionTimerCallback
  • Field Details

    • name

      final Identifier name
      Mappings:
      Namespace Name Mixin selector
      official a Ldzs;a:Lacf;
      intermediary field_1304 Lnet/minecraft/class_231;field_1304:Lnet/minecraft/class_2960;
      named name Lnet/minecraft/world/timer/FunctionTimerCallback;name:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • FunctionTimerCallback

      public FunctionTimerCallback(Identifier name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldzs;<init>(Lacf;)V
      intermediary <init> Lnet/minecraft/class_231;<init>(Lnet/minecraft/class_2960;)V
      named <init> Lnet/minecraft/world/timer/FunctionTimerCallback;<init>(Lnet/minecraft/util/Identifier;)V
  • Method Details

    • call

      public void call(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2)
      Specified by:
      call in interface TimerCallback<MinecraftServer>
      Mappings:
      Namespace Name Mixin selector
      official a Ldzs;a(Lnet/minecraft/server/MinecraftServer;Ldzw;J)V
      intermediary method_967 Lnet/minecraft/class_231;method_967(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_236;J)V
      named call Lnet/minecraft/world/timer/FunctionTimerCallback;call(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/timer/Timer;J)V