[SPIGOT-6060] Phantom is not a Monster Created: 11/Aug/20 Updated: 11/Aug/20 Resolved: 11/Aug/20 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | wysohn | Assignee: | Unassigned |
Resolution: | Invalid | Votes: | 0 |
Labels: | 1.16.1 |
Version: | This server is running Paper version git-Paper-133 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
It seems like Phantom is not inheriting the Monster interface. (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Monster.html)
Was it intended?
I have a plugin that has to check if an entity is a Monster or not, and I just realized that Phantom isn't a Monster.
If it is intended, I will have to manually add Phantom in the logic. |