BetterModel
Toggle table of contents
1.12.2-SNAPSHOT-357
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.event
/
ModelSpawnAtPlayerEvent
Model
Spawn
At
Player
Event
class
ModelSpawnAtPlayerEvent
:
AbstractPlayerModelEvent
,
Cancellable
Spawn tracker to some player
Members
Constructors
Model
Spawn
At
Player
Event
Link copied to clipboard
@
ApiStatus.Internal
constructor
(
@
NotNull
player
:
@
NotNull
Player
,
@
NotNull
tracker
:
@
NotNull
Tracker
)
Creates event
Properties
HANDLER_
LIST
Link copied to clipboard
val
HANDLER_LIST
:
HandlerList
Handler list
Functions
call
Event
Link copied to clipboard
open
fun
callEvent
(
)
:
Boolean
get
Event
Name
Link copied to clipboard
open
fun
getEventName
(
)
:
@
NotNull
String
get
Handler
List
Link copied to clipboard
@
NotNull
open
fun
getHandlerList
(
)
:
@
NotNull
HandlerList
Gets a handler list
get
Handlers
Link copied to clipboard
@
NotNull
open
fun
getHandlers
(
)
:
@
NotNull
HandlerList
is
Asynchronous
Link copied to clipboard
fun
isAsynchronous
(
)
:
Boolean
is
Cancelled
Link copied to clipboard
abstract
fun
isCancelled
(
)
:
Boolean
set
Cancelled
Link copied to clipboard
abstract
fun
setCancelled
(
p
:
Boolean
)