Package de.cech12.solarcooker.rei
Class SolarCookerReiCommonPlugin
java.lang.Object
de.cech12.solarcooker.rei.SolarCookerReiCommonPlugin
- 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 SolarCookerReiCommonPlugin
extends Object
implements me.shedaniel.rei.api.common.plugins.REICommonPlugin
-
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 java.lang.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
-
Constructor Details
-
SolarCookerReiCommonPlugin
public SolarCookerReiCommonPlugin()
-
-
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
-