类 ForgeRecipeProvider.Wrapped
java.lang.Object
net.minecraftforge.common.data.ForgeRecipeProvider.Wrapped
- 所有已实现的接口:
RecipeOutput
- 封闭类:
ForgeRecipeProvider
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
accept
(ResourceKey<Recipe<?>> id, Recipe<?> recipe, AdvancementHolder advancement) void
accept
(ResourceKey<Recipe<?>> id, Recipe<?> recipe, ResourceLocation advancementId, com.google.gson.JsonElement advancement) void
registry()
private void
setSelf
(ForgeRecipeProvider self)
-
字段详细资料
-
wrapped
-
self
-
-
构造器详细资料
-
Wrapped
-
-
方法详细资料
-
setSelf
-
accept
- 指定者:
accept
在接口中RecipeOutput
-
advancement
- 指定者:
advancement
在接口中RecipeOutput
-
accept
public void accept(ResourceKey<Recipe<?>> id, Recipe<?> recipe, ResourceLocation advancementId, com.google.gson.JsonElement advancement) - 指定者:
accept
在接口中RecipeOutput
-
registry
- 指定者:
registry
在接口中RecipeOutput
-
includeRootAdvancement
public void includeRootAdvancement()- 指定者:
includeRootAdvancement
在接口中RecipeOutput
-