Class Researchd

java.lang.Object
com.portingdeadmods.researchd.Researchd

public final class Researchd extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Researchd(net.neoforged.bus.api.IEventBus modEventBus, net.neoforged.fml.ModContainer modContainer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    debug(String category, Object... message)
    Prints a debug message to the console if the 'consoleDebug' config option is enabled.
    static net.minecraft.resources.ResourceLocation
    rl(String path)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Researchd

      public Researchd(net.neoforged.bus.api.IEventBus modEventBus, net.neoforged.fml.ModContainer modContainer)
  • Method Details

    • debug

      public static void debug(String category, Object... message)
      Prints a debug message to the console if the 'consoleDebug' config option is enabled.
      Parameters:
      category - The 'category' of the debug message, used to filter messages in the console
      message - Any number of objects that will be concatenated into a single message
    • rl

      public static net.minecraft.resources.ResourceLocation rl(String path)