Interface DebugValueAccess
public interface DebugValueAccess
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<T> voidforEachBlock(DebugSubscription<T> subscription, BiConsumer<BlockPos, T> consumer) <T> voidforEachChunk(DebugSubscription<T> subscription, BiConsumer<ChunkPos, T> consumer) <T> voidforEachEntity(DebugSubscription<T> subscription, BiConsumer<Entity, T> consumer) <T> voidforEachEvent(DebugSubscription<T> subscription, DebugValueAccess.EventVisitor<T> visitor) <T> @Nullable TgetBlockValue(DebugSubscription<T> subscription, BlockPos blockPos) <T> @Nullable TgetChunkValue(DebugSubscription<T> subscription, ChunkPos chunkPos) <T> @Nullable TgetEntityValue(DebugSubscription<T> subscription, Entity entity)
-
Method Details
-
forEachChunk
-
getChunkValue
-
forEachBlock
-
getBlockValue
-
forEachEntity
-
getEntityValue
-
forEachEvent
-