Package net.minecraft.util.debug
Interface DebugValueAccess
public interface DebugValueAccess
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<T> voidforEachBlock(DebugSubscription<T> subscription, BiConsumer<BlockPos, T> action) <T> voidforEachChunk(DebugSubscription<T> subscription, BiConsumer<ChunkPos, T> action) <T> voidforEachEntity(DebugSubscription<T> subscription, BiConsumer<Entity, T> action) <T> voidforEachEvent(DebugSubscription<T> subscription, DebugValueAccess.EventVisitor<T> action) <T> TgetBlockValue(DebugSubscription<T> subscription, BlockPos pos) <T> TgetChunkValue(DebugSubscription<T> subscription, ChunkPos chunkPos) <T> TgetEntityValue(DebugSubscription<T> subscription, Entity entity)
-
Method Details
-
forEachChunk
-
getChunkValue
-
forEachBlock
-
getBlockValue
-
forEachEntity
-
getEntityValue
-
forEachEvent
-