EntityMobGriefingEvent
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Extends
EntityMobGriefingEvent extends EntityEvent
.
Listening to the event
This event can be listened to like so:
Members
Getter
Return Type:
Entity
Getter
Return Type:
bool
hasResult() as bool
Return Type:
bool
Getter
Return Type:
EventResult
Setter
Parameters:
result: EventResult
Type: EventResult
result() as Result
Return Type:
EventResult
result(result as Result)
Parameters:
result: EventResult
Type: EventResult
setAllow()
sets the event's result to
allow
setDefault()
sets the event's result to
default
setDeny()
sets the event's result to
deny