Package 

Class EntityEquipEvent

  • All Implemented Interfaces:
    org.bukkit.event.Cancellable

    @Deprecated(message = "Use the event from the api package instead", replaceWith = @ReplaceWith(imports = {"com.tealcube.minecraft.bukkit.mythicdrops.api.events.EntityEquipEvent"}, expression = "EntityEquipEvent")) 
    public class EntityEquipEvent
    extends MythicDropsCancellableEvent
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ItemStack itemStack
      private final LivingEntity livingEntity
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityEquipEvent(ItemStack itemStack, LivingEntity livingEntity)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ItemStack getItemStack()
      final Unit setItemStack(ItemStack itemStack)
      final LivingEntity getLivingEntity()
      HandlerList getHandlers()
      • Methods inherited from class com.tealcube.minecraft.bukkit.mythicdrops.api.events.MythicDropsCancellableEvent

        isCancelled, setCancelled
      • Methods inherited from class org.bukkit.event.Event

        getEventName, isAsynchronous
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityEquipEvent

        EntityEquipEvent(ItemStack itemStack, LivingEntity livingEntity)