DebuggableBlock
An interface for a Block or BlockEntity that can start debugging when right-clicked by a debugger.
Functions
Link copied to clipboard
@NotNull()
Called server-side by the default implementation of startDebugging to start a debug session for this block on the given thread.
@NotNull()
Called server-side by
DebuggerItem#useOn to start a debug session for this block on the given thread.