Class ServerDebugSubscribers
java.lang.Object
net.minecraft.util.debug.ServerDebugSubscribers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<DebugSubscription<?>, List<ServerPlayer>> private final MinecraftServer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbroadcastToAll(DebugSubscription<?> subscription, Packet<?> packet) Set<DebugSubscription<?>> private List<ServerPlayer> getSubscribersFor(DebugSubscription<?> subscription) booleanhasAnySubscriberFor(DebugSubscription<?> subscription) booleanhasRequiredPermissions(ServerPlayer player) voidtick()
-
Field Details
-
server
-
enabledSubscriptions
-
-
Constructor Details
-
ServerDebugSubscribers
-
-
Method Details
-
getSubscribersFor
-
tick
public void tick() -
broadcastToAll
-
enabledSubscriptions
-
hasAnySubscriberFor
-
hasRequiredPermissions
-