pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.recipe.vanilla
/
CampfireRecipeWrapper
Campfire
Recipe
Wrapper
class
CampfireRecipeWrapper
(
val
recipe
:
CampfireRecipe
)
:
CookingRecipeWrapper
(
source
)
Members
Constructors
Campfire
Recipe
Wrapper
Link copied to clipboard
constructor
(
recipe
:
CampfireRecipe
)
Properties
inputs
Link copied to clipboard
open
override
val
inputs
:
List
<
RecipeInput
>
is
Hidden
Link copied to clipboard
open
val
isHidden
:
Boolean
recipe
Link copied to clipboard
override
val
recipe
:
CookingRecipe
<
*
>
results
Link copied to clipboard
open
override
val
results
:
List
<
FluidOrItem
>
Functions
display
Link copied to clipboard
open
override
fun
display
(
)
:
Gui
get
Key
Link copied to clipboard
open
override
fun
getKey
(
)
:
NamespacedKey
is
Input
Link copied to clipboard
open
fun
isInput
(
fluid
:
PylonFluid
)
:
Boolean
open
fun
isInput
(
stack
:
ItemStack
)
:
Boolean
is
Output
Link copied to clipboard
open
fun
isOutput
(
fluid
:
PylonFluid
)
:
Boolean
open
fun
isOutput
(
stack
:
ItemStack
)
:
Boolean
key
Link copied to clipboard
open
override
fun
key
(
)
:
@
NotNull
Key