Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
FreeMinecraftModels
/
com.magmaguy.freeminecraftmodels.api
/
ModeledEntityHitboxContactEvent
Modeled
Entity
Hitbox
Contact
Event
public
class
ModeledEntityHitboxContactEvent
extends
Event
implements
Cancellable
Members
Constructors
Modeled
Entity
Hitbox
Contact
Event
Link copied to clipboard
public
void
ModeledEntityHitboxContactEvent
(
Player
player
,
ModeledEntity
entity
)
Properties
entity
Link copied to clipboard
public
final
ModeledEntity
entity
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
player
Link copied to clipboard
public
final
Player
player
Functions
get
Entity
Link copied to clipboard
public
ModeledEntity
getEntity
(
)
get
Handler
List
Link copied to clipboard
public
static
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
public
HandlerList
getHandlers
(
)
get
Player
Link copied to clipboard
public
Player
getPlayer
(
)
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
(
)
set
Cancelled
Link copied to clipboard
public
void
setCancelled
(
boolean cancel
)
Inherited functions
get
Event
Name
Link copied to clipboard
public
String
getEventName
(
)
get
Handlers
Link copied to clipboard
public
abstract
HandlerList
getHandlers
(
)
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)