Modifier and Type | Field and Description |
---|---|
private IRecipeSerializer<? extends AbstractCookingRecipe> |
CookingRecipeBuilder.Result.serializer |
private IRecipeSerializer<?> |
SingleItemRecipeBuilder.serializer |
private IRecipeSerializer<?> |
SingleItemRecipeBuilder.Result.serializer |
Modifier and Type | Method and Description |
---|---|
IRecipeSerializer<?> |
ShapedRecipeBuilder.Result.getSerializer() |
IRecipeSerializer<?> |
ShapelessRecipeBuilder.Result.getSerializer() |
IRecipeSerializer<?> |
IFinishedRecipe.getSerializer() |
IRecipeSerializer<?> |
CookingRecipeBuilder.Result.getSerializer() |
IRecipeSerializer<?> |
SingleItemRecipeBuilder.Result.getSerializer() |
Constructor and Description |
---|
Result(ResourceLocation idIn,
IRecipeSerializer<?> serializerIn,
java.lang.String groupIn,
Ingredient ingredientIn,
Item resultIn,
int countIn,
Advancement.Builder advancementBuilderIn,
ResourceLocation advancementIdIn) |
Result(ResourceLocation idIn,
java.lang.String groupIn,
Ingredient ingredientIn,
Item resultIn,
float experienceIn,
int cookingTimeIn,
Advancement.Builder advancementBuilderIn,
ResourceLocation advancementIdIn,
IRecipeSerializer<? extends AbstractCookingRecipe> serializerIn) |
SingleItemRecipeBuilder(IRecipeSerializer<?> serializerIn,
Ingredient ingredientIn,
IItemProvider resultProviderIn,
int countIn) |
Modifier and Type | Class and Description |
---|---|
class |
CookingRecipeSerializer<T extends AbstractCookingRecipe> |
static class |
ShapedRecipe.Serializer |
static class |
ShapelessRecipe.Serializer |
static class |
SingleItemRecipe.Serializer<T extends SingleItemRecipe> |
class |
SpecialRecipeSerializer<T extends IRecipe<?>> |
Modifier and Type | Field and Description |
---|---|
static IRecipeSerializer<ShapedRecipe> |
IRecipeSerializer.CRAFTING_SHAPED |
static IRecipeSerializer<ShapelessRecipe> |
IRecipeSerializer.CRAFTING_SHAPELESS |
private IRecipeSerializer<?> |
SingleItemRecipe.serializer |
static IRecipeSerializer<StonecuttingRecipe> |
IRecipeSerializer.STONECUTTING |
Modifier and Type | Method and Description |
---|---|
static <S extends IRecipeSerializer<T>,T extends IRecipe<?>> |
IRecipeSerializer.register(java.lang.String key,
S recipeSerializer) |
Constructor and Description |
---|
SingleItemRecipe(IRecipeType<?> type,
IRecipeSerializer<?> serializer,
ResourceLocation id,
java.lang.String group,
Ingredient ingredient,
ItemStack result) |
Modifier and Type | Field and Description |
---|---|
static Registry<IRecipeSerializer<?>> |
Registry.RECIPE_SERIALIZER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ForgeMod.registerRecipeSerialziers(RegistryEvent.Register<IRecipeSerializer<?>> event) |
Modifier and Type | Class and Description |
---|---|
static class |
ConditionalRecipe.Serializer<T extends IRecipe<?>> |
Modifier and Type | Field and Description |
---|---|
static IRecipeSerializer<IRecipe<?>> |
ConditionalRecipe.SERIALZIER |
Modifier and Type | Method and Description |
---|---|
IRecipeSerializer<?> |
ConditionalRecipe.Finished.getSerializer() |
IRecipeSerializer<?> |
ConditionalRecipe.Serializer.setRegistryName(ResourceLocation name) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<IRecipeSerializer<?>> |
ConditionalRecipe.Serializer.getRegistryType() |
Modifier and Type | Field and Description |
---|---|
static IForgeRegistry<IRecipeSerializer<?>> |
ForgeRegistries.RECIPE_SERIALIZERS |