rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
rebar
rebar
/
io.github.pylonmc.rebar.recipe
/
RebarRecipe
Rebar
Recipe
interface
RebarRecipe
:
Keyed
(
source
)
Inheritors
VanillaRecipeWrapper
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Properties
inputs
Link copied to clipboard
abstract
val
inputs
:
List
<
RecipeInput
>
is
Hidden
Link copied to clipboard
open
val
isHidden
:
Boolean
priority
Link copied to clipboard
@
JvmStatic
var
RebarRecipe
.
priority
:
Double
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
:
RebarFluid
)
:
<Error class: unknown class>
open
fun
isInput
(
stack
:
ItemStack
)
:
<Error class: unknown class>
is
Output
Link copied to clipboard
open
fun
isOutput
(
fluid
:
RebarFluid
)
:
<Error class: unknown class>
open
fun
isOutput
(
stack
:
ItemStack
)
:
<Error class: unknown class>
key
Link copied to clipboard
open
override
fun
key
(
)
:
@
NotNull
Key