Class ModIdHelperMixin

java.lang.Object
petrolpark.mc.library.mixin.compat.jei.client.ModIdHelperMixin
All Implemented Interfaces:
mezz.jei.api.helpers.IModIdHelper

public abstract class ModIdHelperMixin extends Object implements mezz.jei.api.helpers.IModIdHelper
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<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, wait

    Methods inherited from interface mezz.jei.api.helpers.IModIdHelper

    addModNameToIngredientTooltip, addModNameToIngredientTooltip, getFormattedModNameComponentForModId, getFormattedModNameForModId, getModAliases, getModNameForModId, getModNameForTooltip, isDisplayingModNameEnabled
  • Constructor Details

    • ModIdHelperMixin

      public ModIdHelperMixin()
  • Method Details

    • petrolpark$getSharedFeatureModNames

      public Optional<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)