public static class ReflectionUtils.NMSMerchantRecipeList
extends java.lang.Object
| Constructor and Description |
|---|
ReflectionUtils.NMSMerchantRecipeList() |
ReflectionUtils.NMSMerchantRecipeList(java.lang.Object handle) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ReflectionUtils.NMSMerchantRecipe recipe) |
void |
clear() |
java.lang.Object |
getHandle() |
static java.lang.Class |
getNMSClass() |
java.util.List<ReflectionUtils.NMSMerchantRecipe> |
getRecipes() |
public ReflectionUtils.NMSMerchantRecipeList()
public ReflectionUtils.NMSMerchantRecipeList(java.lang.Object handle)
public static java.lang.Class getNMSClass()
public java.lang.Object getHandle()
public void clear()
public void add(ReflectionUtils.NMSMerchantRecipe recipe)
public java.util.List<ReflectionUtils.NMSMerchantRecipe> getRecipes()