public class ItemRegistryDummy extends java.lang.Object implements IItemRegistry
| Constructor and Description |
|---|
ItemRegistryDummy() |
| 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 public com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getItemList()
IItemRegistrygetItemList in interface IItemRegistry@Nonnull public com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getFuels()
IItemRegistrygetFuels in interface IItemRegistry@Nonnull public com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getPotionIngredients()
IItemRegistrygetPotionIngredients in interface IItemRegistry@Nonnull
public java.lang.String getModNameForItem(@Nullable
net.minecraft.item.Item item)
IItemRegistrygetModNameForItem in interface IItemRegistry@Nonnull
public com.google.common.collect.ImmutableList<net.minecraft.item.ItemStack> getItemListForModId(@Nullable
java.lang.String modId)
getItemListForModId in interface IItemRegistry