public abstract class IRecipeHandle
extends com.bergerkiller.mountiplex.reflection.declarations.Template.Handle
T
member.
New handles can be created from raw instances using createHandle(Object)
.Modifier and Type | Class and Description |
---|---|
static class |
IRecipeHandle.IRecipeClass
Stores class members for net.minecraft.server.IRecipe.
|
Modifier and Type | Field and Description |
---|---|
static IRecipeHandle.IRecipeClass |
T |
Constructor and Description |
---|
IRecipeHandle() |
Modifier and Type | Method and Description |
---|---|
static IRecipeHandle |
createHandle(Object handleInstance) |
abstract org.bukkit.inventory.ItemStack |
getOutput() |
public static final IRecipeHandle.IRecipeClass T
public static IRecipeHandle createHandle(Object handleInstance)
public abstract org.bukkit.inventory.ItemStack getOutput()
Copyright © 2019. All rights reserved.