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
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterDisplays(me.shedaniel.rei.api.common.registry.display.ServerDisplayRegistry registry) voidregisterDisplaySerializer(me.shedaniel.rei.api.common.display.DisplaySerializerRegistry registry) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.shedaniel.rei.api.common.plugins.REICommonPlugin
getPluginProviderClass, registerEntrySettingsAdapters, registerEntryTypes, registerFluidComparators, registerFluidSupport, registerItemComparators, registerSlotAccessorsMethods inherited from interface me.shedaniel.rei.api.common.plugins.REIPlugin
compareTo, getPriority, postStage, preStage, provide, shouldBeForcefullyDoneOnMainThreadMethods 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:
registerDisplaysin interfaceme.shedaniel.rei.api.common.plugins.REICommonPlugin
-
registerDisplaySerializer
public void registerDisplaySerializer(me.shedaniel.rei.api.common.display.DisplaySerializerRegistry registry) - Specified by:
registerDisplaySerializerin interfaceme.shedaniel.rei.api.common.plugins.REICommonPlugin
-