net.minecraft.client.network

class ClientDebugSubscriptionManager$1

implements DebugDataStore

net.minecraft.client.multiplayer.ClientDebugSubscriber$1
net.minecraft.client.multiplayer.ClientDebugSubscriber$1
net.minecraft.class_12036$1
net.minecraft.client.network.ClientDebugSubscriptionManager$1

Constructor summary

ModifierConstructor
()

Method summary

Modifier and TypeMethod
public <T> void
forEachChunk(DebugSubscription<T> subscription, BiConsumer<ChunkPos, T> consumer)
forEachChunk(DebugSubscription<T> subscription, BiConsumer<ChunkPos, T> consumer)
method_74586(class_12017<T> arg0, BiConsumer<class_1923, T> arg1)
forEachChunkData(DebugSubscriptionType<T> arg0, BiConsumer<ChunkPos, T> arg1)
public <T> T
getChunkValue(DebugSubscription<T> subscription, ChunkPos chunkPos)
getChunkValue(DebugSubscription<T> subscription, ChunkPos chunkPos)
method_74584(class_12017<T> arg0, class_1923 arg1)
getChunkData(DebugSubscriptionType<T> arg0, ChunkPos arg1)
public <T> void
forEachBlock(DebugSubscription<T> subscription, BiConsumer<BlockPos, T> consumer)
forEachBlock(DebugSubscription<T> subscription, BiConsumer<BlockPos, T> consumer)
method_74587(class_12017<T> arg0, BiConsumer<class_2338, T> arg1)
forEachBlockData(DebugSubscriptionType<T> arg0, BiConsumer<BlockPos, T> arg1)
public <T> T
getBlockValue(DebugSubscription<T> subscription, BlockPos blockPos)
getBlockValue(DebugSubscription<T> subscription, BlockPos blockPos)
method_74585(class_12017<T> arg0, class_2338 arg1)
getBlockData(DebugSubscriptionType<T> arg0, BlockPos arg1)
public <T> void
forEachEntity(DebugSubscription<T> subscription, BiConsumer<Entity, T> consumer)
forEachEntity(DebugSubscription<T> subscription, BiConsumer<Entity, T> consumer)
method_74588(class_12017<T> arg0, BiConsumer<class_1297, T> arg1)
forEachEntityData(DebugSubscriptionType<T> arg0, BiConsumer<Entity, T> arg1)
public <T> T
getEntityValue(DebugSubscription<T> subscription, Entity entity)
getEntityValue(DebugSubscription<T> subscription, Entity entity)
method_74583(class_12017<T> arg0, class_1297 arg1)
getEntityData(DebugSubscriptionType<T> arg0, Entity arg1)
public <T> void
forEachEvent(DebugSubscription<T> subscription, DebugValueAccess$EventVisitor<T> visitor)
forEachEvent(DebugSubscription<T> subscription, DebugValueAccess$EventVisitor<T> visitor)
method_74582(class_12017<T> arg0, class_12021$class_12022<T> arg1)
forEachEvent(DebugSubscriptionType<T> arg0, DebugDataStore$EventConsumer<T> arg1)