Package emi.dev.emi.emi.data
Class RecipeDefaults
java.lang.Object
emi.dev.emi.emi.data.RecipeDefaults
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<ResourceLocation>final List<RecipeDefaults.Resolution>final List<RecipeDefaults.Tag> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ResourceLocation id) voidadd(ResourceLocation id, com.google.gson.JsonArray arr) voidaddTag(com.google.gson.JsonElement tag, com.google.gson.JsonElement stack) bake()voidclear()void
-
Field Details
-
added
-
resolutions
-
tags
-
-
Constructor Details
-
RecipeDefaults
public RecipeDefaults()
-
-
Method Details
-
add
-
add
-
addTag
public void addTag(com.google.gson.JsonElement tag, com.google.gson.JsonElement stack) -
remove
-
clear
public void clear() -
bake
-