Class ModIdHelperMixin
java.lang.Object
petrolpark.mc.library.mixin.compat.jei.client.ModIdHelperMixin
- All Implemented Interfaces:
mezz.jei.api.helpers.IModIdHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<net.minecraft.network.chat.Component> petrolpark$getSharedFeatureModNames(mezz.jei.api.ingredients.ITypedIngredient<?> ingredient, com.llamalad7.mixinextras.injector.wrapoperation.Operation<Optional<net.minecraft.network.chat.Component>> original) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.helpers.IModIdHelper
addModNameToIngredientTooltip, addModNameToIngredientTooltip, getFormattedModNameComponentForModId, getFormattedModNameForModId, getModAliases, getModNameForModId, getModNameForTooltip, isDisplayingModNameEnabled
-
Constructor Details
-
ModIdHelperMixin
public ModIdHelperMixin()
-
-
Method Details