Class Snooper

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

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

    • initialInfo

      private final Map<String,​Object> initialInfo
      Mappings:
      Namespace Name Mixin selector
      official a Lapx;a:Ljava/util/Map;
      intermediary field_5825 Lnet/minecraft/class_1276;field_5825: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 Lapx;b:Ljava/util/Map;
      intermediary field_5826 Lnet/minecraft/class_1276;field_5826: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 Lapx;c:Ljava/lang/String;
      intermediary field_5821 Lnet/minecraft/class_1276;field_5821: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 Lapx;d:Ljava/net/URL;
      intermediary field_5819 Lnet/minecraft/class_1276;field_5819:Ljava/net/URL;
      named snooperUrl Lnet/minecraft/util/snooper/Snooper;snooperUrl:Ljava/net/URL;
    • listener

      private final SnooperListener listener
      Mappings:
      Namespace Name Mixin selector
      official e Lapx;e:Lapy;
      intermediary field_5827 Lnet/minecraft/class_1276;field_5827:Lnet/minecraft/class_1279;
      named listener Lnet/minecraft/util/snooper/Snooper;listener:Lnet/minecraft/util/snooper/SnooperListener;
    • timer

      private final Timer timer
      Mappings:
      Namespace Name Mixin selector
      official f Lapx;f:Ljava/util/Timer;
      intermediary field_5823 Lnet/minecraft/class_1276;field_5823: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 Lapx;g:Ljava/lang/Object;
      intermediary field_5824 Lnet/minecraft/class_1276;field_5824: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 Lapx;h:J
      intermediary field_5822 Lnet/minecraft/class_1276;field_5822:J
      named startTime Lnet/minecraft/util/snooper/Snooper;startTime:J
    • active

      private boolean active
      Mappings:
      Namespace Name Mixin selector
      official i Lapx;i:Z
      intermediary field_5820 Lnet/minecraft/class_1276;field_5820:Z
      named active Lnet/minecraft/util/snooper/Snooper;active:Z
  • Constructor Details

    • Snooper

      public Snooper​(String urlPath, SnooperListener listener, long startTime)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lapx;<init>(Ljava/lang/String;Lapy;J)V
      intermediary <init> Lnet/minecraft/class_1276;<init>(Ljava/lang/String;Lnet/minecraft/class_1279;J)V
      named <init> Lnet/minecraft/util/snooper/Snooper;<init>(Ljava/lang/String;Lnet/minecraft/util/snooper/SnooperListener;J)V
  • Method Details

    • method_5482

      public void method_5482()
      Mappings:
      Namespace Name Mixin selector
      official a Lapx;a()V
      intermediary method_5482 Lnet/minecraft/class_1276;method_5482()V
      named method_5482 Lnet/minecraft/util/snooper/Snooper;method_5482()V
    • update

      public void update()
      Mappings:
      Namespace Name Mixin selector
      official b Lapx;b()V
      intermediary method_5485 Lnet/minecraft/class_1276;method_5485()V
      named update Lnet/minecraft/util/snooper/Snooper;update()V
    • addInfo

      public void addInfo​(String key, Object value)
      Mappings:
      Namespace Name Mixin selector
      official a Lapx;a(Ljava/lang/String;Ljava/lang/Object;)V
      intermediary method_5481 Lnet/minecraft/class_1276;method_5481(Ljava/lang/String;Ljava/lang/Object;)V
      named addInfo Lnet/minecraft/util/snooper/Snooper;addInfo(Ljava/lang/String;Ljava/lang/Object;)V
    • addInitialInfo

      public void addInitialInfo​(String key, Object value)
      Mappings:
      Namespace Name Mixin selector
      official b Lapx;b(Ljava/lang/String;Ljava/lang/Object;)V
      intermediary method_5480 Lnet/minecraft/class_1276;method_5480(Ljava/lang/String;Ljava/lang/Object;)V
      named addInitialInfo Lnet/minecraft/util/snooper/Snooper;addInitialInfo(Ljava/lang/String;Ljava/lang/Object;)V
    • isActive

      public boolean isActive()
      Mappings:
      Namespace Name Mixin selector
      official d Lapx;d()Z
      intermediary method_5483 Lnet/minecraft/class_1276;method_5483()Z
      named isActive Lnet/minecraft/util/snooper/Snooper;isActive()Z
    • cancel

      public void cancel()
      Mappings:
      Namespace Name Mixin selector
      official e Lapx;e()V
      intermediary method_5487 Lnet/minecraft/class_1276;method_5487()V
      named cancel Lnet/minecraft/util/snooper/Snooper;cancel()V
    • getToken

      @Environment(CLIENT) public String getToken()
      Mappings:
      Namespace Name Mixin selector
      official f Lapx;f()Ljava/lang/String;
      intermediary method_5479 Lnet/minecraft/class_1276;method_5479()Ljava/lang/String;
      named getToken Lnet/minecraft/util/snooper/Snooper;getToken()Ljava/lang/String;
    • getStartTime

      public long getStartTime()
      Mappings:
      Namespace Name Mixin selector
      official g Lapx;g()J
      intermediary method_5484 Lnet/minecraft/class_1276;method_5484()J
      named getStartTime Lnet/minecraft/util/snooper/Snooper;getStartTime()J