toggle menu
HMCWraps API
1.5.1
jvm
switch theme
search in API
HMCWraps API
/
de.skyslycer.hmcwraps.events
/
ItemUnwrapEvent
Item
Unwrap
Event
public
class
ItemUnwrapEvent
extends
Event
implements
Cancellable
Members
Constructors
Item
Unwrap
Event
Link copied to clipboard
public
void
ItemUnwrapEvent
(
ItemStack
item
,
Player
player
,
Wrap
wrap
)
Properties
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
item
Link copied to clipboard
public
ItemStack
item
player
Link copied to clipboard
public
Player
player
wrap
Link copied to clipboard
public
final
Wrap
wrap
Functions
get
Event
Name
Link copied to clipboard
public
String
getEventName
(
)
get
Handler
List
Link copied to clipboard
public
static
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
@
NotNull
(
)
public
@
NotNull
(
)
HandlerList
getHandlers
(
)
get
Item
Link copied to clipboard
public
ItemStack
getItem
(
)
get
Player
Link copied to clipboard
public
Player
getPlayer
(
)
get
Wrap
Link copied to clipboard
@
Nullable
(
)
public
@
Nullable
(
)
Wrap
getWrap
(
)
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
(
)
public
abstract
boolean
isCancelled
(
)
set
Cancelled
Link copied to clipboard
public
void
setCancelled
(
boolean cancel
)
public
abstract
void
setCancelled
(
boolean p
)
set
Item
Link copied to clipboard
public
void
setItem
(
ItemStack
item
)
set
Player
Link copied to clipboard
public
void
setPlayer
(
Player
player
)