pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.item.base
/
PylonWeapon
Pylon
Weapon
interface
PylonWeapon
(
source
)
Members
Functions
on
Used
To
Damage
Entity
Link copied to clipboard
open
fun
onUsedToDamageEntity
(
event
:
EntityDamageByEntityEvent
)
Called when the item is used to damage an entity.
on
Used
To
Kill
Entity
Link copied to clipboard
open
fun
onUsedToKillEntity
(
event
:
EntityDeathEvent
)
Called when the item is used to kill an entity.