mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-15 15:16:46 +01:00
Marked Entity#getEntityType as NotNull
This commit is contained in:
parent
18da3e0168
commit
83c5d3c95f
@ -709,6 +709,7 @@ public abstract class Entity implements Viewable, EventHandler, DataContainer, P
|
||||
*
|
||||
* @return the entity type
|
||||
*/
|
||||
@NotNull
|
||||
public EntityType getEntityType() {
|
||||
return entityType;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user