Class HexREIPlugin

java.lang.Object
at.petrak.hexcasting.fabric.interop.rei.HexREIPlugin
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 HexREIPlugin extends Object implements me.shedaniel.rei.api.client.plugins.REIClientPlugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final me.shedaniel.rei.api.common.category.CategoryIdentifier<BrainsweepRecipeDisplay>
     
    static final net.minecraft.resources.ResourceLocation
     
  • 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 helper)
     

    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, registerEntries, registerEntryRenderers, registerExclusionZones, registerFavorites, registerScreens, registerSubsets, registerTransferHandlers

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

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

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

    getPluginProviderName
  • Field Details

    • UID

      public static final net.minecraft.resources.ResourceLocation UID
    • BRAINSWEEP

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

    • HexREIPlugin

      public HexREIPlugin()
  • 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 helper)
      Specified by:
      registerDisplays in interface me.shedaniel.rei.api.client.plugins.REIClientPlugin