Package | Description |
---|---|
com.destroystokyo.paper.event.entity |
Modifier and Type | Method | Description |
---|---|---|
Turtle |
TurtleGoHomeEvent.getEntity() |
The turtle going home
|
Turtle |
TurtleLayEggEvent.getEntity() |
The turtle laying the eggs
|
Turtle |
TurtleStartDiggingEvent.getEntity() |
The turtle digging
|
Constructor | Description |
---|---|
TurtleGoHomeEvent(Turtle turtle) |
|
TurtleLayEggEvent(Turtle turtle,
Location location,
int eggCount) |
|
TurtleStartDiggingEvent(Turtle turtle,
Location location) |
Copyright © 2020. All rights reserved.