public abstract class RecipeItemStackHandle
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 |
RecipeItemStackHandle.RecipeItemStackClass
Stores class members for net.minecraft.server.RecipeItemStack.
|
Modifier and Type | Field and Description |
---|---|
static RecipeItemStackHandle.RecipeItemStackClass |
T |
Constructor and Description |
---|
RecipeItemStackHandle() |
Modifier and Type | Method and Description |
---|---|
static RecipeItemStackHandle |
createHandle(Object handleInstance) |
static Object |
createRawRecipeItemStack(List<org.bukkit.inventory.ItemStack> choices) |
abstract List<org.bukkit.inventory.ItemStack> |
getChoices() |
public static final RecipeItemStackHandle.RecipeItemStackClass T
public static RecipeItemStackHandle createHandle(Object handleInstance)
public abstract List<org.bukkit.inventory.ItemStack> getChoices()
Copyright © 2019. All rights reserved.