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
When try to use getLevel in BlockEntiy or getLevel in entity
ide will warning because it's nullable because this blockentity or entity may not in a level now
but more common scenario is: we know it coult not be null and should't warn unless use getlevel in constructor.
manual requireNonnull or @SuppressWarnings is too annoying!
so, could add a feature to auto auto suppress these warnings?