mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-08 09:27:58 +01:00
Remove mention of deprecated class
This commit is contained in:
parent
71f2e885a4
commit
6db1c34c50
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user