public class ShapedRecipeBuilder.Result extends java.lang.Object implements IFinishedRecipe
Constructor and Description |
---|
Result(ResourceLocation idIn,
Item resultIn,
int countIn,
java.lang.String groupIn,
java.util.List<java.lang.String> patternIn,
java.util.Map<java.lang.Character,Ingredient> keyIn,
Advancement.Builder advancementBuilderIn,
ResourceLocation advancementIdIn) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
getAdvancementID() |
com.google.gson.JsonObject |
getAdvancementJson() |
ResourceLocation |
getID() |
IRecipeSerializer<?> |
getSerializer() |
void |
serialize(com.google.gson.JsonObject json) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRecipeJson
public Result(ResourceLocation idIn, Item resultIn, int countIn, java.lang.String groupIn, java.util.List<java.lang.String> patternIn, java.util.Map<java.lang.Character,Ingredient> keyIn, Advancement.Builder advancementBuilderIn, ResourceLocation advancementIdIn)
public void serialize(com.google.gson.JsonObject json)
serialize
in interface IFinishedRecipe
public IRecipeSerializer<?> getSerializer()
getSerializer
in interface IFinishedRecipe
public ResourceLocation getID()
getID
in interface IFinishedRecipe
@Nullable public com.google.gson.JsonObject getAdvancementJson()
getAdvancementJson
in interface IFinishedRecipe
@Nullable public ResourceLocation getAdvancementID()
getAdvancementID
in interface IFinishedRecipe