Interface SpawnerItemShopProduct
- All Superinterfaces:
ItemShopProduct, ShopProduct
Represents a spawner item being dropped.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the drop type aka spawner that will be givenvoidsetDropType(DropType dropType) Set the drop type aka the spawner that shall be given.Methods inherited from interface ItemShopProduct
getGivingItems, getItemStacks, getItemStacks, setItemStackMethods inherited from interface ShopProduct
getAmount, getDisplayName, getDisplayName, getId, getItem, getType, give, give, isAutoWear, isUnbreakable, setAmount, setAutoWear, setUnbreakable
-
Method Details
-
getDropType
-
setDropType
Set the drop type aka the spawner that shall be given.- Parameters:
dropType- The new drop type
-