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
/
CraftingRecipeWrapper
Crafting
Recipe
Wrapper
sealed
class
CraftingRecipeWrapper
:
VanillaRecipeWrapper
(
source
)
Inheritors
ShapedRecipeWrapper
AShapelessRecipeWrapper
Members
Members & Extensions
Properties
crafting
Recipe
Link copied to clipboard
val
craftingRecipe
:
CraftingRecipe
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
open
override
val
key
:
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
open
override
val
results
:
List
<
FluidOrItem
>
Functions
display
Link copied to clipboard
abstract
fun
display
(
)
:
Gui
?
get
Key
Link copied to clipboard
open
override
fun
getKey
(
)
:
NamespacedKey
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