Uses of Interface
de.marcely.bedwars.tools.DynamicItemStack
Packages that use DynamicItemStack
Package
Description
Classes relevant to the in game shop.
Classes relevant to each
ShopProduct in the in game shop.Various helper classes that can be used to make life a lot easier.
-
Uses of DynamicItemStack in de.marcely.bedwars.api.game.shop
Methods in de.marcely.bedwars.api.game.shop that return DynamicItemStackModifier and TypeMethodDescriptionShopItem.getDynamicIcon()Returns the dynamic variant of an icon.ShopPage.getDynamicIcon()Returns the dynamic variant of an icon.Methods in de.marcely.bedwars.api.game.shop with parameters of type DynamicItemStackModifier and TypeMethodDescriptionvoidShopItem.setDynamicIcon(DynamicItemStack icon) Set the icon that shall be shown in the shop GUI.voidShopPage.setDynamicIcon(DynamicItemStack icon) Set the icon that shall be shown in the shop GUI. -
Uses of DynamicItemStack in de.marcely.bedwars.api.game.shop.product
Methods in de.marcely.bedwars.api.game.shop.product that return DynamicItemStackModifier and TypeMethodDescriptionBasicItemShopProduct.getDynamicItemStack()Returns the dynamic variant of the product item.Methods in de.marcely.bedwars.api.game.shop.product with parameters of type DynamicItemStackModifier and TypeMethodDescriptionvoidBasicItemShopProduct.setDynamicItemStack(DynamicItemStack is) Replace the product item. -
Uses of DynamicItemStack in de.marcely.bedwars.tools
Methods in de.marcely.bedwars.tools that return DynamicItemStackModifier and TypeMethodDescriptionDynamicItemStack.clone()Creates a clone of this instance.static @Nullable DynamicItemStackConstructs an ItemStack (similar toHelper.parseItemStack(String)).static DynamicItemStackConstructs a static DynamicItemStack instance.