Changed management of actualBiome
This commit is contained in:
parent
38b8883b6a
commit
45b014cd3c
17 changed files with 223 additions and 275 deletions
|
@ -1,9 +1,10 @@
|
|||
package ru.bclib.interfaces;
|
||||
|
||||
import ru.bclib.world.biomes.BCLBiome;
|
||||
import ru.bclib.world.generator.BiomePicker;
|
||||
|
||||
public interface BiomeChunk {
|
||||
void setBiome(int x, int z, BCLBiome biome);
|
||||
BCLBiome getBiome(int x, int z);
|
||||
void setBiome(int x, int z, BiomePicker.Entry biome);
|
||||
BiomePicker.Entry getBiome(int x, int z);
|
||||
int getSide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue