Uses of Class
net.minecraft.util.debug.ServerDebugSubscribers
Packages that use ServerDebugSubscribers
-
Uses of ServerDebugSubscribers in net.minecraft.server
Fields in net.minecraft.server declared as ServerDebugSubscribersModifier and TypeFieldDescriptionprivate final ServerDebugSubscribersMinecraftServer.debugSubscribersMethods in net.minecraft.server that return ServerDebugSubscribers -
Uses of ServerDebugSubscribers in net.minecraft.util.debug
Methods in net.minecraft.util.debug with parameters of type ServerDebugSubscribersModifier and TypeMethodDescriptionvoidLevelDebugSynchronizers.tick(ServerDebugSubscribers serverSubscribers) -
Uses of ServerDebugSubscribers in net.minecraft.util.debugchart
Fields in net.minecraft.util.debugchart declared as ServerDebugSubscribersModifier and TypeFieldDescriptionprivate final ServerDebugSubscribersRemoteSampleLogger.subscribersConstructors in net.minecraft.util.debugchart with parameters of type ServerDebugSubscribersModifierConstructorDescriptionRemoteSampleLogger(int dimensions, ServerDebugSubscribers subscribers, RemoteDebugSampleType sampleType) RemoteSampleLogger(int dimensions, ServerDebugSubscribers subscribers, RemoteDebugSampleType sampleType, long[] defaults)