public interface IItemRegistry
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> |
getFuels()
Returns a list of all the Items that can be used as fuel in a vanilla furnace.
|
com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> |
getItemList()
Returns a list of all the Items registered.
|
com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> |
getItemListForModId(java.lang.String modId) |
java.lang.String |
getModNameForItem(net.minecraft.item.Item item)
Returns a mod name for the given item.
|
com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> |
getPotionIngredients()
Returns a list of all the ItemStacks that return true to isPotionIngredient.
|
@Nonnull com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getItemList()
@Nonnull com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getFuels()
@Nonnull com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getPotionIngredients()
@Nonnull
java.lang.String getModNameForItem(@Nonnull
net.minecraft.item.Item item)
@Nonnull
com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getItemListForModId(@Nonnull
java.lang.String modId)