Class DummyCraftingRebarRecipe
-
- All Implemented Interfaces:
-
io.github.pylonmc.rebar.recipe.RebarRecipe,io.github.pylonmc.rebar.recipe.vanilla.BukkitRebarRecipe,io.github.pylonmc.rebar.recipe.vanilla.DummyBukkitRebarRecipe,net.kyori.adventure.key.Keyed,org.bukkit.Keyed
public final class DummyCraftingRebarRecipe implements DummyBukkitRebarRecipe
The dummy form of CraftingRebarRecipe
-
-
Field Summary
Fields Modifier and Type Field Description private final CraftingRebarReciperealRecipeprivate final CraftingRecipebukkitRecipeprivate final List<FluidOrItemChoice>inputsprivate final List<FluidOrItem>resultsprivate final BooleanisHiddenprivate final NamespacedKeykey
-
Constructor Summary
Constructors Constructor Description DummyCraftingRebarRecipe(CraftingRebarRecipe realRecipe, CraftingRecipe bukkitRecipe)
-
Method Summary
Modifier and Type Method Description final CraftingRebarRecipegetRealRecipe()CraftingRecipegetBukkitRecipe()List<FluidOrItemChoice>getInputs()The inputs used by this recipe, either FluidChoice or ItemChoice List<FluidOrItem>getResults()The results of this recipe, either FluidWithAmount or FluidOrItem.Item Voiddisplay()NamespacedKeygetKey()-
Methods inherited from class io.github.pylonmc.rebar.recipe.RebarRecipe
isHidden, isInput, isInput, isOutput, isOutput -
Methods inherited from class io.github.pylonmc.rebar.recipe.vanilla.DummyCraftingRebarRecipe
getKey -
Methods inherited from class org.bukkit.Keyed
key -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DummyCraftingRebarRecipe
DummyCraftingRebarRecipe(CraftingRebarRecipe realRecipe, CraftingRecipe bukkitRecipe)
-
-
Method Detail
-
getRealRecipe
final CraftingRebarRecipe getRealRecipe()
-
getBukkitRecipe
CraftingRecipe getBukkitRecipe()
-
getInputs
List<FluidOrItemChoice> getInputs()
The inputs used by this recipe, either FluidChoice or ItemChoice
-
getResults
List<FluidOrItem> getResults()
The results of this recipe, either FluidWithAmount or FluidOrItem.Item
-
getKey
NamespacedKey getKey()
-
-
-
-