RebarEntityAddEvent

class RebarEntityAddEvent(val rebarEntity: RebarEntity<*>) : Event(source)

Called when an entity is added to io.github.pylonmc.rebar.entity.EntityStorage, when this is called, the entity already spawned in the world. Also fired when an entity is loaded.

Constructors

Link copied to clipboard
constructor(rebarEntity: RebarEntity<*>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:NotNull
open val eventName: @NotNull String
Link copied to clipboard
open override val handlers: HandlerList
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
open override fun getHandlers(): HandlerList