Class BrickFurnaceReiCommonPlugin

java.lang.Object
de.cech12.brickfurnace.rei.BrickFurnaceReiCommonPlugin
All Implemented Interfaces:
Comparable<me.shedaniel.rei.api.common.plugins.REIPlugin<me.shedaniel.rei.api.common.plugins.REICommonPlugin>>, me.shedaniel.rei.api.common.plugins.REICommonPlugin, me.shedaniel.rei.api.common.plugins.REIPlugin<me.shedaniel.rei.api.common.plugins.REICommonPlugin>, me.shedaniel.rei.api.common.plugins.REIPluginProvider<me.shedaniel.rei.api.common.plugins.REICommonPlugin>

public class BrickFurnaceReiCommonPlugin extends Object implements me.shedaniel.rei.api.common.plugins.REICommonPlugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final me.shedaniel.rei.api.common.category.CategoryIdentifier<me.shedaniel.rei.plugin.common.displays.cooking.DefaultCookingDisplay>
     
    static final me.shedaniel.rei.api.common.category.CategoryIdentifier<me.shedaniel.rei.plugin.common.displays.cooking.DefaultCookingDisplay>
     
    static final me.shedaniel.rei.api.common.category.CategoryIdentifier<me.shedaniel.rei.plugin.common.displays.cooking.DefaultCookingDisplay>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerDisplays(me.shedaniel.rei.api.common.registry.display.ServerDisplayRegistry registry)
     
    void
    registerDisplaySerializer(me.shedaniel.rei.api.common.display.DisplaySerializerRegistry registry)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface me.shedaniel.rei.api.common.plugins.REICommonPlugin

    getPluginProviderClass, registerEntrySettingsAdapters, registerEntryTypes, registerFluidComparators, registerFluidSupport, registerItemComparators, registerSlotAccessors

    Methods inherited from interface me.shedaniel.rei.api.common.plugins.REIPlugin

    compareTo, getPriority, postStage, preStage, provide, shouldBeForcefullyDoneOnMainThread

    Methods inherited from interface me.shedaniel.rei.api.common.plugins.REIPluginProvider

    getPluginProviderName
  • Field Details

    • SMELTING_ID

      public static final me.shedaniel.rei.api.common.category.CategoryIdentifier<me.shedaniel.rei.plugin.common.displays.cooking.DefaultCookingDisplay> SMELTING_ID
    • SMOKING_ID

      public static final me.shedaniel.rei.api.common.category.CategoryIdentifier<me.shedaniel.rei.plugin.common.displays.cooking.DefaultCookingDisplay> SMOKING_ID
    • BLASTING_ID

      public static final me.shedaniel.rei.api.common.category.CategoryIdentifier<me.shedaniel.rei.plugin.common.displays.cooking.DefaultCookingDisplay> BLASTING_ID
  • Constructor Details

    • BrickFurnaceReiCommonPlugin

      public BrickFurnaceReiCommonPlugin()
  • Method Details

    • registerDisplays

      public void registerDisplays(me.shedaniel.rei.api.common.registry.display.ServerDisplayRegistry registry)
      Specified by:
      registerDisplays in interface me.shedaniel.rei.api.common.plugins.REICommonPlugin
    • registerDisplaySerializer

      public void registerDisplaySerializer(me.shedaniel.rei.api.common.display.DisplaySerializerRegistry registry)
      Specified by:
      registerDisplaySerializer in interface me.shedaniel.rei.api.common.plugins.REICommonPlugin