Refactored BCLib Package Structure
This commit is contained in:
parent
c658a24750
commit
f6d5f85ec1
206 changed files with 974 additions and 945 deletions
|
@ -1,6 +1,6 @@
|
|||
package org.betterx.bclib.interfaces;
|
||||
|
||||
import org.betterx.bclib.world.generator.BiomePicker;
|
||||
import org.betterx.bclib.api.v2.generator.BiomePicker;
|
||||
|
||||
public interface BiomeChunk {
|
||||
void setBiome(int x, int z, BiomePicker.ActualBiome biome);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue