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