Interface Debugger
public interface Debugger
-
Method Summary
-
Method Details
-
tick
void tick(net.minecraft.server.MinecraftServer server) The tick method, called every tick -
getId
default net.minecraft.util.Identifier getId()The id of the debug stuff- Returns:
- a Identifier which is the id.
-
register
default void register()call this function in implementation
-