toggle menu
nova-parent
0.17-alpha.34
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.world.player.equipment
/
ArmorEquipEvent
Armor
Equip
Event
class
ArmorEquipEvent
:
PlayerEvent
,
Cancellable
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
action
Link copied to clipboard
val
action
:
EquipAction
now
Link copied to clipboard
val
now
:
ItemStack
?
previous
Link copied to clipboard
val
previous
:
ItemStack
?
slot
Link copied to clipboard
val
slot
:
EquipmentSlot
Functions
call
Event
Link copied to clipboard
open
fun
callEvent
(
)
:
Boolean
get
Event
Name
Link copied to clipboard
@
NotNull
open
fun
getEventName
(
)
:
@
NotNull
String
get
Handlers
Link copied to clipboard
open
override
fun
getHandlers
(
)
:
HandlerList
get
Player
Link copied to clipboard
@
NotNull
fun
getPlayer
(
)
:
@
NotNull
Player
is
Asynchronous
Link copied to clipboard
fun
isAsynchronous
(
)
:
Boolean
is
Cancelled
Link copied to clipboard
open
override
fun
isCancelled
(
)
:
Boolean
set
Cancelled
Link copied to clipboard
open
override
fun
setCancelled
(
cancel
:
Boolean
)