Class GlTimer

java.lang.Object
net.minecraft.client.gl.GlTimer

@Environment(CLIENT) public class GlTimer extends Object
Mappings:
Namespace Name
official edw
intermediary net/minecraft/class_7168
named net/minecraft/client/gl/GlTimer
  • Field Details

    • queryId

      private int queryId
      Mappings:
      Namespace Name Mixin selector
      official a Ledw;a:I
      intermediary field_37844 Lnet/minecraft/class_7168;field_37844:I
      named queryId Lnet/minecraft/client/gl/GlTimer;queryId:I
  • Constructor Details

    • GlTimer

      public GlTimer()
  • Method Details

    • getInstance

      public static Optional<GlTimer> getInstance()
      Mappings:
      Namespace Name Mixin selector
      official a Ledw;a()Ljava/util/Optional;
      intermediary method_41719 Lnet/minecraft/class_7168;method_41719()Ljava/util/Optional;
      named getInstance Lnet/minecraft/client/gl/GlTimer;getInstance()Ljava/util/Optional;
    • beginProfile

      public void beginProfile()
      Mappings:
      Namespace Name Mixin selector
      official b Ledw;b()V
      intermediary method_41720 Lnet/minecraft/class_7168;method_41720()V
      named beginProfile Lnet/minecraft/client/gl/GlTimer;beginProfile()V
    • endProfile

      public GlTimer.Query endProfile()
      Mappings:
      Namespace Name Mixin selector
      official c Ledw;c()Ledw$a;
      intermediary method_41721 Lnet/minecraft/class_7168;method_41721()Lnet/minecraft/class_7168$class_7169;
      named endProfile Lnet/minecraft/client/gl/GlTimer;endProfile()Lnet/minecraft/client/gl/GlTimer$Query;