Package net.minecraft.commands.execution
Interface TraceCallbacks
- All Superinterfaces:
 AutoCloseable
- All Known Implementing Classes:
 DebugCommand.Tracer
- 
Method Summary
 
- 
Method Details
- 
onCommand
 - 
onReturn
 - 
onError
 - 
onCall
 - 
close
void close()- Specified by:
 closein interfaceAutoCloseable
 
 -