-
- 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
IdentificationEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private Boolean
isModified
private ItemStack
result
private final Player
identifier
-
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
-
-
Method Detail
-
getIsModified
final Boolean getIsModified()
-
setIsModified
final Unit setIsModified(Boolean isModified)
-
getResult
final ItemStack getResult()
-
getIdentifier
final Player getIdentifier()
-
getHandlers
HandlerList getHandlers()
-
-
-
-