Class BiomeIngredientType.Helper

java.lang.Object
com.petrolpark.compat.jei.ingredient.BiomeIngredientType.Helper
All Implemented Interfaces:
mezz.jei.api.ingredients.IIngredientHelper<net.minecraft.world.level.biome.Biome>
Enclosing class:
BiomeIngredientType

public static class BiomeIngredientType.Helper extends Object implements mezz.jei.api.ingredients.IIngredientHelper<net.minecraft.world.level.biome.Biome>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.biome.Biome
    copyIngredient(net.minecraft.world.level.biome.Biome ingredient)
     
    getDisplayName(net.minecraft.world.level.biome.Biome ingredient)
     
    net.minecraft.network.chat.Component
    getDisplayNameComponent(net.minecraft.world.level.biome.Biome ingredient)
     
    getErrorInfo(@Nullable net.minecraft.world.level.biome.Biome ingredient)
     
    mezz.jei.api.ingredients.IIngredientType<net.minecraft.world.level.biome.Biome>
     
    net.minecraft.resources.ResourceLocation
    getResourceLocation(net.minecraft.world.level.biome.Biome ingredient)
     
    getUniqueId(net.minecraft.world.level.biome.Biome ingredient, mezz.jei.api.ingredients.subtypes.UidContext context)
     

    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.ingredients.IIngredientHelper

    copyWithAmount, getAmount, getCheatItemStack, getColors, getDisplayModId, getTagEquivalent, getTagKeyEquivalent, getTagStream, getWildcardId, hasSubtypes, isHiddenFromRecipeViewersByTags, isIngredientOnServer, isValidIngredient, normalizeIngredient
  • Constructor Details

    • Helper

      public Helper()
  • Method Details

    • getIngredientType

      public mezz.jei.api.ingredients.IIngredientType<net.minecraft.world.level.biome.Biome> getIngredientType()
      Specified by:
      getIngredientType in interface mezz.jei.api.ingredients.IIngredientHelper<net.minecraft.world.level.biome.Biome>
    • getDisplayName

      public String getDisplayName(net.minecraft.world.level.biome.Biome ingredient)
      Specified by:
      getDisplayName in interface mezz.jei.api.ingredients.IIngredientHelper<net.minecraft.world.level.biome.Biome>
    • getDisplayNameComponent

      public net.minecraft.network.chat.Component getDisplayNameComponent(net.minecraft.world.level.biome.Biome ingredient)
    • getUniqueId

      public String getUniqueId(net.minecraft.world.level.biome.Biome ingredient, mezz.jei.api.ingredients.subtypes.UidContext context)
      Specified by:
      getUniqueId in interface mezz.jei.api.ingredients.IIngredientHelper<net.minecraft.world.level.biome.Biome>
    • getResourceLocation

      public net.minecraft.resources.ResourceLocation getResourceLocation(net.minecraft.world.level.biome.Biome ingredient)
      Specified by:
      getResourceLocation in interface mezz.jei.api.ingredients.IIngredientHelper<net.minecraft.world.level.biome.Biome>
    • copyIngredient

      public net.minecraft.world.level.biome.Biome copyIngredient(net.minecraft.world.level.biome.Biome ingredient)
      Specified by:
      copyIngredient in interface mezz.jei.api.ingredients.IIngredientHelper<net.minecraft.world.level.biome.Biome>
    • getErrorInfo

      public String getErrorInfo(@Nullable @Nullable net.minecraft.world.level.biome.Biome ingredient)
      Specified by:
      getErrorInfo in interface mezz.jei.api.ingredients.IIngredientHelper<net.minecraft.world.level.biome.Biome>