Package net.minecraft.world.item
Interface Equipable
- All Known Implementing Classes:
AbstractSkullBlock,AnimalArmorItem,ArmorItem,ElytraItem,EquipableCarvedPumpkinBlock,PiglinWallSkullBlock,PlayerHeadBlock,PlayerWallHeadBlock,ShieldItem,SkullBlock,WallSkullBlock,WitherSkullBlock,WitherWallSkullBlock,WoolCarpetBlock
public interface Equipable
-
Method Summary
Modifier and TypeMethodDescriptionstatic Equipabledefault Holder<SoundEvent> default InteractionResultHolder<ItemStack> swapWithEquipmentSlot(Item pItem, Level pLevel, Player pPlayer, InteractionHand pHand)
-
Method Details
-
getEquipmentSlot
EquipmentSlot getEquipmentSlot() -
getEquipSound
-
swapWithEquipmentSlot
default InteractionResultHolder<ItemStack> swapWithEquipmentSlot(Item pItem, Level pLevel, Player pPlayer, InteractionHand pHand) -
get
-