Class SmelteryRecipe
java.lang.Object
io.github.pylonmc.pylon.base.recipes.SmelteryRecipe
- All Implemented Interfaces:
io.github.pylonmc.pylon.core.recipe.PylonRecipe,net.kyori.adventure.key.Keyed,org.bukkit.Keyed
public class SmelteryRecipe
extends Object
implements io.github.pylonmc.pylon.core.recipe.PylonRecipe
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.github.pylonmc.pylon.core.recipe.RecipeType<SmelteryRecipe> -
Constructor Summary
ConstructorsConstructorDescriptionSmelteryRecipe(@NotNull org.bukkit.NamespacedKey key, @NotNull Map<io.github.pylonmc.pylon.core.fluid.PylonFluid, Double> inputFluids, @NotNull Map<io.github.pylonmc.pylon.core.fluid.PylonFluid, Double> outputFluids, double temperature) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bukkit.Keyed
keyMethods inherited from interface io.github.pylonmc.pylon.core.recipe.PylonRecipe
isHidden, isInput, isInput, isOutput, isOutput
-
Field Details
-
RECIPE_TYPE
-
-
Constructor Details
-
SmelteryRecipe
-
-
Method Details
-
getInputs
- Specified by:
getInputsin interfaceio.github.pylonmc.pylon.core.recipe.PylonRecipe
-
getResults
- Specified by:
getResultsin interfaceio.github.pylonmc.pylon.core.recipe.PylonRecipe
-
display
@NotNull public @NotNull xyz.xenondevs.invui.gui.Gui display()- Specified by:
displayin interfaceio.github.pylonmc.pylon.core.recipe.PylonRecipe
-
getKey
public org.bukkit.NamespacedKey getKey()- Specified by:
getKeyin interfaceorg.bukkit.Keyed
-
getFluidInputs
-
getFluidOutputs
-
getHighestFluid
public io.github.pylonmc.pylon.core.fluid.PylonFluid getHighestFluid() -
getTemperature
public double getTemperature()
-