mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-03 14:14:43 +02:00
Fixing some more things
This commit is contained in:
@ -19,7 +19,7 @@ public abstract class BlockManager {
|
||||
|
||||
public abstract int getBiomeFromString(String biome);
|
||||
|
||||
public abstract int getBlockIdFromString(String block);
|
||||
public abstract PlotBlock getPlotBlockFromString(String block);
|
||||
|
||||
public abstract int getHeighestBlock(String world, int x, int z);
|
||||
|
||||
|
Reference in New Issue
Block a user