Package net.minecraft.server.debug
Class SubscriberTracker
java.lang.Object
net.minecraft.server.debug.SubscriberTracker
- Mappings:
Namespace Name named net/minecraft/server/debug/SubscriberTrackerintermediary net/minecraft/class_12027official bvx
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftServerprivate final Map<DebugSubscriptionType<?>, List<ServerPlayerEntity>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanSubscribe(ServerPlayerEntity player) private List<ServerPlayerEntity> getSubscribers(DebugSubscriptionType<?> type) booleanhasSubscriber(DebugSubscriptionType<?> type) voidsend(DebugSubscriptionType<?> type, Packet<?> packet) voidtick()
-
Field Details
-
server
- Mappings:
Namespace Name Mixin selector named serverLnet/minecraft/server/debug/SubscriberTracker;server:Lnet/minecraft/server/MinecraftServer;intermediary field_62898Lnet/minecraft/class_12027;field_62898:Lnet/minecraft/server/MinecraftServer;official aLbvx;a:Lnet/minecraft/server/MinecraftServer;
-
subscribers
- Mappings:
Namespace Name Mixin selector named subscribersLnet/minecraft/server/debug/SubscriberTracker;subscribers:Ljava/util/Map;intermediary field_62899Lnet/minecraft/class_12027;field_62899:Ljava/util/Map;official bLbvx;b:Ljava/util/Map;
-
-
Constructor Details
-
SubscriberTracker
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/debug/SubscriberTracker;<init>(Lnet/minecraft/server/MinecraftServer;)Vintermediary <init>Lnet/minecraft/class_12027;<init>(Lnet/minecraft/server/MinecraftServer;)Vofficial <init>Lbvx;<init>(Lnet/minecraft/server/MinecraftServer;)V
-
-
Method Details
-
getSubscribers
- Mappings:
Namespace Name Mixin selector named getSubscribersLnet/minecraft/server/debug/SubscriberTracker;getSubscribers(Lnet/minecraft/world/debug/DebugSubscriptionType;)Ljava/util/List;intermediary method_74619Lnet/minecraft/class_12027;method_74619(Lnet/minecraft/class_12017;)Ljava/util/List;official bLbvx;b(Lbvs;)Ljava/util/List;
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/server/debug/SubscriberTracker;tick()Vintermediary method_74614Lnet/minecraft/class_12027;method_74614()Vofficial aLbvx;a()V
-
send
- Mappings:
Namespace Name Mixin selector named sendLnet/minecraft/server/debug/SubscriberTracker;send(Lnet/minecraft/world/debug/DebugSubscriptionType;Lnet/minecraft/network/packet/Packet;)Vintermediary method_74617Lnet/minecraft/class_12027;method_74617(Lnet/minecraft/class_12017;Lnet/minecraft/class_2596;)Vofficial aLbvx;a(Lbvs;Laao;)V
-
getSubscribedTypes
- Mappings:
Namespace Name Mixin selector named getSubscribedTypesLnet/minecraft/server/debug/SubscriberTracker;getSubscribedTypes()Ljava/util/Set;intermediary method_74618Lnet/minecraft/class_12027;method_74618()Ljava/util/Set;official bLbvx;b()Ljava/util/Set;
-
hasSubscriber
- Mappings:
Namespace Name Mixin selector named hasSubscriberLnet/minecraft/server/debug/SubscriberTracker;hasSubscriber(Lnet/minecraft/world/debug/DebugSubscriptionType;)Zintermediary method_74616Lnet/minecraft/class_12027;method_74616(Lnet/minecraft/class_12017;)Zofficial aLbvx;a(Lbvs;)Z
-
canSubscribe
- Mappings:
Namespace Name Mixin selector named canSubscribeLnet/minecraft/server/debug/SubscriberTracker;canSubscribe(Lnet/minecraft/server/network/ServerPlayerEntity;)Zintermediary method_74615Lnet/minecraft/class_12027;method_74615(Lnet/minecraft/class_3222;)Zofficial aLbvx;a(Lawy;)Z
-