
NullPointerException when calling TortoiseShell.getOwnerUUID()
Snownee opened this issue ยท 3 comments
Here a null check is missing, which leads to a NullPointerException.
Also, I don't think it's appropriate to store an entity in the class, which would prevent the game from releasing memory. The default implementation is fast enough.
Oh thank you! I'll fix this.
What do you mean with default implementation here tho?
Do you mean only using the UUID and not the entity directly?
Oh thank you! I'll fix this. What do you mean with default implementation here tho? Do you mean only using the UUID and not the entity directly?
The default implementation is defined in OwnableEntity