Class GlTimer

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

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

    • field_63818

      @Nullable private @Nullable CommandEncoder field_63818
      Mappings:
      Namespace Name Mixin selector
      named field_63818 Lnet/minecraft/client/gl/GlTimer;field_63818:Lcom/mojang/blaze3d/systems/CommandEncoder;
      intermediary field_63818 Lnet/minecraft/class_7168;field_63818:Lcom/mojang/blaze3d/systems/CommandEncoder;
      official a Lfwq;a:Lcom/mojang/blaze3d/systems/CommandEncoder;
    • field_63819

      @Nullable private @Nullable GpuQuery field_63819
      Mappings:
      Namespace Name Mixin selector
      named field_63819 Lnet/minecraft/client/gl/GlTimer;field_63819:Lcom/mojang/blaze3d/systems/GpuQuery;
      intermediary field_63819 Lnet/minecraft/class_7168;field_63819:Lcom/mojang/blaze3d/systems/GpuQuery;
      official b Lfwq;b:Lcom/mojang/blaze3d/systems/GpuQuery;
  • Constructor Details

    • GlTimer

      public GlTimer()
  • Method Details

    • getInstance

      public static GlTimer getInstance()
      Mappings:
      Namespace Name Mixin selector
      named getInstance Lnet/minecraft/client/gl/GlTimer;getInstance()Lnet/minecraft/client/gl/GlTimer;
      intermediary method_41719 Lnet/minecraft/class_7168;method_41719()Lnet/minecraft/class_7168;
      official a Lfwq;a()Lfwq;
    • isRunning

      public boolean isRunning()
      Mappings:
      Namespace Name Mixin selector
      named isRunning Lnet/minecraft/client/gl/GlTimer;isRunning()Z
      intermediary method_74961 Lnet/minecraft/class_7168;method_74961()Z
      official b Lfwq;b()Z
    • beginProfile

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

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