Class Snooper

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

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

    • initialInfo

      private final Map<String,​Object> initialInfo
      Mappings:
      Namespace Name Mixin selector
      official a Lor;a:Ljava/util/Map;
      intermediary field_7221 Lnet/minecraft/class_1728;field_7221: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 Lor;b:Ljava/util/Map;
      intermediary field_7222 Lnet/minecraft/class_1728;field_7222: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 Lor;c:Ljava/lang/String;
      intermediary field_7223 Lnet/minecraft/class_1728;field_7223: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 Lor;d:Ljava/net/URL;
      intermediary field_7224 Lnet/minecraft/class_1728;field_7224: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 Lor;e:Los;
      intermediary field_7225 Lnet/minecraft/class_1728;field_7225:Lnet/minecraft/class_1729;
      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 Lor;f:Ljava/util/Timer;
      intermediary field_7226 Lnet/minecraft/class_1728;field_7226:Ljava/util/Timer;
      named timer Lnet/minecraft/util/snooper/Snooper;timer:Ljava/util/Timer;
    • syncObject

      private final Object syncObject
      Mappings:
      Namespace Name Mixin selector
      official g Lor;g:Ljava/lang/Object;
      intermediary field_7227 Lnet/minecraft/class_1728;field_7227:Ljava/lang/Object;
      named syncObject Lnet/minecraft/util/snooper/Snooper;syncObject:Ljava/lang/Object;
    • startTime

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

      private boolean active
      Mappings:
      Namespace Name Mixin selector
      official i Lor;i:Z
      intermediary field_7229 Lnet/minecraft/class_1728;field_7229:Z
      named active Lnet/minecraft/util/snooper/Snooper;active:Z
    • field_7230

      private int field_7230
      Mappings:
      Namespace Name Mixin selector
      official j Lor;j:I
      intermediary field_7230 Lnet/minecraft/class_1728;field_7230:I
      named field_7230 Lnet/minecraft/util/snooper/Snooper;field_7230:I
  • Constructor Details

    • Snooper

      public Snooper​(String string, Snoopable snooped, long long2)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lor;<init>(Ljava/lang/String;Los;J)V
      intermediary <init> Lnet/minecraft/class_1728;<init>(Ljava/lang/String;Lnet/minecraft/class_1729;J)V
      named <init> Lnet/minecraft/util/snooper/Snooper;<init>(Ljava/lang/String;Lnet/minecraft/util/snooper/Snoopable;J)V
  • Method Details

    • method_6775

      public void method_6775()
      Mappings:
      Namespace Name Mixin selector
      official a Lor;a()V
      intermediary method_6775 Lnet/minecraft/class_1728;method_6775()V
      named method_6775 Lnet/minecraft/util/snooper/Snooper;method_6775()V
    • addJavaInfo

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

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

      public void addCpuInfo()
      Mappings:
      Namespace Name Mixin selector
      official b Lor;b()V
      intermediary method_6778 Lnet/minecraft/class_1728;method_6778()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 Lor;a(Ljava/lang/String;Ljava/lang/Object;)V
      intermediary method_6776 Lnet/minecraft/class_1728;method_6776(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 Lor;b(Ljava/lang/String;Ljava/lang/Object;)V
      intermediary method_6779 Lnet/minecraft/class_1728;method_6779(Ljava/lang/String;Ljava/lang/Object;)V
      named add Lnet/minecraft/util/snooper/Snooper;add(Ljava/lang/String;Ljava/lang/Object;)V
    • method_6781

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

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

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

      @Environment(CLIENT) public String getSnooperToken()
      Mappings:
      Namespace Name Mixin selector
      official f Lor;f()Ljava/lang/String;
      intermediary method_6787 Lnet/minecraft/class_1728;method_6787()Ljava/lang/String;
      named getSnooperToken Lnet/minecraft/util/snooper/Snooper;getSnooperToken()Ljava/lang/String;
    • method_6789

      public long method_6789()
      Mappings:
      Namespace Name Mixin selector
      official g Lor;g()J
      intermediary method_6789 Lnet/minecraft/class_1728;method_6789()J
      named method_6789 Lnet/minecraft/util/snooper/Snooper;method_6789()J