Uses of Enum
de.marcely.bedwars.api.world.hologram.HologramEquipment.Slot
-
Uses of HologramEquipment.Slot in de.marcely.bedwars.api.world.hologram
Modifier and TypeMethodDescriptionstatic HologramEquipment.Slot
Returns the enum constant of this type with the specified name.static HologramEquipment.Slot[]
HologramEquipment.Slot.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescription@Nullable ItemStack
HologramEquipment.getItem
(HologramEquipment.Slot slot) Get an item that has been put at a certain slot.void
HologramEquipment.setItem
(HologramEquipment.Slot slot, @Nullable ItemStack is) Set an item at a certain slot.