[SPIGOT-4803] Fox interface functions Created: 28/Apr/19 Updated: 28/Apr/19 Resolved: 28/Apr/19 |
|
| Status: | Resolved |
| Project: | Spigot |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Evil Witchdoctor | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 1.14 | ||
| Version: | bukkit-1.14-R0.1 and/or spigot-api-1.14-R0.1 |
| Guidelines Read: | Yes |
| Description |
|
Would be nice to have the following methods in "Fox" interface: fox.isSleeping() -> boolean fox.getType() -> FoxType e{SNOW, RED}
currently both are accessible in nms EntityFox. |