Uses of Enum
de.marcely.bedwars.api.world.hologram.HologramEquipment.Slot
Packages that use HologramEquipment.Slot
Package
Description
Interfaces used to manage the MBedwars packet based holograms.
-
Uses of HologramEquipment.Slot in de.marcely.bedwars.api.world.hologram
Methods in de.marcely.bedwars.api.world.hologram that return HologramEquipment.SlotModifier 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.Methods in de.marcely.bedwars.api.world.hologram with parameters of type HologramEquipment.SlotModifier 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.