- getAdvancedGuiHandlers() - Method in class mezz.jei.util.ModRegistry
-
- getAllIngredients() - Method in class mezz.jei.gui.ingredients.GuiIngredient
-
- getAllIngredients() - Method in interface mezz.jei.gui.ingredients.IGuiIngredient
-
- getAllSubtypes(Iterable) - Method in interface mezz.jei.api.recipe.IStackHelper
-
Expands an Iterable, which may contain ItemStacks or more Iterables, and
returns all the subtypes of itemStacks if they have wildcard meta value.
- getAllSubtypes(Iterable) - Method in class mezz.jei.util.StackHelper
-
- getArea() - Method in class mezz.jei.gui.ingredients.GuiItemStackFast
-
- getBackground() - Method in interface mezz.jei.api.recipe.IRecipeCategory
-
Returns the drawable background for a single recipe in this category.
- getBackground() - Method in class mezz.jei.plugins.jei.debug.DebugRecipeCategory
-
- getBackground() - Method in class mezz.jei.plugins.jei.description.ItemDescriptionRecipeCategory
-
- getBackground() - Method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeCategory
-
- getBackground() - Method in class mezz.jei.plugins.vanilla.crafting.CraftingRecipeCategory
-
- getBackground() - Method in class mezz.jei.plugins.vanilla.furnace.FurnaceFuelCategory
-
- getBackground() - Method in class mezz.jei.plugins.vanilla.furnace.FurnaceSmeltingCategory
-
- getBoolean(String, String, boolean) - Method in class mezz.jei.config.LocalizedConfiguration
-
- getBrewingRecipes(IItemRegistry) - Static method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeMaker
-
- getBrewingSteps() - Method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeWrapper
-
- getCategories() - Method in class mezz.jei.gui.Focus
-
- getColor(BufferedImage) - Static method in class mezz.jei.util.color.ColorThief
-
Use the median cut algorithm to cluster similar colors and return the
base color from the largest cluster.
- getColor(BufferedImage, int, boolean) - Static method in class mezz.jei.util.color.ColorThief
-
Use the median cut algorithm to cluster similar colors and return the
base color from the largest cluster.
- getColorDefaults() - Static method in class mezz.jei.util.color.ColorGetter
-
- getColorMap(BufferedImage, int) - Static method in class mezz.jei.util.color.ColorThief
-
Use the median cut algorithm to cluster similar colors.
- getColorMap(BufferedImage, int, int, boolean) - Static method in class mezz.jei.util.color.ColorThief
-
Use the median cut algorithm to cluster similar colors.
- getColorNamer() - Static method in class mezz.jei.Internal
-
- getColorNames(ItemStack) - Method in class mezz.jei.util.color.ColorNamer
-
- getColors(ItemStack, int) - Static method in class mezz.jei.util.color.ColorGetter
-
- getColorString() - Method in class mezz.jei.util.ItemStackElement
-
- getConfig() - Static method in class mezz.jei.config.Config
-
- getContainerClass() - Method in interface mezz.jei.api.recipe.transfer.IRecipeTransferHandler
-
The container that this recipe transfer handler can use.
- getContainerClass() - Method in interface mezz.jei.api.recipe.transfer.IRecipeTransferInfo
-
Return the container class that this recipe transfer helper supports
- getContainerClass() - Method in class mezz.jei.transfer.BasicRecipeTransferHandler
-
- getContainerClass() - Method in class mezz.jei.transfer.BasicRecipeTransferInfo
-
- getCreativeTabsString() - Method in class mezz.jei.util.ItemStackElement
-
- getCycledItem(List<T>) - Method in class mezz.jei.util.CycleTimer
-
- getDescription() - Method in class mezz.jei.plugins.jei.description.ItemDescriptionRecipe
-
- getEnum(String, String, T, T[]) - Method in class mezz.jei.config.LocalizedConfiguration
-
- getFilterText() - Method in interface mezz.jei.api.IItemListOverlay
-
- getFilterText() - Static method in class mezz.jei.config.Config
-
- getFilterText() - Method in class mezz.jei.gui.ItemListOverlay
-
- getFilterText() - Method in class mezz.jei.ItemFilter
-
- getFloat(String, String, float, float, float) - Method in class mezz.jei.config.LocalizedConfiguration
-
- getFluid() - Method in class mezz.jei.gui.Focus
-
- getFluidInputs() - Method in class mezz.jei.api.recipe.BlankRecipeWrapper
-
- getFluidInputs() - Method in interface mezz.jei.api.recipe.IRecipeWrapper
-
Return a list of recipe fluid inputs.
- getFluidInputs() - Method in class mezz.jei.plugins.jei.debug.DebugRecipe
-
- getFluidOutputs() - Method in class mezz.jei.api.recipe.BlankRecipeWrapper
-
- getFluidOutputs() - Method in interface mezz.jei.api.recipe.IRecipeWrapper
-
Return a list of recipe fluid outputs.
- getFluidStacks() - Method in interface mezz.jei.api.gui.IRecipeLayout
-
Contains all the fluidStacks displayed on this recipe layout.
- getFluidStacks() - Method in class mezz.jei.gui.RecipeLayout
-
- getFocus() - Method in class mezz.jei.gui.ingredients.GuiIngredient
-
- getFocus() - Method in interface mezz.jei.gui.ingredients.IGuiIngredient
-
- getFocus() - Method in interface mezz.jei.gui.IRecipeGuiLogic
-
- getFocus() - Method in class mezz.jei.gui.RecipeGuiLogic
-
- getFocusUnderMouse(int, int) - Method in class mezz.jei.gui.ingredients.GuiIngredientGroup
-
- getFocusUnderMouse(int, int) - Method in class mezz.jei.gui.ingredients.GuiItemStackFastList
-
- getFocusUnderMouse(int, int) - Method in class mezz.jei.gui.ItemListOverlay
-
- getFocusUnderMouse(int, int) - Method in class mezz.jei.gui.RecipeLayout
-
- getFocusUnderMouse(int, int) - Method in class mezz.jei.gui.RecipesGui
-
- getFocusUnderMouse(int, int) - Method in class mezz.jei.input.GuiContainerWrapper
-
- getFocusUnderMouse(int, int) - Method in interface mezz.jei.input.IShowsRecipeFocuses
-
- getFontRenderer(Minecraft, FluidStack) - Method in class mezz.jei.gui.ingredients.FluidStackRenderer
-
- getFontRenderer(Minecraft, ItemStack) - Static method in class mezz.jei.gui.ingredients.GuiItemStackFast
-
- getFontRenderer(Minecraft, T) - Method in interface mezz.jei.gui.ingredients.IIngredientRenderer
-
- getFontRenderer(Minecraft, ItemStack) - Method in class mezz.jei.gui.ingredients.ItemStackRenderer
-
- getFuelRecipes(IItemRegistry, IJeiHelpers) - Static method in class mezz.jei.plugins.vanilla.furnace.FuelRecipeMaker
-
- getFuels() - Method in interface mezz.jei.api.IItemRegistry
-
Returns a list of all the ItemStacks that can be used as fuel in a vanilla furnace.
- getFuels() - Method in class mezz.jei.ItemRegistry
-
- getFurnaceRecipes(IJeiHelpers) - Static method in class mezz.jei.plugins.vanilla.furnace.SmeltingRecipeMaker
-
- getGuiClass() - Method in class mezz.jei.gui.GuiProperties
-
- getGuiContainerClass() - Method in interface mezz.jei.api.gui.IAdvancedGuiHandler
-
- getGuiExtraAreas(T) - Method in interface mezz.jei.api.gui.IAdvancedGuiHandler
-
Give JEI information about extra space that the GuiContainer takes up.
- getGuiHelper() - Method in interface mezz.jei.api.IJeiHelpers
-
Helps with the implementation of GUIs.
- getGuiHelper() - Method in class mezz.jei.JeiHelpers
-
- getGuiIngredients() - Method in interface mezz.jei.api.gui.IGuiIngredientGroup
-
Get the ingredients after they have been set.
- getGuiIngredients() - Method in class mezz.jei.gui.ingredients.GuiIngredientGroup
-
- getGuiLeft() - Method in class mezz.jei.gui.GuiProperties
-
- getGuiLeft() - Method in class mezz.jei.gui.RecipesGui
-
- getGuiXSize() - Method in class mezz.jei.gui.GuiProperties
-
- getHandlerFor(IModGuiFactory.RuntimeOptionCategoryElement) - Method in class mezz.jei.config.JEIModGuiFactory
-
- getHeight() - Method in interface mezz.jei.api.gui.IDrawable
-
- getHeight() - Method in interface mezz.jei.api.recipe.wrapper.IShapedCraftingRecipeWrapper
-
- getHeight() - Method in class mezz.jei.gui.DrawableAnimated
-
- getHeight() - Method in class mezz.jei.gui.DrawableBlank
-
- getHeight() - Method in class mezz.jei.gui.DrawableResource
-
- getHeight(int) - Static method in class mezz.jei.gui.ingredients.GuiItemStackGroup
-
- getHeight() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper
-
- getHeight() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedRecipesWrapper
-
- getHelpers() - Static method in class mezz.jei.Internal
-
- getIgnoredNbtTags(Set<String>) - Method in interface mezz.jei.api.INbtIgnoreList
-
- getIgnoredNbtTags(Set<String>) - Method in class mezz.jei.NbtIgnoreList
-
- getIngredient() - Method in class mezz.jei.gui.ingredients.GuiIngredient
-
- getInputs() - Method in class mezz.jei.api.recipe.BlankRecipeWrapper
-
- getInputs() - Method in interface mezz.jei.api.recipe.IRecipeWrapper
-
Return a list of recipe inputs.
- getInputs() - Method in interface mezz.jei.api.recipe.wrapper.ICraftingRecipeWrapper
-
- getInputs() - Method in class mezz.jei.plugins.jei.description.ItemDescriptionRecipe
-
- getInputs() - Method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeWrapper
-
- getInputs() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper
-
- getInputs() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedRecipesWrapper
-
- getInputs() - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessOreRecipeWrapper
-
- getInputs() - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessRecipesWrapper
-
- getInputs() - Method in class mezz.jei.plugins.vanilla.furnace.FuelRecipe
-
- getInputs() - Method in class mezz.jei.plugins.vanilla.furnace.SmeltingRecipe
-
- getInt(String, String, int, int, int) - Method in class mezz.jei.config.LocalizedConfiguration
-
- getInventorySlots(Container) - Method in interface mezz.jei.api.recipe.transfer.IRecipeTransferInfo
-
Return a list of slots that the transfer can use to get items for crafting, or place leftover items.
- getInventorySlots(Container) - Method in class mezz.jei.transfer.BasicRecipeTransferInfo
-
- getItemBlacklist() - Method in interface mezz.jei.api.IJeiHelpers
-
Used to stop JEI from displaying a specific item in the item list.
- getItemBlacklist() - Method in class mezz.jei.JeiHelpers
-
- getItemList() - Method in interface mezz.jei.api.IItemRegistry
-
Returns a list of all the ItemStacks known to JEI, including their sub-items.
- getItemList() - Method in class mezz.jei.ItemFilter
-
- getItemList() - Method in class mezz.jei.ItemRegistry
-
- getItemListForModId(String) - Method in interface mezz.jei.api.IItemRegistry
-
- getItemListForModId(String) - Method in class mezz.jei.ItemRegistry
-
- getItemListOverlay() - Method in interface mezz.jei.api.IJeiRuntime
-
- getItemListOverlay() - Method in class mezz.jei.JeiRuntime
-
- getItemRegistry() - Method in interface mezz.jei.api.IModRegistry
-
Get useful functions relating to items.
- getItemRegistry() - Static method in class mezz.jei.Internal
-
- getItemRegistry() - Method in class mezz.jei.util.ModRegistry
-
- getItemStack() - Method in class mezz.jei.gui.ingredients.GuiItemStackFast
-
- getItemStack() - Method in class mezz.jei.util.ItemStackElement
-
- getItemStackDisplayName(ItemStack) - Method in class mezz.jei.debug.DebugItem
-
- getItemStacks() - Method in interface mezz.jei.api.gui.IRecipeLayout
-
Contains all the itemStacks displayed on this recipe layout.
- getItemStacks() - Method in class mezz.jei.gui.RecipeLayout
-
- getJeiHelpers() - Method in interface mezz.jei.api.IModRegistry
-
Get helpers and tools for addon mods.
- getJeiHelpers() - Method in class mezz.jei.util.ModRegistry
-
- getMatch(Iterable<FluidStack>, Focus) - Method in class mezz.jei.gui.ingredients.FluidStackHelper
-
- getMatch(Iterable<T>, Focus) - Method in interface mezz.jei.gui.ingredients.IIngredientHelper
-
- getMatch(Iterable<ItemStack>, Focus) - Method in class mezz.jei.gui.ingredients.ItemStackHelper
-
- getMatchingItems(List<ItemStack>, Map<Integer, ? extends IGuiIngredient<ItemStack>>) - Method in class mezz.jei.util.StackHelper
-
Returns a list of items in slots that complete the recipe defined by requiredStacksList.
- getMaxValue() - Method in interface mezz.jei.api.gui.ITickTimer
-
- getMaxValue() - Method in class mezz.jei.util.TickTimer
-
- getMode() - Method in class mezz.jei.gui.Focus
-
- getModId(ItemStack) - Method in class mezz.jei.util.StackHelper
-
- getModId(Item) - Method in class mezz.jei.util.StackHelper
-
- getModNameForItem(Item) - Method in interface mezz.jei.api.IItemRegistry
-
Returns a mod name for the given item.
- getModNameForItem(Item) - Method in class mezz.jei.ItemRegistry
-
- getModNameForItem(Item) - Method in class mezz.jei.util.ModList
-
- getModNameString() - Method in class mezz.jei.util.ItemStackElement
-
- getModPlugins(ASMDataTable) - Static method in class mezz.jei.util.AnnotatedInstanceUtil
-
- getNbt(ItemStack) - Method in interface mezz.jei.api.INbtIgnoreList
-
Get NBT from an itemStack, minus the NBT that is being ignored.
- getNbt(ItemStack) - Method in class mezz.jei.NbtIgnoreList
-
- getNbtIgnoreList() - Method in interface mezz.jei.api.IJeiHelpers
-
Used to tell JEI to ignore NBT tags when comparing items for recipes.
- getNbtIgnoreList() - Method in class mezz.jei.JeiHelpers
-
- getOreDictString() - Method in class mezz.jei.util.ItemStackElement
-
- getOutputs() - Method in class mezz.jei.api.recipe.BlankRecipeWrapper
-
- getOutputs() - Method in interface mezz.jei.api.recipe.IRecipeWrapper
-
Return a list of recipe inputs.
- getOutputs() - Method in interface mezz.jei.api.recipe.wrapper.ICraftingRecipeWrapper
-
- getOutputs() - Method in class mezz.jei.plugins.jei.description.ItemDescriptionRecipe
-
- getOutputs() - Method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeWrapper
-
- getOutputs() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper
-
- getOutputs() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedRecipesWrapper
-
- getOutputs() - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessOreRecipeWrapper
-
- getOutputs() - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessRecipesWrapper
-
- getOutputs() - Method in class mezz.jei.plugins.vanilla.furnace.SmeltingRecipe
-
- getPacket() - Method in class mezz.jei.network.packets.PacketJEI
-
- getPacketHandler() - Static method in class mezz.jei.JustEnoughItems
-
- getPacketId() - Method in class mezz.jei.network.packets.PacketDeletePlayerItem
-
- getPacketId() - Method in class mezz.jei.network.packets.PacketGiveItemMessageBig
-
- getPacketId() - Method in class mezz.jei.network.packets.PacketJEI
-
- getPacketId() - Method in class mezz.jei.network.packets.PacketRecipeTransfer
-
- getPageString() - Method in interface mezz.jei.gui.IRecipeGuiLogic
-
- getPageString() - Method in class mezz.jei.gui.RecipeGuiLogic
-
- getPalette(BufferedImage, int) - Static method in class mezz.jei.util.color.ColorThief
-
Use the median cut algorithm to cluster similar colors.
- getPalette(BufferedImage, int, int, boolean) - Static method in class mezz.jei.util.color.ColorThief
-
Use the median cut algorithm to cluster similar colors.
- getParentScreen() - Method in class mezz.jei.gui.RecipesGui
-
- getPosX() - Method in class mezz.jei.gui.RecipeLayout
-
- getPosY() - Method in class mezz.jei.gui.RecipeLayout
-
- getPotionIngredients() - Method in interface mezz.jei.api.IItemRegistry
-
Returns a list of all the ItemStacks that return true to isPotionIngredient.
- getPotionIngredients() - Method in class mezz.jei.ItemRegistry
-
- getProxy() - Static method in class mezz.jei.JustEnoughItems
-
- getRecipeCategories() - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of all Recipe Categories
- getRecipeCategories(List<String>) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of Recipe Categories
- getRecipeCategories() - Method in class mezz.jei.RecipeRegistry
-
- getRecipeCategories(List<String>) - Method in class mezz.jei.RecipeRegistry
-
- getRecipeCategories(ItemStack) - Method in class mezz.jei.util.RecipeMap
-
- getRecipeCategories(Fluid) - Method in class mezz.jei.util.RecipeMap
-
- getRecipeCategoriesWithInput(ItemStack) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of Recipe Categories that have the ItemStack as an input
- getRecipeCategoriesWithInput(Fluid) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of Recipe Categories that have the Fluid as an input
- getRecipeCategoriesWithInput(ItemStack) - Method in class mezz.jei.RecipeRegistry
-
- getRecipeCategoriesWithInput(Fluid) - Method in class mezz.jei.RecipeRegistry
-
- getRecipeCategoriesWithOutput(ItemStack) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of Recipe Categories that have the ItemStack as an output
- getRecipeCategoriesWithOutput(Fluid) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of Recipe Categories that have the Fluid as an output
- getRecipeCategoriesWithOutput(ItemStack) - Method in class mezz.jei.RecipeRegistry
-
- getRecipeCategoriesWithOutput(Fluid) - Method in class mezz.jei.RecipeRegistry
-
- getRecipeCategory() - Method in interface mezz.jei.gui.IRecipeGuiLogic
-
- getRecipeCategory() - Method in class mezz.jei.gui.RecipeGuiLogic
-
- getRecipeCategory() - Method in class mezz.jei.gui.RecipeLayout
-
- getRecipeCategoryUid() - Method in interface mezz.jei.api.recipe.IRecipeHandler
-
Returns this recipe's category unique id.
- getRecipeCategoryUid() - Method in interface mezz.jei.api.recipe.transfer.IRecipeTransferHandler
-
The type of recipe that this recipe transfer handler deals with.
- getRecipeCategoryUid() - Method in interface mezz.jei.api.recipe.transfer.IRecipeTransferInfo
-
Return the recipe category that this container can handle.
- getRecipeCategoryUid() - Method in class mezz.jei.plugins.jei.debug.DebugRecipeHandler
-
- getRecipeCategoryUid() - Method in class mezz.jei.plugins.jei.description.ItemDescriptionRecipeHandler
-
- getRecipeCategoryUid() - Method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeHandler
-
- getRecipeCategoryUid() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeHandler
-
- getRecipeCategoryUid() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedRecipesHandler
-
- getRecipeCategoryUid() - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessOreRecipeHandler
-
- getRecipeCategoryUid() - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessRecipesHandler
-
- getRecipeCategoryUid() - Method in class mezz.jei.plugins.vanilla.furnace.FuelRecipeHandler
-
- getRecipeCategoryUid() - Method in class mezz.jei.plugins.vanilla.furnace.SmeltingRecipeHandler
-
- getRecipeCategoryUid() - Method in class mezz.jei.transfer.BasicRecipeTransferHandler
-
- getRecipeCategoryUid() - Method in class mezz.jei.transfer.BasicRecipeTransferInfo
-
- getRecipeCategoryUids() - Method in class mezz.jei.gui.RecipeClickableArea
-
- getRecipeClass() - Method in interface mezz.jei.api.recipe.IRecipeHandler
-
Returns the class of the Recipe handled by this IRecipeHandler.
- getRecipeClass() - Method in class mezz.jei.plugins.jei.debug.DebugRecipeHandler
-
- getRecipeClass() - Method in class mezz.jei.plugins.jei.description.ItemDescriptionRecipeHandler
-
- getRecipeClass() - Method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeHandler
-
- getRecipeClass() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeHandler
-
- getRecipeClass() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedRecipesHandler
-
- getRecipeClass() - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessOreRecipeHandler
-
- getRecipeClass() - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessRecipesHandler
-
- getRecipeClass() - Method in class mezz.jei.plugins.vanilla.furnace.FuelRecipeHandler
-
- getRecipeClass() - Method in class mezz.jei.plugins.vanilla.furnace.SmeltingRecipeHandler
-
- getRecipeClickableArea(GuiContainer, int, int) - Method in class mezz.jei.RecipeRegistry
-
- getRecipeHandler(Class) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns the IRecipeHandler associated with the recipeClass or null if there is none
- getRecipeHandler(Class) - Method in class mezz.jei.RecipeRegistry
-
- getRecipeRegistry() - Method in interface mezz.jei.api.IJeiRuntime
-
- getRecipeRegistry() - Method in class mezz.jei.JeiRuntime
-
- getRecipes(IRecipeCategory) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of Recipes in recipeCategory
- getRecipes(IRecipeCategory) - Method in class mezz.jei.gui.Focus
-
- getRecipes(IRecipeCategory) - Method in class mezz.jei.RecipeRegistry
-
- getRecipes(IRecipeCategory, ItemStack) - Method in class mezz.jei.util.RecipeMap
-
- getRecipes(IRecipeCategory, Fluid) - Method in class mezz.jei.util.RecipeMap
-
- getRecipeSlots(Container) - Method in interface mezz.jei.api.recipe.transfer.IRecipeTransferInfo
-
Return a list of slots for the recipe area.
- getRecipeSlots(Container) - Method in class mezz.jei.transfer.BasicRecipeTransferInfo
-
- getRecipesWithInput(IRecipeCategory, ItemStack) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of Recipes of recipeCategory that have the ItemStack as an input
- getRecipesWithInput(IRecipeCategory, Fluid) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of Recipes of recipeCategory that have the Fluid as an input
- getRecipesWithInput(IRecipeCategory, ItemStack) - Method in class mezz.jei.RecipeRegistry
-
- getRecipesWithInput(IRecipeCategory, Fluid) - Method in class mezz.jei.RecipeRegistry
-
- getRecipesWithOutput(IRecipeCategory, ItemStack) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of Recipes of recipeCategory that have the ItemStack as an output
- getRecipesWithOutput(IRecipeCategory, Fluid) - Method in interface mezz.jei.api.IRecipeRegistry
-
Returns an unmodifiable list of Recipes of recipeCategory that have the Fluid as an output
- getRecipesWithOutput(IRecipeCategory, ItemStack) - Method in class mezz.jei.RecipeRegistry
-
- getRecipesWithOutput(IRecipeCategory, Fluid) - Method in class mezz.jei.RecipeRegistry
-
- getRecipeTransferButton() - Method in class mezz.jei.gui.RecipeLayout
-
- getRecipeTransferHandler(Container, IRecipeCategory) - Method in class mezz.jei.RecipeRegistry
-
- getRecipeTransferHandlers() - Method in class mezz.jei.util.RecipeTransferRegistry
-
- getRecipeTransferRegistry() - Method in interface mezz.jei.api.IModRegistry
-
Get the registry for setting up recipe transfer.
- getRecipeTransferRegistry() - Method in class mezz.jei.util.ModRegistry
-
- getRecipeWidgets(int, int, int) - Method in interface mezz.jei.gui.IRecipeGuiLogic
-
- getRecipeWidgets(int, int, int) - Method in class mezz.jei.gui.RecipeGuiLogic
-
- getRecipeWrapper(T) - Method in interface mezz.jei.api.recipe.IRecipeHandler
-
Returns a recipe wrapper for the given recipe.
- getRecipeWrapper() - Method in class mezz.jei.gui.RecipeLayout
-
- getRecipeWrapper(DebugRecipe) - Method in class mezz.jei.plugins.jei.debug.DebugRecipeHandler
-
- getRecipeWrapper(ItemDescriptionRecipe) - Method in class mezz.jei.plugins.jei.description.ItemDescriptionRecipeHandler
-
- getRecipeWrapper(BrewingRecipeWrapper) - Method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeHandler
-
- getRecipeWrapper(ShapedOreRecipe) - Method in class mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeHandler
-
- getRecipeWrapper(ShapedRecipes) - Method in class mezz.jei.plugins.vanilla.crafting.ShapedRecipesHandler
-
- getRecipeWrapper(ShapelessOreRecipe) - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessOreRecipeHandler
-
- getRecipeWrapper(ShapelessRecipes) - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessRecipesHandler
-
- getRecipeWrapper(FuelRecipe) - Method in class mezz.jei.plugins.vanilla.furnace.FuelRecipeHandler
-
- getRecipeWrapper(SmeltingRecipe) - Method in class mezz.jei.plugins.vanilla.furnace.SmeltingRecipeHandler
-
- getRuntime() - Static method in class mezz.jei.Internal
-
- getScreenHeight() - Method in class mezz.jei.gui.GuiProperties
-
- getScreenWidth() - Method in class mezz.jei.gui.GuiProperties
-
- getSearchString() - Method in class mezz.jei.util.ItemStackElement
-
- getSlotDrawable() - Method in interface mezz.jei.api.IGuiHelper
-
Returns a slot drawable for drawing extra slots on guis
- getSlotDrawable() - Method in class mezz.jei.gui.GuiHelper
-
- getSlotWithStack(Container, Iterable<Integer>, ItemStack) - Method in class mezz.jei.util.StackHelper
-
- getStack() - Method in class mezz.jei.gui.Focus
-
- getStackHelper() - Method in interface mezz.jei.api.IJeiHelpers
-
Helps with getting itemStacks from recipes.
- getStackHelper() - Static method in class mezz.jei.Internal
-
- getStackHelper() - Method in class mezz.jei.JeiHelpers
-
- getStackUnderMouse() - Method in interface mezz.jei.api.IItemListOverlay
-
- getStackUnderMouse() - Method in class mezz.jei.gui.ItemListOverlay
-
- getString(String, String, String) - Method in class mezz.jei.config.LocalizedConfiguration
-
- getString(String, String, String, String[]) - Method in class mezz.jei.config.LocalizedConfiguration
-
- getStringList(String, String, String[]) - Method in class mezz.jei.config.LocalizedConfiguration
-
- getStringList(String, String, String[], String[]) - Method in class mezz.jei.config.LocalizedConfiguration
-
- getSubItems(Item, CreativeTabs, List<ItemStack>) - Method in class mezz.jei.debug.DebugItem
-
- getSubtypes(ItemStack) - Method in interface mezz.jei.api.recipe.IStackHelper
-
Returns all the subtypes of itemStack if it has a wildcard meta value.
- getSubtypes(ItemStack) - Method in class mezz.jei.util.StackHelper
-
- getSubtypes(Item, int) - Method in class mezz.jei.util.StackHelper
-
- getTitle() - Method in interface mezz.jei.api.recipe.IRecipeCategory
-
Returns the localized name for this recipe type.
- getTitle() - Method in class mezz.jei.plugins.jei.debug.DebugRecipeCategory
-
- getTitle() - Method in class mezz.jei.plugins.jei.description.ItemDescriptionRecipeCategory
-
- getTitle() - Method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeCategory
-
- getTitle() - Method in class mezz.jei.plugins.vanilla.crafting.CraftingRecipeCategory
-
- getTitle() - Method in class mezz.jei.plugins.vanilla.furnace.FurnaceFuelCategory
-
- getTitle() - Method in class mezz.jei.plugins.vanilla.furnace.FurnaceSmeltingCategory
-
- getTooltip(Minecraft, FluidStack) - Method in class mezz.jei.gui.ingredients.FluidStackRenderer
-
- getTooltip(Minecraft, T) - Method in interface mezz.jei.gui.ingredients.IIngredientRenderer
-
- getTooltip(Minecraft, ItemStack) - Method in class mezz.jei.gui.ingredients.ItemStackRenderer
-
- getTooltipString() - Method in class mezz.jei.util.ItemStackElement
-
- getTooltipStrings(int, int) - Method in class mezz.jei.api.recipe.BlankRecipeWrapper
-
- getTooltipStrings(int, int) - Method in interface mezz.jei.api.recipe.IRecipeWrapper
-
Get the tooltip for whatever's under the mouse.
- getTooltipStrings(int, int) - Method in class mezz.jei.plugins.jei.debug.DebugRecipe
-
- getTransferRecipeError(Container, RecipeLayout, EntityPlayer) - Static method in class mezz.jei.transfer.RecipeTransferUtil
-
- getType() - Method in interface mezz.jei.api.recipe.transfer.IRecipeTransferError
-
- getType() - Method in class mezz.jei.transfer.RecipeTransferErrorInternal
-
- getType() - Method in class mezz.jei.transfer.RecipeTransferErrorTooltip
-
- getUid() - Method in interface mezz.jei.api.recipe.IRecipeCategory
-
Returns a unique ID for this recipe category.
- getUid() - Method in class mezz.jei.plugins.jei.debug.DebugRecipeCategory
-
- getUid() - Method in class mezz.jei.plugins.jei.description.ItemDescriptionRecipeCategory
-
- getUid() - Method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeCategory
-
- getUid() - Method in class mezz.jei.plugins.vanilla.crafting.CraftingRecipeCategory
-
- getUid() - Method in class mezz.jei.plugins.vanilla.furnace.FurnaceFuelCategory
-
- getUid() - Method in class mezz.jei.plugins.vanilla.furnace.FurnaceSmeltingCategory
-
- getUniqueIdentifierForStack(ItemStack) - Method in class mezz.jei.util.StackHelper
-
- getUniqueIdentifierForStack(ItemStack, StackHelper.UidMode) - Method in class mezz.jei.util.StackHelper
-
- getUniqueIdentifiersWithWildcard(ItemStack) - Method in class mezz.jei.util.StackHelper
-
- getValue() - Method in interface mezz.jei.api.gui.ITickTimer
-
- getValue() - Method in class mezz.jei.util.TickTimer
-
- getWidth() - Method in interface mezz.jei.api.gui.IDrawable
-
- getWidth() - Method in interface mezz.jei.api.recipe.wrapper.IShapedCraftingRecipeWrapper
-
- getWidth() - Method in class mezz.jei.gui.DrawableAnimated
-
- getWidth() - Method in class mezz.jei.gui.DrawableBlank
-
- getWidth() - Method in class mezz.jei.gui.DrawableResource
-
- getWidth(int) - Static method in class mezz.jei.gui.ingredients.GuiItemStackGroup
-
- getWidth() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeWrapper
-
- getWidth() - Method in class mezz.jei.plugins.vanilla.crafting.ShapedRecipesWrapper
-
- getWorldConfig() - Static method in class mezz.jei.config.Config
-
- getWorldUid() - Static method in class mezz.jei.config.SessionData
-
- getX() - Method in class mezz.jei.util.MouseHelper
-
- getXSize() - Method in class mezz.jei.gui.RecipesGui
-
- getY() - Method in class mezz.jei.util.MouseHelper
-
- giveFullStack(ItemStack) - Static method in class mezz.jei.util.Commands
-
- giveOneFromStack(ItemStack) - Static method in class mezz.jei.util.Commands
-
- giveStack(ItemStack, int) - Static method in class mezz.jei.util.Commands
-
/give
- [amount] [data] [dataTag]
- GuiContainerWrapper - Class in mezz.jei.input
-
- GuiContainerWrapper() - Constructor for class mezz.jei.input.GuiContainerWrapper
-
- GuiEventHandler - Class in mezz.jei
-
- GuiEventHandler() - Constructor for class mezz.jei.GuiEventHandler
-
- GuiFluidStackGroup - Class in mezz.jei.gui.ingredients
-
- GuiFluidStackGroup() - Constructor for class mezz.jei.gui.ingredients.GuiFluidStackGroup
-
- GuiHelper - Class in mezz.jei.gui
-
- GuiHelper() - Constructor for class mezz.jei.gui.GuiHelper
-
- GuiIngredient<T> - Class in mezz.jei.gui.ingredients
-
- GuiIngredient(IIngredientRenderer<T>, IIngredientHelper<T>, int, boolean, int, int, int, int, int, int) - Constructor for class mezz.jei.gui.ingredients.GuiIngredient
-
- GuiIngredientGroup<V,T extends GuiIngredient<V>> - Class in mezz.jei.gui.ingredients
-
- GuiIngredientGroup() - Constructor for class mezz.jei.gui.ingredients.GuiIngredientGroup
-
- guiIngredients - Variable in class mezz.jei.gui.ingredients.GuiIngredientGroup
-
- GuiItemStackFast - Class in mezz.jei.gui.ingredients
-
- GuiItemStackFast(int, int, int) - Constructor for class mezz.jei.gui.ingredients.GuiItemStackFast
-
- GuiItemStackFastList - Class in mezz.jei.gui.ingredients
-
- GuiItemStackFastList() - Constructor for class mezz.jei.gui.ingredients.GuiItemStackFastList
-
- GuiItemStackGroup - Class in mezz.jei.gui.ingredients
-
- GuiItemStackGroup() - Constructor for class mezz.jei.gui.ingredients.GuiItemStackGroup
-
- GuiProperties - Class in mezz.jei.gui
-
- GuiTextFieldFilter - Class in mezz.jei.input
-
- GuiTextFieldFilter(int, FontRenderer, int, int, int, int) - Constructor for class mezz.jei.input.GuiTextFieldFilter
-
- IAdvancedGuiHandler<T extends net.minecraft.client.gui.inventory.GuiContainer> - Interface in mezz.jei.api.gui
-
Allows mods to change how JEI is displayed next to their gui.
- ICloseable - Interface in mezz.jei.input
-
- ICraftingGridHelper - Interface in mezz.jei.api.gui
-
Helps set crafting-grid-style GuiItemStackGroup.
- ICraftingRecipeWrapper - Interface in mezz.jei.api.recipe.wrapper
-
- IDrawable - Interface in mezz.jei.api.gui
-
- IDrawableAnimated - Interface in mezz.jei.api.gui
-
- IDrawableAnimated.StartDirection - Enum in mezz.jei.api.gui
-
- IDrawableStatic - Interface in mezz.jei.api.gui
-
- ignoreNbtTagNames(Item, String...) - Method in interface mezz.jei.api.INbtIgnoreList
-
Tell JEI to ignore NBT tags on a specific item when comparing items for recipes.
- ignoreNbtTagNames(String...) - Method in interface mezz.jei.api.INbtIgnoreList
-
Tell JEI to ignore NBT tags when comparing items for recipes.
- ignoreNbtTagNames(String...) - Method in class mezz.jei.NbtIgnoreList
-
- ignoreNbtTagNames(Item, String...) - Method in class mezz.jei.NbtIgnoreList
-
- IGuiFluidStackGroup - Interface in mezz.jei.api.gui
-
IGuiFluidStackGroup displays FluidStacks in a gui.
- IGuiHelper - Interface in mezz.jei.api
-
Helps with the implementation of GUIs.
- IGuiIngredient<T> - Interface in mezz.jei.gui.ingredients
-
- IGuiIngredientGroup<T> - Interface in mezz.jei.api.gui
-
IGuiIngredientGroup displays recipe ingredients in a gui.
- IGuiItemStackGroup - Interface in mezz.jei.api.gui
-
IGuiItemStackGroup displays ItemStacks in a gui.
- IIngredientHelper<T> - Interface in mezz.jei.gui.ingredients
-
- IIngredientRenderer<T> - Interface in mezz.jei.gui.ingredients
-
- IItemBlacklist - Interface in mezz.jei.api
-
- IItemListOverlay - Interface in mezz.jei.api
-
The IItemListOverlay is JEI's gui that displays all the items next to an open container gui.
- IItemRegistry - Interface in mezz.jei.api
-
The IItemRegistry is provided by JEI and has some useful functions related to items.
- IJeiHelpers - Interface in mezz.jei.api
-
IJeiHelpers provides helpers and tools for addon mods.
- IJeiRuntime - Interface in mezz.jei.api
-
Gives access to JEI functions that are available once everything has loaded
- IKeyable - Interface in mezz.jei.input
-
- IModPlugin - Interface in mezz.jei.api
-
The main class for a plugin.
- IModRegistry - Interface in mezz.jei.api
-
Passed to IModPlugins so they can register themselves.
- IMouseHandler - Interface in mezz.jei.input
-
- INbtIgnoreList - Interface in mezz.jei.api
-
- info(String, Object...) - Static method in class mezz.jei.util.Log
-
- init(int, boolean, int, int, int, int, int, boolean, IDrawable) - Method in interface mezz.jei.api.gui.IGuiFluidStackGroup
-
Initialize the fluid at slotIndex.
- init(int, boolean, int, int) - Method in interface mezz.jei.api.gui.IGuiItemStackGroup
-
Initialize the itemStack at slotIndex.
- init() - Static method in class mezz.jei.config.KeyBindings
-
- init(int, boolean, int, int, int, int, int, boolean, IDrawable) - Method in class mezz.jei.gui.ingredients.GuiFluidStackGroup
-
- init(int, boolean, int, int) - Method in class mezz.jei.gui.ingredients.GuiItemStackGroup
-
- init(int, boolean, int, int, int) - Method in class mezz.jei.gui.ingredients.GuiItemStackGroup
-
- init(Container, RecipeLayout, EntityPlayer) - Method in class mezz.jei.gui.RecipeTransferButton
-
- init(FMLInitializationEvent) - Method in class mezz.jei.JustEnoughItems
-
- init(FMLInitializationEvent) - Method in class mezz.jei.ProxyCommon
-
- init(FMLInitializationEvent) - Method in class mezz.jei.ProxyCommonClient
-
- initGui(GuiScreen) - Method in class mezz.jei.gui.ItemListOverlay
-
- initGui() - Method in class mezz.jei.gui.RecipesGui
-
- initialize(Minecraft) - Method in class mezz.jei.config.JEIModGuiFactory
-
- InputHandler - Class in mezz.jei.input
-
- InputHandler(RecipesGui, ItemListOverlay) - Constructor for class mezz.jei.input.InputHandler
-
- inputSlot - Static variable in class mezz.jei.plugins.vanilla.furnace.FurnaceRecipeCategory
-
- instance - Static variable in class mezz.jei.transfer.RecipeTransferErrorInternal
-
- Internal - Class in mezz.jei
-
For JEI internal use only, these are normally accessed from the API.
- IPacketId - Interface in mezz.jei.network
-
- IRecipeCategory - Interface in mezz.jei.api.recipe
-
Defines a category of recipe, (i.e.
- IRecipeGuiLogic - Interface in mezz.jei.gui
-
- IRecipeHandler<T> - Interface in mezz.jei.api.recipe
-
An IRecipeHandler provides information about one Recipe Class.
- IRecipeLayout - Interface in mezz.jei.api.gui
-
- IRecipeRegistry - Interface in mezz.jei.api
-
The IRecipeManager offers several functions for retrieving and handling recipes.
- IRecipeTransferError - Interface in mezz.jei.api.recipe.transfer
-
A reason that the recipe transfer couldn't happen.
- IRecipeTransferError.Type - Enum in mezz.jei.api.recipe.transfer
-
- IRecipeTransferHandler - Interface in mezz.jei.api.recipe.transfer
-
A recipe transfer handler moves items into a crafting area, based on the items in a recipe.
- IRecipeTransferHandlerHelper - Interface in mezz.jei.api.recipe.transfer
-
Helper functions for implementing an IRecipeTransferHandler
- IRecipeTransferInfo - Interface in mezz.jei.api.recipe.transfer
-
Gives JEI the information it needs to transfer recipes from a slotted inventory into the crafting area.
- IRecipeTransferRegistry - Interface in mezz.jei.api.recipe.transfer
-
Register recipe transfer handlers here to give JEI the information it needs to transfer recipes into the crafting area.
- IRecipeWrapper - Interface in mezz.jei.api.recipe
-
A wrapper around a normal recipe with methods that allow JEI can make sense of it.
- isBlank() - Method in class mezz.jei.gui.Focus
-
- isCheatItemsEnabled() - Static method in class mezz.jei.config.Config
-
- isColorSearchEnabled() - Static method in class mezz.jei.config.Config
-
- isDebugModeEnabled() - Static method in class mezz.jei.config.Config
-
- isDeleteItemsInCheatModeActive() - Static method in class mezz.jei.config.Config
-
- isEditModeEnabled() - Static method in class mezz.jei.config.Config
-
- isEnterKey(int) - Static method in class mezz.jei.input.InputHandler
-
- isEquivalent(ItemStack, ItemStack) - Method in class mezz.jei.util.StackHelper
-
Similar to ItemStack.areItemStacksEqual but ignores NBT on items without subtypes, and uses the INbtIgnoreList
- IShapedCraftingRecipeWrapper - Interface in mezz.jei.api.recipe.wrapper
-
- isHideMissingModelsEnabled() - Static method in class mezz.jei.config.Config
-
- IShowsRecipeFocuses - Interface in mezz.jei.input
-
- isInput() - Method in class mezz.jei.gui.ingredients.GuiIngredient
-
- isInput() - Method in interface mezz.jei.gui.ingredients.IGuiIngredient
-
- isInventoryCloseKey(int) - Static method in class mezz.jei.input.InputHandler
-
- isInventoryToggleKey(int) - Static method in class mezz.jei.input.InputHandler
-
- isItemBlacklisted(ItemStack) - Method in interface mezz.jei.api.IItemBlacklist
-
Returns true if the item is blacklisted and will not be displayed in the item list.
- isItemBlacklisted(ItemStack) - Method in class mezz.jei.ItemBlacklist
-
- isItemOnConfigBlacklist(ItemStack) - Static method in class mezz.jei.config.Config
-
- isItemOnConfigBlacklist(ItemStack, Config.ItemBlacklistType) - Static method in class mezz.jei.config.Config
-
- isJeiOnServer() - Static method in class mezz.jei.config.SessionData
-
- isJeiStarted() - Static method in class mezz.jei.config.SessionData
-
- isMouseOver(int, int) - Method in class mezz.jei.gui.ingredients.GuiIngredient
-
- isMouseOver(int, int) - Method in class mezz.jei.gui.ingredients.GuiItemStackFast
-
- isMouseOver(int, int) - Method in interface mezz.jei.gui.ingredients.IGuiIngredient
-
- isMouseOver(int, int) - Method in class mezz.jei.gui.ItemListOverlay
-
- isMouseOver(int, int) - Method in class mezz.jei.gui.RecipesGui
-
- isMouseOver(int, int) - Method in class mezz.jei.input.GuiTextFieldFilter
-
- isMouseOver(int, int) - Method in interface mezz.jei.input.IMouseHandler
-
- isNbtTagIgnored(String) - Method in interface mezz.jei.api.INbtIgnoreList
-
- isNbtTagIgnored(String) - Method in class mezz.jei.NbtIgnoreList
-
- isOpen() - Method in class mezz.jei.gui.ItemListOverlay
-
- isOpen() - Method in interface mezz.jei.input.ICloseable
-
- isOverlayEnabled() - Static method in class mezz.jei.config.Config
-
- isPrefixRequiredForColorSearch() - Static method in class mezz.jei.config.Config
-
- isPrefixRequiredForCreativeTabSearch() - Static method in class mezz.jei.config.Config
-
- isPrefixRequiredForModNameSearch() - Static method in class mezz.jei.config.Config
-
- isPrefixRequiredForOreDictSearch() - Static method in class mezz.jei.config.Config
-
- isPrefixRequiredForTooltipSearch() - Static method in class mezz.jei.config.Config
-
- isRecipeValid(T) - Method in interface mezz.jei.api.recipe.IRecipeHandler
-
Returns true if a recipe is valid and can be used.
- isRecipeValid(DebugRecipe) - Method in class mezz.jei.plugins.jei.debug.DebugRecipeHandler
-
- isRecipeValid(ItemDescriptionRecipe) - Method in class mezz.jei.plugins.jei.description.ItemDescriptionRecipeHandler
-
- isRecipeValid(BrewingRecipeWrapper) - Method in class mezz.jei.plugins.vanilla.brewing.BrewingRecipeHandler
-
- isRecipeValid(ShapedOreRecipe) - Method in class mezz.jei.plugins.vanilla.crafting.ShapedOreRecipeHandler
-
- isRecipeValid(ShapedRecipes) - Method in class mezz.jei.plugins.vanilla.crafting.ShapedRecipesHandler
-
- isRecipeValid(ShapelessOreRecipe) - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessOreRecipeHandler
-
- isRecipeValid(ShapelessRecipes) - Method in class mezz.jei.plugins.vanilla.crafting.ShapelessRecipesHandler
-
- isRecipeValid(FuelRecipe) - Method in class mezz.jei.plugins.vanilla.furnace.FuelRecipeHandler
-
- isRecipeValid(SmeltingRecipe) - Method in class mezz.jei.plugins.vanilla.furnace.SmeltingRecipeHandler
-
- IStackHelper - Interface in mezz.jei.api.recipe
-
Helps get ItemStacks from common formats used in recipes.
- ItemBlacklist - Class in mezz.jei
-
- ItemBlacklist() - Constructor for class mezz.jei.ItemBlacklist
-
- itemCycleOffset - Variable in class mezz.jei.gui.ingredients.GuiIngredientGroup
-
- ItemDescriptionRecipe - Class in mezz.jei.plugins.jei.description
-
- ItemDescriptionRecipeCategory - Class in mezz.jei.plugins.jei.description
-
- ItemDescriptionRecipeCategory(IGuiHelper) - Constructor for class mezz.jei.plugins.jei.description.ItemDescriptionRecipeCategory
-
- ItemDescriptionRecipeHandler - Class in mezz.jei.plugins.jei.description
-
- ItemDescriptionRecipeHandler() - Constructor for class mezz.jei.plugins.jei.description.ItemDescriptionRecipeHandler
-
- ItemFilter - Class in mezz.jei
-
- ItemFilter(IItemRegistry) - Constructor for class mezz.jei.ItemFilter
-
- ItemListOverlay - Class in mezz.jei.gui
-
- ItemListOverlay(ItemFilter, List<IAdvancedGuiHandler<?>>) - Constructor for class mezz.jei.gui.ItemListOverlay
-
- ItemRegistry - Class in mezz.jei
-
- ItemRegistry(ImmutableList<ItemStack>, ImmutableListMultimap<String, ItemStack>, ImmutableList<ItemStack>, ImmutableList<ItemStack>, ModList) - Constructor for class mezz.jei.ItemRegistry
-
- ItemRegistryFactory - Class in mezz.jei
-
- ItemRegistryFactory() - Constructor for class mezz.jei.ItemRegistryFactory
-
- ItemStackElement - Class in mezz.jei.util
-
For getting properties of ItemStacks efficiently
- ItemStackHelper - Class in mezz.jei.gui.ingredients
-
- ItemStackHelper() - Constructor for class mezz.jei.gui.ingredients.ItemStackHelper
-
- ItemStackRenderer - Class in mezz.jei.gui.ingredients
-
- ItemStackRenderer() - Constructor for class mezz.jei.gui.ingredients.ItemStackRenderer
-
- ItemUidException - Exception in mezz.jei.util
-
- ItemUidException() - Constructor for exception mezz.jei.util.ItemUidException
-
Constructs a ItemUidException with no detail message.
- ItemUidException(String) - Constructor for exception mezz.jei.util.ItemUidException
-
Constructs a ItemUidException with the specified
detail message.
- ITickTimer - Interface in mezz.jei.api.gui
-
A timer to help render things that normally depend on ticks.
- ITooltipCallback<T> - Interface in mezz.jei.api.gui
-
- valueOf(String) - Static method in enum mezz.jei.api.gui.IDrawableAnimated.StartDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mezz.jei.api.recipe.transfer.IRecipeTransferError.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mezz.jei.config.Config.ItemBlacklistType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mezz.jei.gui.Focus.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mezz.jei.network.PacketIdClient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mezz.jei.network.PacketIdServer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mezz.jei.util.StackHelper.UidMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum mezz.jei.api.gui.IDrawableAnimated.StartDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mezz.jei.api.recipe.transfer.IRecipeTransferError.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum mezz.jei.config.Config.ItemBlacklistType
-
- values() - Static method in enum mezz.jei.config.Config.ItemBlacklistType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mezz.jei.gui.Focus.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum mezz.jei.network.PacketIdClient
-
- values() - Static method in enum mezz.jei.network.PacketIdClient
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum mezz.jei.network.PacketIdServer
-
- values() - Static method in enum mezz.jei.network.PacketIdServer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mezz.jei.util.StackHelper.UidMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VanillaPlugin - Class in mezz.jei.plugins.vanilla
-
- VanillaPlugin() - Constructor for class mezz.jei.plugins.vanilla.VanillaPlugin
-
- VanillaRecipeCategoryUid - Class in mezz.jei.api.recipe
-
List of vanilla recipe category UIDs, so that addons with their own vanilla recipe handlers can use them.
- VanillaRecipeWrapper - Class in mezz.jei.plugins.vanilla
-
- VanillaRecipeWrapper() - Constructor for class mezz.jei.plugins.vanilla.VanillaRecipeWrapper
-
- VBox(int, int, int, int, int, int, int[]) - Constructor for class mezz.jei.util.color.MMCQ.VBox
-
- vboxes - Variable in class mezz.jei.util.color.MMCQ.CMap
-
- VERSION - Static variable in class mezz.jei.config.Constants
-
- volume(boolean) - Method in class mezz.jei.util.color.MMCQ.VBox
-