mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56:41 +00:00
Cleaned up a lot of code and introduced Kotlin to the project
This commit is contained in:
@ -21,7 +21,7 @@ public interface IChunkSet extends IBlocks, OutputExtent {
|
||||
boolean setBiome(int x, int y, int z, BiomeType biome);
|
||||
|
||||
@Override
|
||||
boolean setBlock(int x, int y, int z, BlockStateHolder holder);
|
||||
<T extends BlockStateHolder<T>> boolean setBlock(int x, int y, int z, T holder);
|
||||
|
||||
void setBlocks(int layer, char[] data);
|
||||
|
||||
|
Reference in New Issue
Block a user