Interface IDisableableItem


public interface IDisableableItem
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Represents an item that can be disabled in the configuration of the mod.
  • Method Details

    • isDisabled

      boolean isDisabled()
      Represents an item that can be disabled in the configuration of the mod. If this returns true, assume the item is not registered with the game, but may still be instantiated.
      Returns:
      If the item has not been registered with the Forge Registry.