Interface GameStore
public interface GameStore
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.entity.LivingEntity
org.bukkit.entity.EntityType
org.bukkit.Location
boolean
boolean
isBaby()
boolean
-
Method Details
-
getEntity
org.bukkit.entity.LivingEntity getEntity()- Returns:
- shop entity
-
getEntityType
org.bukkit.entity.EntityType getEntityType()- Returns:
- entity type used for the shop
-
getStoreLocation
org.bukkit.Location getStoreLocation()- Returns:
- location of this store
-
getShopFile
String getShopFile()- Returns:
- shop file
-
getShopCustomName
String getShopCustomName()- Returns:
- shopkeeper's name
-
getUseParent
boolean getUseParent()- Returns:
- true if shop file should be merged with custom shop file
-
isShopCustomName
boolean isShopCustomName()- Returns:
- true if shopkeeper has name
-
isBaby
boolean isBaby()- Returns:
- true if shopkeeper is baby
-
getSkinName
String getSkinName()- Returns:
- if type is PLAYER, than returns skin, otherwise null
-