Class REPClientPlugin
java.lang.Object
com.mrbysco.roughlyenoughprofessions.rei.REPClientPlugin
- All Implemented Interfaces:
Comparable<me.shedaniel.rei.api.common.plugins.REIPlugin<me.shedaniel.rei.api.client.plugins.REIClientPlugin>>, me.shedaniel.rei.api.client.plugins.REIClientPlugin, me.shedaniel.rei.api.common.plugins.REIPlugin<me.shedaniel.rei.api.client.plugins.REIClientPlugin>, me.shedaniel.rei.api.common.plugins.REIPluginProvider<me.shedaniel.rei.api.client.plugins.REIClientPlugin>
public class REPClientPlugin
extends Object
implements me.shedaniel.rei.api.client.plugins.REIClientPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final me.shedaniel.rei.api.common.category.CategoryIdentifier<ProfessionDisplayFabric> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterCategories(me.shedaniel.rei.api.client.registry.category.CategoryRegistry registry) voidregisterDisplays(me.shedaniel.rei.api.client.registry.display.DisplayRegistry registry) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.shedaniel.rei.api.client.plugins.REIClientPlugin
getPluginProviderClass, registerBasicEntryFiltering, registerCollapsibleEntries, registerConfigAddons, registerEntries, registerEntryRenderers, registerExclusionZones, registerFavorites, registerInputMethods, registerScreens, registerSubsets, registerTransferHandlersMethods 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
-
PROFESSION
public static final me.shedaniel.rei.api.common.category.CategoryIdentifier<ProfessionDisplayFabric> PROFESSION
-
-
Constructor Details
-
REPClientPlugin
public REPClientPlugin()
-
-
Method Details
-
registerCategories
public void registerCategories(me.shedaniel.rei.api.client.registry.category.CategoryRegistry registry) - Specified by:
registerCategoriesin interfaceme.shedaniel.rei.api.client.plugins.REIClientPlugin
-
registerDisplays
public void registerDisplays(me.shedaniel.rei.api.client.registry.display.DisplayRegistry registry) - Specified by:
registerDisplaysin interfaceme.shedaniel.rei.api.client.plugins.REIClientPlugin
-