类 SLPItemRecipeProvider
java.lang.Object
net.minecraft.data.recipes.RecipeProvider
top.r3944realms.superleadrope.datagen.provider.SLPItemRecipeProvider
- 所有已实现的接口:
net.minecraft.data.DataProvider
public class SLPItemRecipeProvider
extends net.minecraft.data.recipes.RecipeProvider
The type Slp item recipe provider.
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.data.DataProvider
net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider> -
字段概要
从接口继承的字段 net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER -
构造器概要
构造器构造器说明SLPItemRecipeProvider(net.minecraft.data.PackOutput output) Instantiates a new Slp item recipe provider. -
方法概要
从类继承的方法 net.minecraft.data.recipes.RecipeProvider
getName, run
-
构造器详细资料
-
SLPItemRecipeProvider
public SLPItemRecipeProvider(net.minecraft.data.PackOutput output) Instantiates a new Slp item recipe provider.- 参数:
output- the output
-