rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rebar
rebar
/
io.github.pylonmc.rebar.recipe.vanilla
/
VanillaRecipeWrapper
Vanilla
Recipe
Wrapper
sealed
interface
VanillaRecipeWrapper
:
RebarRecipe
(
source
)
Inheritors
CookingRecipeWrapper
CraftingRecipeWrapper
SmithingRecipeWrapper
Members
Members & Extensions
Properties
inputs
Link copied to clipboard
abstract
val
inputs
:
List
<
RecipeInput
>
is
Hidden
Link copied to clipboard
open
val
isHidden
:
Boolean
key
Link copied to clipboard
@get:
NotNull
abstract
val
key
:
@
NotNull
NamespacedKey
priority
Link copied to clipboard
@
JvmStatic
var
RebarRecipe
.
priority
:
Double
recipe
Link copied to clipboard
abstract
val
recipe
:
Recipe
results
Link copied to clipboard
abstract
val
results
:
List
<
FluidOrItem
>
Functions
display
Link copied to clipboard
abstract
fun
display
(
)
:
Gui
?
is
Input
Link copied to clipboard
open
fun
isInput
(
fluid
:
RebarFluid
)
:
Boolean
open
fun
isInput
(
stack
:
ItemStack
)
:
Boolean
is
Output
Link copied to clipboard
open
fun
isOutput
(
fluid
:
RebarFluid
)
:
Boolean
open
fun
isOutput
(
stack
:
ItemStack
)
:
Boolean
key
Link copied to clipboard
open
fun
key
(
)
:
@
NotNull
Key