mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Update FakeWorld
This commit is contained in:
parent
fb48aaba9d
commit
937c18fe1d
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ public class FakeWorld implements World {
|
|||
}
|
||||
|
||||
@Override
|
||||
public <T extends Arrow> T spawnArrow(Location location, Vector vector, float v, float v1, Class<T> aClass) {
|
||||
public <T extends AbstractArrow> T spawnArrow(Location location, Vector direction, float speed, float spread, Class<T> clazz) {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue