Interface RecipeSchemaFunction
- All Known Implementing Classes:
AddToListFunction,BundleFunction,CustomFunction,SetFunction
public interface RecipeSchemaFunction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RecipeSchemaFunction> static final com.mojang.serialization.Codec<RecipeSchemaFunction> static final com.mojang.serialization.Codec<RecipeSchemaFunction> -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.DataResult<ResolvedRecipeSchemaFunction> resolve(com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> jsonOps, RecipeSchema schema) type()
-
Field Details
-
DIRECT_CODEC
-
LIST_CODEC
-
CODEC
-
-
Method Details
-
type
RecipeSchemaFunctionType<?> type() -
resolve
com.mojang.serialization.DataResult<ResolvedRecipeSchemaFunction> resolve(com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> jsonOps, RecipeSchema schema)
-