Marked Entity#getEntityType as NotNull

This commit is contained in:
Konstantin Shandurenko 2021-02-25 10:38:53 +03:00
parent 18da3e0168
commit 83c5d3c95f

View File

@ -709,6 +709,7 @@ public abstract class Entity implements Viewable, EventHandler, DataContainer, P
*
* @return the entity type
*/
@NotNull
public EntityType getEntityType() {
return entityType;
}