mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-17 10:41:41 +01:00
You don't override for interfaces!
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
5e8077112f
commit
ccf32b63ef
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue