History - net.minecraft.server.debug.SubscriptionTracker
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.util.debug.LevelDebugSynchronizers
net.minecraft.class_12026
net.minecraft.server.debug.SubscriptionTracker
Fields
ServerWorld: level, field_62885, world
List<TrackedSubscription<?>>: allSynchronizers, field_62886, subscriptions
Map<DebugSubscriptionType<?>, TrackedSubscription$UpdateTrackedSubscription<?>>: sourceSynchronizers, field_62887, subscriptionsByTypes
TrackedSubscription$TrackedPoi: poiSynchronizer, field_62888, trackedPoi
TrackedSubscription$TrackedVillageSections: villageSectionSynchronizer, field_62889, trackedVillageSections
boolean: sleeping, field_62890, stopped
Set<DebugSubscriptionType<?>>: enabledSubscriptions, field_62891, subscribedTypes
Constructors
Methods
void (SubscriberTracker): tick, method_74596, tick
void (): wakeUp, method_74591, startTracking
<T> TrackedSubscription$UpdateTrackedSubscription<T> (DebugSubscriptionType<T>): getSourceSynchronizer, method_74609, get
void (WorldChunk): registerChunk, method_74605, trackChunk
void (ChunkPos): dropChunk, method_74602, untrackChunk
void (BlockEntity): registerBlockEntity, method_74604, trackBlockEntity
void (BlockPos): dropBlockEntity, method_74606, untrackBlockEntity
void (Entity): registerEntity, method_74597, trackEntity
void (Entity): dropEntity, method_74610, untrackEntity
void (ServerPlayerEntity, ChunkPos): startTrackingChunk, method_74593, sendInitialIfSubscribed
void (ServerPlayerEntity, Entity): startTrackingEntity, method_74592, sendInitialIfSubscribed
void (PointOfInterest): registerPoi, method_74601, onPoiAdded
void (BlockPos): updatePoi, method_74611, onPoiUpdated
void (BlockPos): dropPoi, method_74613, onPoiRemoved
boolean (DebugSubscriptionType<?>): hasAnySubscriberFor, method_74594, isSubscribed
<T> void (BlockPos, DebugSubscriptionType<T>, T): sendBlockValue, method_74608, sendBlockDebugData
<T> void (BlockPos, DebugSubscriptionType<T>): clearBlockValue, method_74607, removeBlockDebugData
<T> void (Entity, DebugSubscriptionType<T>, T): sendEntityValue, method_74600, sendEntityDebugData
<T> void (Entity, DebugSubscriptionType<T>): clearEntityValue, method_74598, removeEntityDebugData
<T> void (BlockPos, DebugSubscriptionType<T>, T): broadcastEventToTracking, method_74612, sendEventDebugData
void (ChunkPos, DebugSubscriptionType<?>, Packet<? super ClientPlayPacketListener>): broadcastToTracking, method_74603, sendToTrackingPlayers
void (Entity, DebugSubscriptionType<?>, Packet<? super ClientPlayPacketListener>): broadcastToTracking, method_74599, sendToTrackingPlayers
boolean (DebugSubscriptionType, ServerPlayerEntity): lambda$broadcastToTracking$0, method_74595, method_74595