Class KubeJSREIPlugin
java.lang.Object
dev.latvian.mods.kubejs.integration.rei.KubeJSREIPlugin
- 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 KubeJSREIPlugin
extends Object
implements me.shedaniel.rei.api.client.plugins.REIClientPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleWe want to run as late as possible, so we can remove other mods' entries after they have already been added.voidvoidpostStage(me.shedaniel.rei.api.common.plugins.PluginManager<me.shedaniel.rei.api.client.plugins.REIClientPlugin> manager, me.shedaniel.rei.api.common.registry.ReloadStage stage) voidregisterBasicEntryFiltering(me.shedaniel.rei.api.client.entry.filtering.base.BasicFilteringRule<?> rule) voidregisterCategories(me.shedaniel.rei.api.client.registry.category.CategoryRegistry registry) voidregisterCollapsibleEntries(me.shedaniel.rei.api.client.registry.entry.CollapsibleEntryRegistry registry) voidregisterDisplays(me.shedaniel.rei.api.client.registry.display.DisplayRegistry registry) voidregisterEntries(me.shedaniel.rei.api.client.registry.entry.EntryRegistry registry) voidregisterFluidComparators(me.shedaniel.rei.api.common.entry.comparison.FluidComparatorRegistry registry) 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, registerConfigAddons, registerEntryRenderers, registerExclusionZones, registerFavorites, registerInputMethods, registerScreens, registerSubsets, registerTransferHandlersMethods inherited from interface me.shedaniel.rei.api.common.plugins.REIPlugin
compareTo, preStage, provide, registerDisplaySerializer, registerEntrySettingsAdapters, registerEntryTypes, registerFluidSupport, registerSlotAccessors, shouldBeForcefullyDoneOnMainThreadMethods inherited from interface me.shedaniel.rei.api.common.plugins.REIPluginProvider
getPluginProviderName
-
Constructor Details
-
KubeJSREIPlugin
public KubeJSREIPlugin()
-
-
Method Details
-
getPriority
public double getPriority()We want to run as late as possible, so we can remove other mods' entries after they have already been added.- Specified by:
getPriorityin interfaceme.shedaniel.rei.api.common.plugins.REIPlugin<me.shedaniel.rei.api.client.plugins.REIClientPlugin>
-
loadRemote
-
registerEntries
public void registerEntries(me.shedaniel.rei.api.client.registry.entry.EntryRegistry registry) - Specified by:
registerEntriesin interfaceme.shedaniel.rei.api.client.plugins.REIClientPlugin
-
registerBasicEntryFiltering
public void registerBasicEntryFiltering(me.shedaniel.rei.api.client.entry.filtering.base.BasicFilteringRule<?> rule) - Specified by:
registerBasicEntryFilteringin 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
-
registerCategories
public void registerCategories(me.shedaniel.rei.api.client.registry.category.CategoryRegistry registry) - Specified by:
registerCategoriesin interfaceme.shedaniel.rei.api.client.plugins.REIClientPlugin
-
postStage
public void postStage(me.shedaniel.rei.api.common.plugins.PluginManager<me.shedaniel.rei.api.client.plugins.REIClientPlugin> manager, me.shedaniel.rei.api.common.registry.ReloadStage stage) - Specified by:
postStagein interfaceme.shedaniel.rei.api.common.plugins.REIPlugin<me.shedaniel.rei.api.client.plugins.REIClientPlugin>
-
registerCollapsibleEntries
public void registerCollapsibleEntries(me.shedaniel.rei.api.client.registry.entry.CollapsibleEntryRegistry registry) - Specified by:
registerCollapsibleEntriesin 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>
-
registerFluidComparators
public void registerFluidComparators(me.shedaniel.rei.api.common.entry.comparison.FluidComparatorRegistry registry) - Specified by:
registerFluidComparatorsin interfaceme.shedaniel.rei.api.common.plugins.REIPlugin<me.shedaniel.rei.api.client.plugins.REIClientPlugin>
-