Remove mention of deprecated class

This commit is contained in:
themode 2021-03-26 11:25:03 +01:00
parent 71f2e885a4
commit 6db1c34c50
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import java.util.function.Consumer;
/**
* Could be a player, a monster, or an object.
* <p>
* To create your own entity you probably want to extends {@link ObjectEntity} or {@link EntityCreature} instead.
* To create your own entity you probably want to extends {@link LivingEntity} or {@link EntityCreature} instead.
*/
public class Entity implements Viewable, EventHandler, DataContainer, PermissionHandler {