geforkt von Mirrors/Paper
Fixed compile issues with StructureGrowDelegate not implementing the new isEmpty method
Dieser Commit ist enthalten in:
Ursprung
6f1fecbd31
Commit
a5be079797
@ -41,4 +41,8 @@ public class StructureGrowDelegate implements BlockChangeDelegate {
|
|||||||
public List<BlockState> getBlocks() {
|
public List<BlockState> getBlocks() {
|
||||||
return blocks;
|
return blocks;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isEmpty(int x, int y, int z) {
|
||||||
|
return world.getBlockAt(x, y, z).isEmpty();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren