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
It seems that the automatic casts confuse/surprise some people (cf. NeoForge server).
What do you guys think? Should we keep config.get<T> or require an explicit type, such as config.getXYZ or config.get(Class<T>)?