public interface IFinishedRecipe
修飾子とタイプ | メソッドと説明 |
---|---|
ResourceLocation |
getAdvancementID()
Gets the ID for the advancement associated with this recipe.
|
com.google.gson.JsonObject |
getAdvancementJson()
Gets the JSON for the advancement that unlocks this recipe.
|
ResourceLocation |
getID()
Gets the ID for the recipe.
|
default com.google.gson.JsonObject |
getRecipeJson()
Gets the JSON for the recipe.
|
IRecipeSerializer<?> |
getSerializer() |
void |
serialize(com.google.gson.JsonObject json) |
void serialize(com.google.gson.JsonObject json)
default com.google.gson.JsonObject getRecipeJson()
ResourceLocation getID()
IRecipeSerializer<?> getSerializer()
@Nullable com.google.gson.JsonObject getAdvancementJson()
@Nullable ResourceLocation getAdvancementID()
getAdvancementJson()
is
non-null.