public class NMSMerchant extends Object implements InvocationHandler
Constructor and Description |
---|
NMSMerchant() |
Modifier and Type | Method and Description |
---|---|
void |
a_(Object player) |
void |
a(Object recipe) |
Object |
b() |
void |
clearRecipes() |
org.bukkit.entity.Player |
getBukkitEntity() |
Object |
getOffers(Object player) |
Object |
invoke(Object proxy,
Method m,
Object[] args) |
void |
openTrading(Object player,
String title) |
void |
setRecipes(ReflectionUtils.NMSMerchantRecipeList recipes) |
public Object proxy
public Object invoke(Object proxy, Method m, Object[] args)
invoke
in interface InvocationHandler
public void a_(Object player)
public Object b()
public void a(Object recipe)
public org.bukkit.entity.Player getBukkitEntity()
public void clearRecipes()
public void setRecipes(ReflectionUtils.NMSMerchantRecipeList recipes)
Copyright © 2014. All rights reserved.