Class DummySmithingRebarRecipe
-
- 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 DummySmithingRebarRecipe implements DummyBukkitRebarRecipe
The dummy form of SmithingRebarRecipe
-
-
Field Summary
Fields Modifier and Type Field Description private final SmithingRebarReciperealRecipeprivate final SmithingRecipebukkitRecipeprivate final List<FluidOrItemChoice>inputsprivate final List<FluidOrItem>resultsprivate final BooleanisHiddenprivate final NamespacedKeykey
-
Constructor Summary
Constructors Constructor Description DummySmithingRebarRecipe(SmithingRebarRecipe realRecipe, SmithingRecipe bukkitRecipe)
-
Method Summary
Modifier and Type Method Description final SmithingRebarRecipegetRealRecipe()SmithingRecipegetBukkitRecipe()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.DummySmithingRebarRecipe
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
-
DummySmithingRebarRecipe
DummySmithingRebarRecipe(SmithingRebarRecipe realRecipe, SmithingRecipe bukkitRecipe)
-
-
Method Detail
-
getRealRecipe
final SmithingRebarRecipe getRealRecipe()
-
getBukkitRecipe
SmithingRecipe 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()
-
-
-
-