mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-17 16:15:32 +01:00
Fix intellij auto annotation 2
This commit is contained in:
parent
3cfa216274
commit
bdedbf9462
@ -35,7 +35,7 @@ public class MainDemo {
|
||||
// Set the spawning instance
|
||||
player.addEventCallback(PlayerLoginEvent.class, event -> {
|
||||
event.setSpawningInstance(instanceContainer);
|
||||
player.setRespawnPoint(new Position(0,45,0));
|
||||
player.setRespawnPoint(new Position(0, 45, 0));
|
||||
});
|
||||
|
||||
// Teleport the player at spawn
|
||||
@ -63,7 +63,7 @@ public class MainDemo {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void fillBiomes(Biome @NotNull [] biomes, int chunkX, int chunkZ) {
|
||||
public void fillBiomes(@NotNull Biome[] biomes, int chunkX, int chunkZ) {
|
||||
Arrays.fill(biomes, MinecraftServer.getBiomeManager().getById(0));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user