Class ModIdHelperMixin

java.lang.Object
com.petrolpark.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
    wrapGetDisplayModId(mezz.jei.api.ingredients.IIngredientHelper instance, Object ingredient, com.llamalad7.mixinextras.injector.wrapoperation.Operation<String> original)
     
    wrapGetModNameForModId(String modid, com.llamalad7.mixinextras.injector.wrapoperation.Operation<String> operation)
     

    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, getFormattedModNameForModId, getModAliases, getModNameForModId, getModNameForTooltip, isDisplayingModNameEnabled
  • Constructor Details

    • ModIdHelperMixin

      public ModIdHelperMixin()
  • Method Details

    • wrapGetDisplayModId

      public String wrapGetDisplayModId(mezz.jei.api.ingredients.IIngredientHelper instance, Object ingredient, com.llamalad7.mixinextras.injector.wrapoperation.Operation<String> original)
    • wrapGetModNameForModId

      public String wrapGetModNameForModId(String modid, com.llamalad7.mixinextras.injector.wrapoperation.Operation<String> operation)