nova-parent
Toggle table of contents
0.20-alpha.4
java
Platform filter
java
Switch theme
Search in API
nova-parent
nova-api
/
xyz.xenondevs.nova.api.event.tileentity
/
TileEntityEvent
Tile
Entity
Event
abstract
class
TileEntityEvent
:
Event
A
TileEntity
related event.
Inheritors
TileEntityBreakBlockEvent
Members
Constructors
Tile
Entity
Event
Link copied to clipboard
constructor
(
@
NotNull
tileEntity
:
@
NotNull
TileEntity
)
Properties
tile
Entity
Link copied to clipboard
@
NotNull
@get:
NotNull
val
tileEntity
:
@
NotNull
TileEntity
Functions
call
Event
Link copied to clipboard
open
fun
callEvent
(
)
:
Boolean
get
Event
Name
Link copied to clipboard
open
fun
getEventName
(
)
:
@
NotNull
String
get
Handlers
Link copied to clipboard
abstract
fun
getHandlers
(
)
:
@
NotNull
HandlerList
is
Asynchronous
Link copied to clipboard
fun
isAsynchronous
(
)
:
Boolean
to
String
Link copied to clipboard
@
NotNull
open
fun
toString
(
)
:
@
NotNull
String