toggle menu
nova-parent
0.17-alpha.34
main
switch theme
search in API
nova-api
/
xyz.xenondevs.nova.api.event.tileentity
/
TileEntityBreakBlockEvent
Tile
Entity
Break
Block
Event
open
class
TileEntityBreakBlockEvent
:
TileEntityEvent
Called when a
TileEntity
breaks a block.
Members
Constructors
Tile
Entity
Break
Block
Event
Link copied to clipboard
constructor
(
tileEntity
:
TileEntity
,
block
:
Block
,
drops
:
List
<
ItemStack
>
)
Properties
block
Link copied to clipboard
val
block
:
Block
drops
Link copied to clipboard
val
drops
:
List
<
ItemStack
>
tile
Entity
Link copied to clipboard
val
tileEntity
:
TileEntity
Functions
get
Handler
List
Link copied to clipboard
open
fun
getHandlerList
(
)
:
HandlerList
get
Handlers
Link copied to clipboard
open
fun
getHandlers
(
)
:
HandlerList
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String