Package | Description |
---|---|
net.minecraft.item.crafting | |
net.minecraftforge.common.crafting |
Modifier and Type | Method and Description |
---|---|
IIngredientSerializer<? extends Ingredient> |
Ingredient.getSerializer() |
Modifier and Type | Class and Description |
---|---|
static class |
CompoundIngredient.Serializer |
static class |
NBTIngredient.Serializer |
class |
VanillaIngredientSerializer |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.collect.BiMap<ResourceLocation,IIngredientSerializer<?>> |
CraftingHelper.ingredients |
Modifier and Type | Method and Description |
---|---|
IIngredientSerializer<? extends Ingredient> |
CompoundIngredient.getSerializer() |
IIngredientSerializer<? extends Ingredient> |
NBTIngredient.getSerializer() |
static <T extends Ingredient> |
CraftingHelper.register(ResourceLocation key,
IIngredientSerializer<T> serializer) |
Modifier and Type | Method and Description |
---|---|
static ResourceLocation |
CraftingHelper.getID(IIngredientSerializer<?> serializer) |
static <T extends Ingredient> |
CraftingHelper.register(ResourceLocation key,
IIngredientSerializer<T> serializer) |