Uses of Class
net.minecraft.server.SampleSubscriptionTracker
Packages that use SampleSubscriptionTracker
-
Uses of SampleSubscriptionTracker in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as SampleSubscriptionTrackerModifier and TypeFieldDescriptionprivate @Nullable SampleSubscriptionTracker
MinecraftDedicatedServer.subscriptionTracker
-
Uses of SampleSubscriptionTracker in net.minecraft.util.profiler.log
Fields in net.minecraft.util.profiler.log declared as SampleSubscriptionTrackerModifier and TypeFieldDescriptionprivate final SampleSubscriptionTracker
SubscribableDebugSampleLog.tracker
Constructors in net.minecraft.util.profiler.log with parameters of type SampleSubscriptionTrackerModifierConstructorDescriptionSubscribableDebugSampleLog
(int size, SampleSubscriptionTracker tracker, DebugSampleType type) SubscribableDebugSampleLog
(int size, SampleSubscriptionTracker tracker, DebugSampleType type, long[] defaults)