Interface KubeJSIngredients
public interface KubeJSIngredients
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier<net.neoforged.neoforge.common.crafting.IngredientType<CreativeTabIngredient>> static final Supplier<net.neoforged.neoforge.common.crafting.IngredientType<NamespaceIngredient>> static final Supplier<net.neoforged.neoforge.common.crafting.IngredientType<RegExIngredient>> static final net.neoforged.neoforge.registries.DeferredRegister<net.neoforged.neoforge.common.crafting.IngredientType<?>> static final Supplier<net.neoforged.neoforge.common.crafting.IngredientType<WildcardIngredient>>
-
Field Details
-
REGISTRY
static final net.neoforged.neoforge.registries.DeferredRegister<net.neoforged.neoforge.common.crafting.IngredientType<?>> REGISTRY -
WILDCARD
static final Supplier<net.neoforged.neoforge.common.crafting.IngredientType<WildcardIngredient>> WILDCARD -
NAMESPACE
static final Supplier<net.neoforged.neoforge.common.crafting.IngredientType<NamespaceIngredient>> NAMESPACE -
REGEX
-
CREATIVE_TAB
static final Supplier<net.neoforged.neoforge.common.crafting.IngredientType<CreativeTabIngredient>> CREATIVE_TAB
-