public abstract class AbstractBukkitWrapper extends Object
BukkitTriggerReactorCore.getWrapper()
Constructor and Description |
---|
AbstractBukkitWrapper() |
Modifier and Type | Method and Description |
---|---|
ICommandSender |
wrap(org.bukkit.command.CommandSender commandSender) |
IEntity |
wrap(org.bukkit.entity.Entity entity) |
IInventory |
wrap(org.bukkit.inventory.Inventory inventory) |
IItemStack |
wrap(org.bukkit.inventory.ItemStack itemStack) |
ILocation |
wrap(org.bukkit.Location location) |
abstract IPlayer |
wrap(org.bukkit.entity.Player player) |
IPlayerBlockLocationEvent |
wrap(PlayerBlockLocationEvent pble) |
public IEntity wrap(org.bukkit.entity.Entity entity)
public abstract IPlayer wrap(org.bukkit.entity.Player player)
public IPlayerBlockLocationEvent wrap(PlayerBlockLocationEvent pble)
public ICommandSender wrap(org.bukkit.command.CommandSender commandSender)
public IInventory wrap(org.bukkit.inventory.Inventory inventory)
public IItemStack wrap(org.bukkit.inventory.ItemStack itemStack)
public ILocation wrap(org.bukkit.Location location)