- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Connection c =
DataSource dataSource;dataSource.getConnection()
String url;DriverManager.getConnection(url)
IdentityDatabaseUtil.getDBConnection()
- Smart code suggestions by Codota
}
@Override protected void setWorldCreate(@Nonnull World worldIn) { // Forge gives us our World earlier than vanilla. No idea why it doesn't get put into #world but is ignored by default. // Anyway, this is helpful while reading our nbt, so let's use it. setWorld(worldIn); }