Class CampfireRebarRecipe
-
- All Implemented Interfaces:
-
io.github.pylonmc.rebar.recipe.RebarRecipe,io.github.pylonmc.rebar.recipe.vanilla.BukkitRebarRecipe,net.kyori.adventure.key.Keyed,org.bukkit.Keyed
public final class CampfireRebarRecipe extends CookingRebarRecipe
Rebar's equivalent of CampfireRecipe
-
-
Field Summary
Fields Modifier and Type Field Description private final CampfireRecipebukkitRecipeprivate final ItemChoiceingredientprivate final FluidOrItem.Itemresultprivate final Floatexperienceprivate final IntegercookingTimeprivate final CookingBookCategorycategoryprivate final Stringgrouppublic final NamespacedKeykeyprivate final List<ItemChoice>inputsprivate final List<FluidOrItem.Item>resultsprivate final BooleanisHiddenprivate final NamespacedKeykey
-
Constructor Summary
Constructors Constructor Description CampfireRebarRecipe(ItemChoice ingredient, FluidOrItem.Item result, Float experience, Integer cookingTime, CookingBookCategory category, String group, NamespacedKey key, CampfireRecipe bukkitRecipe)CampfireRebarRecipe(ItemChoice ingredient, FluidOrItem.Item result, Float experience, Integer cookingTime, CookingBookCategory category, String group, NamespacedKey key)
-
Method Summary
Modifier and Type Method Description CampfireRecipegetBukkitRecipe()final static CampfireRebarRecipefromVanilla(CampfireRecipe recipe)-
Methods inherited from class io.github.pylonmc.rebar.recipe.vanilla.CookingRebarRecipe
display, getCategory, getCookingTime, getExperience, getGroup, getIngredient, getInputs, getKey, getKey, getResult, getResults, matches -
Methods inherited from class io.github.pylonmc.rebar.recipe.RebarRecipe
isHidden, isInput, isInput, isOutput, isOutput -
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
-
CampfireRebarRecipe
CampfireRebarRecipe(ItemChoice ingredient, FluidOrItem.Item result, Float experience, Integer cookingTime, CookingBookCategory category, String group, NamespacedKey key, CampfireRecipe bukkitRecipe)
-
CampfireRebarRecipe
CampfireRebarRecipe(ItemChoice ingredient, FluidOrItem.Item result, Float experience, Integer cookingTime, CookingBookCategory category, String group, NamespacedKey key)
-
-
Method Detail
-
getBukkitRecipe
CampfireRecipe getBukkitRecipe()
-
fromVanilla
final static CampfireRebarRecipe fromVanilla(CampfireRecipe recipe)
-
-
-
-