Package com.vk2gpz.autosell.object
Class ShopSign
java.lang.Object
com.vk2gpz.autosell.object.ShopSign
This class represents a shop sign in the AutoSell plugin.
It contains the location of the sign and the name of the shop.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetShop()
void
setShopName
(String shopName) void
setSignLocation
(String signLocation)
-
Constructor Details
-
ShopSign
Constructor to initialize the ShopSign object with sign location and shop name.- Parameters:
signLocation
- The location of the sign in the format "x,y,z,world".shopName
- The name of the shop associated with the sign.
-
ShopSign
Constructor to initialize the ShopSign object with a Location object and shop name.- Parameters:
location
- The location of the sign as a Location object.shopName
- The name of the shop associated with the sign.
-
-
Method Details
-
getShopName
-
setShopName
-
getSignLocation
-
setSignLocation
-
getShop
-