public class ArmorStandWrapper extends Object
Constructor and Description |
---|
ArmorStandWrapper(ShopChest plugin,
org.bukkit.Location location,
String customName) |
Modifier and Type | Method and Description |
---|---|
String |
getCustomName() |
Object |
getEntity() |
int |
getEntityId() |
org.bukkit.Location |
getLocation() |
UUID |
getUuid() |
void |
remove() |
void |
setCustomName(String customName) |
void |
setLocation(org.bukkit.Location location) |
void |
setVisible(org.bukkit.entity.Player player,
boolean visible) |
public void setVisible(org.bukkit.entity.Player player, boolean visible)
public void setLocation(org.bukkit.Location location)
public void setCustomName(String customName)
public void remove()
public int getEntityId()
public UUID getUuid()
public org.bukkit.Location getLocation()
public String getCustomName()
public Object getEntity()
Copyright © 2017. All rights reserved.