Package com.beansgalaxy.backpacks.compat
Class REI
java.lang.Object
com.beansgalaxy.backpacks.compat.REI
- 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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregister()voidregisterBasicEntryFiltering(me.shedaniel.rei.api.client.entry.filtering.base.BasicFilteringRule<?> rule) voidregisterItemComparators(me.shedaniel.rei.api.common.entry.comparison.ItemComparatorRegistry 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.client.plugins.REIClientPlugin
getPluginProviderClass, registerCategories, registerCollapsibleEntries, registerConfigAddons, registerDisplays, registerEntries, registerEntryRenderers, registerExclusionZones, registerFavorites, registerInputMethods, registerScreens, registerSubsets, registerTransferHandlersMethods inherited from interface me.shedaniel.rei.api.common.plugins.REIPlugin
compareTo, getPriority, postStage, preStage, provide, registerDisplaySerializer, registerEntrySettingsAdapters, registerEntryTypes, registerFluidComparators, registerFluidSupport, registerSlotAccessors, shouldBeForcefullyDoneOnMainThreadMethods inherited from interface me.shedaniel.rei.api.common.plugins.REIPluginProvider
getPluginProviderName
-
Constructor Details
-
REI
public REI()
-
-
Method Details
-
register
public void register() -
registerBasicEntryFiltering
public void registerBasicEntryFiltering(me.shedaniel.rei.api.client.entry.filtering.base.BasicFilteringRule<?> rule) - Specified by:
registerBasicEntryFilteringin interfaceme.shedaniel.rei.api.client.plugins.REIClientPlugin
-
registerItemComparators
public void registerItemComparators(me.shedaniel.rei.api.common.entry.comparison.ItemComparatorRegistry registry) - Specified by:
registerItemComparatorsin interfaceme.shedaniel.rei.api.common.plugins.REIPlugin<me.shedaniel.rei.api.client.plugins.REIClientPlugin>
-