Class Snooper

java.lang.Object
net.minecraft.util.snooper.Snooper

public class Snooper extends Object
Mappings:
Namespace Name
official ul
intermediary net/minecraft/class_853
named net/minecraft/util/snooper/Snooper
  • Field Details

    • initialInfo

      private final Map<String,Object> initialInfo
      Mappings:
      Namespace Name Mixin selector
      official a Lul;a:Ljava/util/Map;
      intermediary field_9075 Lnet/minecraft/class_853;field_9075:Ljava/util/Map;
      named initialInfo Lnet/minecraft/util/snooper/Snooper;initialInfo:Ljava/util/Map;
    • info

      private final Map<String,Object> info
      Mappings:
      Namespace Name Mixin selector
      official b Lul;b:Ljava/util/Map;
      intermediary field_9076 Lnet/minecraft/class_853;field_9076:Ljava/util/Map;
      named info Lnet/minecraft/util/snooper/Snooper;info:Ljava/util/Map;
    • token

      private final String token
      Mappings:
      Namespace Name Mixin selector
      official c Lul;c:Ljava/lang/String;
      intermediary field_3120 Lnet/minecraft/class_853;field_3120:Ljava/lang/String;
      named token Lnet/minecraft/util/snooper/Snooper;token:Ljava/lang/String;
    • snooperUrl

      private final URL snooperUrl
      Mappings:
      Namespace Name Mixin selector
      official d Lul;d:Ljava/net/URL;
      intermediary field_3121 Lnet/minecraft/class_853;field_3121:Ljava/net/URL;
      named snooperUrl Lnet/minecraft/util/snooper/Snooper;snooperUrl:Ljava/net/URL;
    • snooped

      private final Snoopable snooped
      Mappings:
      Namespace Name Mixin selector
      official e Lul;e:Lum;
      intermediary field_3122 Lnet/minecraft/class_853;field_3122:Lnet/minecraft/class_855;
      named snooped Lnet/minecraft/util/snooper/Snooper;snooped:Lnet/minecraft/util/snooper/Snoopable;
    • timer

      private final Timer timer
      Mappings:
      Namespace Name Mixin selector
      official f Lul;f:Ljava/util/Timer;
      intermediary field_3123 Lnet/minecraft/class_853;field_3123:Ljava/util/Timer;
      named timer Lnet/minecraft/util/snooper/Snooper;timer:Ljava/util/Timer;
    • lock

      private final Object lock
      Mappings:
      Namespace Name Mixin selector
      official g Lul;g:Ljava/lang/Object;
      intermediary field_3124 Lnet/minecraft/class_853;field_3124:Ljava/lang/Object;
      named lock Lnet/minecraft/util/snooper/Snooper;lock:Ljava/lang/Object;
    • startTime

      private final long startTime
      Mappings:
      Namespace Name Mixin selector
      official h Lul;h:J
      intermediary field_6099 Lnet/minecraft/class_853;field_6099:J
      named startTime Lnet/minecraft/util/snooper/Snooper;startTime:J
    • active

      private boolean active
      Mappings:
      Namespace Name Mixin selector
      official i Lul;i:Z
      intermediary field_3125 Lnet/minecraft/class_853;field_3125:Z
      named active Lnet/minecraft/util/snooper/Snooper;active:Z
    • snooperCount

      private int snooperCount
      Mappings:
      Namespace Name Mixin selector
      official j Lul;j:I
      intermediary field_3126 Lnet/minecraft/class_853;field_3126:I
      named snooperCount Lnet/minecraft/util/snooper/Snooper;snooperCount:I
  • Constructor Details

    • Snooper

      public Snooper(String name, Snoopable snooped, long startTime)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lul;<init>(Ljava/lang/String;Lum;J)V
      intermediary <init> Lnet/minecraft/class_853;<init>(Ljava/lang/String;Lnet/minecraft/class_855;J)V
      named <init> Lnet/minecraft/util/snooper/Snooper;<init>(Ljava/lang/String;Lnet/minecraft/util/snooper/Snoopable;J)V
  • Method Details

    • setActive

      public void setActive()
      Mappings:
      Namespace Name Mixin selector
      official a Lul;a()V
      intermediary method_2395 Lnet/minecraft/class_853;method_2395()V
      named setActive Lnet/minecraft/util/snooper/Snooper;setActive()V
    • addJavaInfo

      private void addJavaInfo()
      Mappings:
      Namespace Name Mixin selector
      official h Lul;h()V
      intermediary method_2407 Lnet/minecraft/class_853;method_2407()V
      named addJavaInfo Lnet/minecraft/util/snooper/Snooper;addJavaInfo()V
    • addJvmArgs

      private void addJvmArgs()
      Mappings:
      Namespace Name Mixin selector
      official i Lul;i()V
      intermediary method_2408 Lnet/minecraft/class_853;method_2408()V
      named addJvmArgs Lnet/minecraft/util/snooper/Snooper;addJvmArgs()V
    • addCpuInfo

      public void addCpuInfo()
      Mappings:
      Namespace Name Mixin selector
      official b Lul;b()V
      intermediary method_2398 Lnet/minecraft/class_853;method_2398()V
      named addCpuInfo Lnet/minecraft/util/snooper/Snooper;addCpuInfo()V
    • addInfo

      public void addInfo(String string, Object object)
      Mappings:
      Namespace Name Mixin selector
      official a Lul;a(Ljava/lang/String;Ljava/lang/Object;)V
      intermediary method_8353 Lnet/minecraft/class_853;method_8353(Ljava/lang/String;Ljava/lang/Object;)V
      named addInfo Lnet/minecraft/util/snooper/Snooper;addInfo(Ljava/lang/String;Ljava/lang/Object;)V
    • add

      public void add(String string, Object object)
      Mappings:
      Namespace Name Mixin selector
      official b Lul;b(Ljava/lang/String;Ljava/lang/Object;)V
      intermediary method_8354 Lnet/minecraft/class_853;method_8354(Ljava/lang/String;Ljava/lang/Object;)V
      named add Lnet/minecraft/util/snooper/Snooper;add(Ljava/lang/String;Ljava/lang/Object;)V
    • method_2400

      @Environment(CLIENT) public Map<String,String> method_2400()
      Mappings:
      Namespace Name Mixin selector
      official c Lul;c()Ljava/util/Map;
      intermediary method_2400 Lnet/minecraft/class_853;method_2400()Ljava/util/Map;
      named method_2400 Lnet/minecraft/util/snooper/Snooper;method_2400()Ljava/util/Map;
    • isActive

      public boolean isActive()
      Mappings:
      Namespace Name Mixin selector
      official d Lul;d()Z
      intermediary method_2402 Lnet/minecraft/class_853;method_2402()Z
      named isActive Lnet/minecraft/util/snooper/Snooper;isActive()Z
    • concel

      public void concel()
      Mappings:
      Namespace Name Mixin selector
      official e Lul;e()V
      intermediary method_2404 Lnet/minecraft/class_853;method_2404()V
      named concel Lnet/minecraft/util/snooper/Snooper;concel()V
    • getSnooperToken

      @Environment(CLIENT) public String getSnooperToken()
      Mappings:
      Namespace Name Mixin selector
      official f Lul;f()Ljava/lang/String;
      intermediary method_2406 Lnet/minecraft/class_853;method_2406()Ljava/lang/String;
      named getSnooperToken Lnet/minecraft/util/snooper/Snooper;getSnooperToken()Ljava/lang/String;
    • getStartTime

      public long getStartTime()
      Mappings:
      Namespace Name Mixin selector
      official g Lul;g()J
      intermediary method_6074 Lnet/minecraft/class_853;method_6074()J
      named getStartTime Lnet/minecraft/util/snooper/Snooper;getStartTime()J