Class MinecraftServer.DebugStart

java.lang.Object
net.minecraft.server.MinecraftServer.DebugStart
Enclosing class:
MinecraftServer

private static class MinecraftServer.DebugStart extends Object
Mappings:
Namespace Name
official net/minecraft/server/MinecraftServer$c
intermediary net/minecraft/server/MinecraftServer$class_6414
named net/minecraft/server/MinecraftServer$DebugStart
  • Field Details

    • time

      final long time
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer$c;a:J
      intermediary field_33980 Lnet/minecraft/server/MinecraftServer$class_6414;field_33980:J
      named time Lnet/minecraft/server/MinecraftServer$DebugStart;time:J
    • tick

      final int tick
      Mappings:
      Namespace Name Mixin selector
      official b Lnet/minecraft/server/MinecraftServer$c;b:I
      intermediary field_33981 Lnet/minecraft/server/MinecraftServer$class_6414;field_33981:I
      named tick Lnet/minecraft/server/MinecraftServer$DebugStart;tick:I
  • Constructor Details

    • DebugStart

      DebugStart(long time, int tick)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lnet/minecraft/server/MinecraftServer$c;<init>(JI)V
      intermediary <init> Lnet/minecraft/server/MinecraftServer$class_6414;<init>(JI)V
      named <init> Lnet/minecraft/server/MinecraftServer$DebugStart;<init>(JI)V
  • Method Details

    • end

      ProfileResult end(long endTime, int endTick)
      Mappings:
      Namespace Name Mixin selector
      official a Lnet/minecraft/server/MinecraftServer$c;a(JI)Lazb;
      intermediary method_37330 Lnet/minecraft/server/MinecraftServer$class_6414;method_37330(JI)Lnet/minecraft/class_3696;
      named end Lnet/minecraft/server/MinecraftServer$DebugStart;end(JI)Lnet/minecraft/util/profiler/ProfileResult;