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>

public class REI extends Object implements me.shedaniel.rei.api.client.plugins.REIClientPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
    REI()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    registerBasicEntryFiltering(me.shedaniel.rei.api.client.entry.filtering.base.BasicFilteringRule<?> rule)
     
    void
    registerItemComparators(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, wait

    Methods inherited from interface me.shedaniel.rei.api.client.plugins.REIClientPlugin

    getPluginProviderClass, registerCategories, registerCollapsibleEntries, registerConfigAddons, registerDisplays, registerEntries, registerEntryRenderers, registerExclusionZones, registerFavorites, registerInputMethods, registerScreens, registerSubsets, registerTransferHandlers

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

    compareTo, getPriority, postStage, preStage, provide, registerDisplaySerializer, registerEntrySettingsAdapters, registerEntryTypes, registerFluidComparators, registerFluidSupport, registerSlotAccessors, shouldBeForcefullyDoneOnMainThread

    Methods 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:
      registerBasicEntryFiltering in interface me.shedaniel.rei.api.client.plugins.REIClientPlugin
    • registerItemComparators

      public void registerItemComparators(me.shedaniel.rei.api.common.entry.comparison.ItemComparatorRegistry registry)
      Specified by:
      registerItemComparators in interface me.shedaniel.rei.api.common.plugins.REIPlugin<me.shedaniel.rei.api.client.plugins.REIClientPlugin>