Uses of Enum Class
com.loohp.limbo.inventory.EquipmentSlot
Packages that use EquipmentSlot
Package
Description
-
Uses of EquipmentSlot in com.loohp.limbo.entity
Methods in com.loohp.limbo.entity that return EquipmentSlotMethods in com.loohp.limbo.entity with parameters of type EquipmentSlotModifier and TypeMethodDescriptionEntityEquipment.getItem(EquipmentSlot slot) Gets the ItemStack at the given equipment slot in the inventory.StandardEntityEquipment.getItem(EquipmentSlot slot) voidLivingEntity.setActiveHand(EquipmentSlot activeHand) voidEntityEquipment.setItem(EquipmentSlot slot, ItemStack item) Stores the ItemStack at the given equipment slot in the inventory.voidStandardEntityEquipment.setItem(EquipmentSlot slot, ItemStack item) -
Uses of EquipmentSlot in com.loohp.limbo.events.player
Methods in com.loohp.limbo.events.player that return EquipmentSlotConstructors in com.loohp.limbo.events.player with parameters of type EquipmentSlotModifierConstructorDescriptionPlayerInteractEvent(Player player, PlayerInteractEvent.Action action, ItemStack item, BlockState clickedBlock, BlockFace clickedFace, EquipmentSlot hand) -
Uses of EquipmentSlot in com.loohp.limbo.inventory
Methods in com.loohp.limbo.inventory that return EquipmentSlotModifier and TypeMethodDescriptionstatic EquipmentSlotReturns the enum constant of this class with the specified name.static EquipmentSlot[]EquipmentSlot.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EquipmentSlot in com.loohp.limbo.player
Methods in com.loohp.limbo.player with parameters of type EquipmentSlotModifier and TypeMethodDescriptionPlayerInventory.getItem(EquipmentSlot slot) voidPlayerInventory.setItem(EquipmentSlot slot, ItemStack item)