Class DebugHelper

java.lang.Object
io.github.zhengzhengyiyi.debughelper.DebugHelper
All Implemented Interfaces:
net.fabricmc.api.ModInitializer

public class DebugHelper extends Object implements net.fabricmc.api.ModInitializer
  • Field Details

    • MOD_ID

      public static final String MOD_ID
      The mod id
      See Also:
    • LOGGER

      public static final org.slf4j.Logger LOGGER
      The LOGGER
    • debuggers

      public static List<Debugger> debuggers
      The debuggers. no need for append just into the list
  • Constructor Details

    • DebugHelper

      public DebugHelper()
  • Method Details

    • debug

      public static boolean debug(@Nullable @Nullable Boolean v)
    • onInitialize

      public void onInitialize()
      entry point
      Specified by:
      onInitialize in interface net.fabricmc.api.ModInitializer