Class EmptyProfileResult

java.lang.Object
net.minecraft.util.profiler.EmptyProfileResult
All Implemented Interfaces:
ProfileResult

public class EmptyProfileResult
extends Object
implements ProfileResult
Mappings:
Namespace Name
official aon
intermediary net/minecraft/class_3688
named net/minecraft/util/profiler/EmptyProfileResult
  • Field Details

    • INSTANCE

      public static final EmptyProfileResult INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Laon;a:Laon;
      intermediary field_16265 Lnet/minecraft/class_3688;field_16265:Lnet/minecraft/class_3688;
      named INSTANCE Lnet/minecraft/util/profiler/EmptyProfileResult;INSTANCE:Lnet/minecraft/util/profiler/EmptyProfileResult;
  • Constructor Details

    • EmptyProfileResult

      private EmptyProfileResult()
  • Method Details

    • getTimings

      @Environment(CLIENT) public List<ProfilerTiming> getTimings​(String parentPath)
      Specified by:
      getTimings in interface ProfileResult
      Mappings:
      Namespace Name Mixin selector
      official a Laor;a(Ljava/lang/String;)Ljava/util/List;
      intermediary method_16067 Lnet/minecraft/class_3696;method_16067(Ljava/lang/String;)Ljava/util/List;
      named getTimings Lnet/minecraft/util/profiler/ProfileResult;getTimings(Ljava/lang/String;)Ljava/util/List;
    • save

      public boolean save​(File file)
      Specified by:
      save in interface ProfileResult
      Mappings:
      Namespace Name Mixin selector
      official a Laor;a(Ljava/io/File;)Z
      intermediary method_16069 Lnet/minecraft/class_3696;method_16069(Ljava/io/File;)Z
      named save Lnet/minecraft/util/profiler/ProfileResult;save(Ljava/io/File;)Z
    • getStartTime

      public long getStartTime()
      Specified by:
      getStartTime in interface ProfileResult
      Mappings:
      Namespace Name Mixin selector
      official a Laor;a()J
      intermediary method_16068 Lnet/minecraft/class_3696;method_16068()J
      named getStartTime Lnet/minecraft/util/profiler/ProfileResult;getStartTime()J
    • getStartTick

      public int getStartTick()
      Specified by:
      getStartTick in interface ProfileResult
      Mappings:
      Namespace Name Mixin selector
      official b Laor;b()I
      intermediary method_16072 Lnet/minecraft/class_3696;method_16072()I
      named getStartTick Lnet/minecraft/util/profiler/ProfileResult;getStartTick()I
    • getEndTime

      public long getEndTime()
      Specified by:
      getEndTime in interface ProfileResult
      Mappings:
      Namespace Name Mixin selector
      official c Laor;c()J
      intermediary method_16073 Lnet/minecraft/class_3696;method_16073()J
      named getEndTime Lnet/minecraft/util/profiler/ProfileResult;getEndTime()J
    • getEndTick

      public int getEndTick()
      Specified by:
      getEndTick in interface ProfileResult
      Mappings:
      Namespace Name Mixin selector
      official d Laor;d()I
      intermediary method_16070 Lnet/minecraft/class_3696;method_16070()I
      named getEndTick Lnet/minecraft/util/profiler/ProfileResult;getEndTick()I