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
/
PylonRecipe
Pylon
Recipe
interface
PylonRecipe
:
Keyed
(
source
)
Inheritors
VanillaRecipeWrapper
Members
Properties
inputs
Link copied to clipboard
abstract
val
inputs
:
List
<
RecipeInput
>
is
Hidden
Link copied to clipboard
open
val
isHidden
:
Boolean
results
Link copied to clipboard
abstract
val
results
:
List
<
FluidOrItem
>
Functions
display
Link copied to clipboard
abstract
fun
display
(
)
:
Gui
get
Key
Link copied to clipboard
@
NotNull
abstract
fun
getKey
(
)
:
@
NotNull
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