You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all entities need to be saved between server restarts and when you're constantly needing to try and prevent the edge cases where they are it's annoying.
As such having syntax like below will be a huge help for servers
Suggestion
Add the persistent entity api
Why?
Not all entities need to be saved between server restarts and when you're constantly needing to try and prevent the edge cases where they are it's annoying.
As such having syntax like below will be a huge help for servers
Other
Entity#setPersistent(boolean) and Entity#isPersistent()
Agreement
The text was updated successfully, but these errors were encountered: