mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Stupid html
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
b1a5e055df
commit
15221c3354
@ -10,10 +10,8 @@ import net.minestom.server.event.player.PlayerSpawnEvent;
|
|||||||
import net.minestom.server.instance.*;
|
import net.minestom.server.instance.*;
|
||||||
import net.minestom.server.instance.batch.ChunkBatch;
|
import net.minestom.server.instance.batch.ChunkBatch;
|
||||||
import net.minestom.server.instance.block.Block;
|
import net.minestom.server.instance.block.Block;
|
||||||
import net.minestom.server.world.biomes.Biome;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class MainDemo {
|
public class MainDemo {
|
||||||
@ -63,11 +61,6 @@ public class MainDemo {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void fillBiomes(@NotNull Biome[] biomes, int chunkX, int chunkZ) {
|
|
||||||
Arrays.fill(biomes, MinecraftServer.getBiomeManager().getById(0));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<ChunkPopulator> getPopulators() {
|
public List<ChunkPopulator> getPopulators() {
|
||||||
return null;
|
return null;
|
||||||
|
@ -4,7 +4,7 @@ import net.minestom.server.utils.binary.Writeable;
|
|||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a palette used to store blocks & biomes.
|
* Represents a palette used to store blocks and biomes.
|
||||||
* <p>
|
* <p>
|
||||||
* 0 is the default value.
|
* 0 is the default value.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user