Class RecipeType
java.lang.Object
io.github.thebusybiscuit.slimefun4.api.recipes.RecipeType
- All Implemented Interfaces:
Keyed
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
static final RecipeType
-
Constructor Summary
ConstructorsConstructorDescriptionRecipeType
(io.github.bakedlibs.dough.recipes.MinecraftRecipe<?> recipe) RecipeType
(ItemStack item, String machine) RecipeType
(NamespacedKey key, SlimefunItemStack slimefunItem, String... lore) RecipeType
(NamespacedKey key, ItemStack item) RecipeType
(NamespacedKey key, ItemStack item, BiConsumer<ItemStack[], ItemStack> callback, String... lore) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
final NamespacedKey
getKey()
getRecipeInputList
(MultiBlockMachine machine) getRecipeInputs
(MultiBlockMachine machine) static ItemStack
getRecipeOutput
(MultiBlockMachine machine, ItemStack input) static ItemStack
getRecipeOutputList
(MultiBlockMachine machine, ItemStack[] input) final int
hashCode()
void
toItem()
-
Field Details
-
MULTIBLOCK
-
ARMOR_FORGE
-
GRIND_STONE
-
SMELTERY
-
ORE_CRUSHER
-
GOLD_PAN
-
COMPRESSOR
-
PRESSURE_CHAMBER
-
MAGIC_WORKBENCH
-
ORE_WASHER
-
ENHANCED_CRAFTING_TABLE
-
JUICER
-
ANCIENT_ALTAR
-
MOB_DROP
-
BARTER_DROP
-
INTERACT
-
HEATED_PRESSURE_CHAMBER
-
FOOD_FABRICATOR
-
FOOD_COMPOSTER
-
FREEZER
-
REFINERY
-
GEO_MINER
-
NUCLEAR_REACTOR
-
NULL
-
-
Constructor Details
-
RecipeType
-
RecipeType
-
RecipeType
public RecipeType(NamespacedKey key, ItemStack item, BiConsumer<ItemStack[], ItemStack> callback, String... lore) -
RecipeType
-
RecipeType
public RecipeType(io.github.bakedlibs.dough.recipes.MinecraftRecipe<?> recipe)
-
-
Method Details