Interface Debugger


public interface Debugger
  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.util.Identifier
    The id of the debug stuff
    default void
    call this function in implementation
    void
    tick(net.minecraft.server.MinecraftServer server)
    The tick method, called every tick
  • 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