mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
You don't override for interfaces!
This commit is contained in:
parent
f11e575a72
commit
105a14d6d1
@ -320,7 +320,6 @@ public class CraftWorld implements World {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Entity> getEntities() {
|
||||
List<Entity> list = new ArrayList<Entity>();
|
||||
|
||||
@ -341,7 +340,6 @@ public class CraftWorld implements World {
|
||||
return list;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<LivingEntity> getLivingEntities() {
|
||||
List<LivingEntity> list = new ArrayList<LivingEntity>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user