Package 

Class IdentificationEvent

  • 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.identification.IdentificationEvent}, expression = IdentificationEvent)) 
    public class IdentificationEvent
    extends MythicDropsCancellableEvent
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      IdentificationEvent(ItemStack result, Player identifier)
    • Method Summary

      Modifier and Type Method Description
      final Boolean getIsModified()
      final Unit setIsModified(Boolean isModified)
      final ItemStack getResult()
      final Unit setResult(ItemStack result)
      final Player getIdentifier()
      HandlerList getHandlers()
      • Methods inherited from class com.tealcube.minecraft.bukkit.mythicdrops.identification.IdentificationEvent

        isCancelled, setCancelled
      • Methods inherited from class com.tealcube.minecraft.bukkit.mythicdrops.api.events.MythicDropsCancellableEvent

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait