History - net.minecraft.client.multiplayer.ClientDebugSubscriber
1.21.10
Names
Fields
Constructors
Methods
1.21.9
Names
gzk
net.minecraft.client.multiplayer.ClientDebugSubscriber
net.minecraft.class_12036
net.minecraft.client.network.ClientDebugSubscriptionManager
net.minecraft.src.C_411200_
Fields
ClientPacketListener: a, connection, field_62932, networkHandler, f_413277_
DebugScreenOverlay: b, debugScreenOverlay, field_62933, debugHud, f_412442_
Set<DebugSubscription<?>>: c, remoteSubscriptions, field_62934, clientSubscriptions, f_413607_
Map<DebugSubscription<?>, ClientDebugSubscriber$ValueMaps<?>>: d, valuesBySubscription, field_62935, valuesBySubscription, f_412135_
Constructors
(ClientPacketListener, DebugScreenOverlay)
Methods
void (Set<DebugSubscription<?>>, DebugSubscription<?>, boolean): a, addFlag, method_74729, addDebugSubscription, m_418602_
Set<DebugSubscription<?>> (): c, requestedSubscriptions, method_74733, getRequestedSubscriptions, m_416410_
void (): a, clear, method_74712, clearAllSubscriptions, m_419799_
void (long): a, tick, method_74713, startTick, m_420149_
void (Set<DebugSubscription<?>>): a, onSubscriptionsChanged, method_74728, onSubscriptionsChanged, m_417743_
<V> ClientDebugSubscriber$ValueMaps<V> (DebugSubscription<V>): a, getValueMaps, method_74720, getTrackableValueMaps, m_414939_
<K, V> ClientDebugSubscriber$ValueMap<K, V> (DebugSubscription<V>, ClientDebugSubscriber$ValueMapType<K, V>): a, getValueMap, method_74721, getValue, m_418757_
<K, V> V (DebugSubscription<V>, K, ClientDebugSubscriber$ValueMapType<K, V>): a, getValue, method_74723, getValue, m_416104_
DebugValueAccess (Level): a, createDebugValueAccess, method_74726, createDebugDataStore, m_416516_
<T> void (long, ChunkPos, DebugSubscription$Update<T>): a, updateChunk, method_74717, updateChunk, m_419504_
<T> void (long, BlockPos, DebugSubscription$Update<T>): a, updateBlock, method_74718, updateBlock, m_415907_
<T> void (long, Entity, DebugSubscription$Update<T>): a, updateEntity, method_74716, updateEntity, m_420039_
<T> void (long, DebugSubscription$Event<T>): a, pushEvent, method_74714, addEvent, m_419230_
<K, V> void (long, K, DebugSubscription$Update<V>, ClientDebugSubscriber$ValueMapType<K, V>): a, updateMap, method_74719, updateTrackableValueMap, m_417771_
<K, V> void (DebugSubscription<V>, ClientDebugSubscriber$ValueMapType<K, V>, BiConsumer<K, V>): a, forEachValue, method_74722, forEachValue, m_415420_
void (): b, dropLevel, method_74730, clearValues, m_420060_
void (ChunkPos): a, dropChunk, method_74725, removeChunk, m_419501_
void (Entity): a, dropEntity, method_74724, removeEntity, m_415652_
<T> ClientDebugSubscriber$ValueMapType<UUID, T> (): d, entities, method_74735, forEntities, m_415439_
<T> ClientDebugSubscriber$ValueMapType<BlockPos, T> (): e, blocks, method_74736, forBlocks, m_419060_
<T> ClientDebugSubscriber$ValueMapType<ChunkPos, T> (): f, chunks, method_74737, forChunks, m_415666_