Class DrinkREI

java.lang.Object
ml.pluto7073.pdapi.compat.rei.DrinkREI
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 DrinkREI extends Object implements me.shedaniel.rei.api.client.plugins.REIClientPlugin
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final me.shedaniel.rei.api.common.category.CategoryIdentifier<IngredientSequenceDisplay>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerCategories(me.shedaniel.rei.api.client.registry.category.CategoryRegistry registry)
     
    void
    registerDisplays(me.shedaniel.rei.api.client.registry.display.DisplayRegistry registry)
     
    void
    registerDisplaySerializer(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, wait

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

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

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

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

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

    getPluginProviderName
  • Field Details

    • INGREDIENT_SEQUENCE

      public static final me.shedaniel.rei.api.common.category.CategoryIdentifier<IngredientSequenceDisplay> INGREDIENT_SEQUENCE
  • Constructor Details

    • DrinkREI

      public DrinkREI()
  • Method Details

    • registerCategories

      public void registerCategories(me.shedaniel.rei.api.client.registry.category.CategoryRegistry registry)
      Specified by:
      registerCategories in interface me.shedaniel.rei.api.client.plugins.REIClientPlugin
    • registerDisplays

      public void registerDisplays(me.shedaniel.rei.api.client.registry.display.DisplayRegistry registry)
      Specified by:
      registerDisplays in interface me.shedaniel.rei.api.client.plugins.REIClientPlugin
    • registerDisplaySerializer

      public void registerDisplaySerializer(me.shedaniel.rei.api.common.display.DisplaySerializerRegistry registry)
      Specified by:
      registerDisplaySerializer in interface me.shedaniel.rei.api.common.plugins.REIPlugin<me.shedaniel.rei.api.client.plugins.REIClientPlugin>