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