History - net.minecraft.util.debug.LevelDebugSynchronizers
1.21.10
Names
Fields
Constructors
Methods
1.21.9
Names
bvw
net.minecraft.util.debug.LevelDebugSynchronizers
net.minecraft.class_12026
net.minecraft.server.debug.SubscriptionTracker
net.minecraft.src.C_410900_
net.minecraft.util.debug.LevelDebugSynchronizers
Fields
ServerLevel: a, level, field_62885, world, f_412397_
List<TrackingDebugSynchronizer<?>>: b, allSynchronizers, field_62886, subscriptions, f_412866_
Map<DebugSubscription<?>, TrackingDebugSynchronizer$SourceSynchronizer<?>>: c, sourceSynchronizers, field_62887, subscriptionsByTypes, f_412207_
TrackingDebugSynchronizer$PoiSynchronizer: d, poiSynchronizer, field_62888, trackedPoi, f_413803_
TrackingDebugSynchronizer$VillageSectionSynchronizer: e, villageSectionSynchronizer, field_62889, trackedVillageSections, f_413422_
boolean: f, sleeping, field_62890, stopped, f_411592_
Set<DebugSubscription<?>>: g, enabledSubscriptions, field_62891, subscribedTypes, f_412230_
Constructors
Methods
void (ServerDebugSubscribers): a, tick, method_74596, tick, m_416274_
void (): a, wakeUp, method_74591, startTracking, m_418654_
<T> TrackingDebugSynchronizer$SourceSynchronizer<T> (DebugSubscription<T>): b, getSourceSynchronizer, method_74609, get, m_418994_
void (LevelChunk): a, registerChunk, method_74605, trackChunk, m_416688_
void (ChunkPos): a, dropChunk, method_74602, untrackChunk, m_415637_
void (BlockEntity): a, registerBlockEntity, method_74604, trackBlockEntity, m_415290_
void (BlockPos): a, dropBlockEntity, method_74606, untrackBlockEntity, m_419756_
void (Entity): a, registerEntity, method_74597, trackEntity, m_418255_
void (Entity): b, dropEntity, method_74610, untrackEntity, m_417249_
void (ServerPlayer, ChunkPos): a, startTrackingChunk, method_74593, sendInitialIfSubscribed, m_416071_
void (ServerPlayer, Entity): a, startTrackingEntity, method_74592, sendInitialIfSubscribed, m_415745_
void (PoiRecord): a, registerPoi, method_74601, onPoiAdded, m_415324_
void (BlockPos): b, updatePoi, method_74611, onPoiUpdated, m_419745_
void (BlockPos): c, dropPoi, method_74613, onPoiRemoved, m_415256_
boolean (DebugSubscription<?>): a, hasAnySubscriberFor, method_74594, isSubscribed, m_419485_
<T> void (BlockPos, DebugSubscription<T>, T): a, sendBlockValue, method_74608, sendBlockDebugData, m_420511_
<T> void (BlockPos, DebugSubscription<T>): a, clearBlockValue, method_74607, removeBlockDebugData, m_415291_
<T> void (Entity, DebugSubscription<T>, T): a, sendEntityValue, method_74600, sendEntityDebugData, m_417041_
<T> void (Entity, DebugSubscription<T>): a, clearEntityValue, method_74598, removeEntityDebugData, m_420470_
<T> void (BlockPos, DebugSubscription<T>, T): b, broadcastEventToTracking, method_74612, sendEventDebugData, m_418749_
void (ChunkPos, DebugSubscription<?>, Packet<? super ClientGamePacketListener>): a, broadcastToTracking, method_74603, sendToTrackingPlayers, m_419059_
void (Entity, DebugSubscription<?>, Packet<? super ClientGamePacketListener>): a, broadcastToTracking, method_74599, sendToTrackingPlayers, m_419051_