public class EntityTameEvent extends EntityEvent
| Constructor and Description |
|---|
EntityTameEvent(Entity entity,
Player tamer) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(boolean cancelled) |
boolean |
isIgnored() |
Player |
tamer() |
entity, setEntitypublic EntityTameEvent(Entity entity, Player tamer)
public boolean isIgnored()
isIgnored in interface CancellableisIgnored in class EntityEventpublic void cancel(boolean cancelled)
cancel in interface Cancellablecancel in class EntityEventcancelled - set the cancellation state of the eventCopyright © 2016. All rights reserved.