Class SimplePlaceholderPalette
java.lang.Object
com.janboerman.invsee.spigot.internal.placeholder.SimplePlaceholderPalette
- All Implemented Interfaces:
PlaceholderPalette
-
Constructor Summary
ConstructorDescriptionSimplePlaceholderPalette
(String name, ItemStack inaccessible, ItemStack armourHelmet, ItemStack armourChestplate, ItemStack armourLeggings, ItemStack armourBoots, ItemStack offHand, ItemStack cursor, ItemStack crafting, ItemStack anvil, ItemStack merchant, ItemStack cartography, ItemStack enchantingItem, ItemStack enchantingFuel, ItemStack grindstone, ItemStack loom, ItemStack smithingBase, ItemStack smithingTemplate, ItemStack smithingAddition, ItemStack stonecutter, ItemStack generic) -
Method Summary
Modifier and TypeMethodDescriptionanvil()
crafting()
cursor()
generic()
abstract ItemStack
getPersonalSlotPlaceholder
(PlayerInventorySlot slot, PlaceholderGroup placeholderGroup) loom()
merchant()
offHand()
toString()
-
Constructor Details
-
SimplePlaceholderPalette
public SimplePlaceholderPalette(String name, ItemStack inaccessible, ItemStack armourHelmet, ItemStack armourChestplate, ItemStack armourLeggings, ItemStack armourBoots, ItemStack offHand, ItemStack cursor, ItemStack crafting, ItemStack anvil, ItemStack merchant, ItemStack cartography, ItemStack enchantingItem, ItemStack enchantingFuel, ItemStack grindstone, ItemStack loom, ItemStack smithingBase, ItemStack smithingTemplate, ItemStack smithingAddition, ItemStack stonecutter, ItemStack generic)
-
-
Method Details
-
toString
-
inaccessible
- Specified by:
inaccessible
in interfacePlaceholderPalette
-
armourHelmet
- Specified by:
armourHelmet
in interfacePlaceholderPalette
-
armourChestplate
- Specified by:
armourChestplate
in interfacePlaceholderPalette
-
armourLeggings
- Specified by:
armourLeggings
in interfacePlaceholderPalette
-
armourBoots
- Specified by:
armourBoots
in interfacePlaceholderPalette
-
offHand
- Specified by:
offHand
in interfacePlaceholderPalette
-
cursor
- Specified by:
cursor
in interfacePlaceholderPalette
-
crafting
- Specified by:
crafting
in interfacePlaceholderPalette
-
anvil
- Specified by:
anvil
in interfacePlaceholderPalette
-
merchant
- Specified by:
merchant
in interfacePlaceholderPalette
-
cartography
- Specified by:
cartography
in interfacePlaceholderPalette
-
enchantingItem
- Specified by:
enchantingItem
in interfacePlaceholderPalette
-
enchantingFuel
- Specified by:
enchantingFuel
in interfacePlaceholderPalette
-
grindstone
- Specified by:
grindstone
in interfacePlaceholderPalette
-
loom
- Specified by:
loom
in interfacePlaceholderPalette
-
smithingBase
- Specified by:
smithingBase
in interfacePlaceholderPalette
-
smithingTemplate
- Specified by:
smithingTemplate
in interfacePlaceholderPalette
-
smithingAddition
- Specified by:
smithingAddition
in interfacePlaceholderPalette
-
stonecutter
- Specified by:
stonecutter
in interfacePlaceholderPalette
-
generic
- Specified by:
generic
in interfacePlaceholderPalette
-
getPersonalSlotPlaceholder
public abstract ItemStack getPersonalSlotPlaceholder(PlayerInventorySlot slot, PlaceholderGroup placeholderGroup) - Specified by:
getPersonalSlotPlaceholder
in interfacePlaceholderPalette
-