Interface EntityEditor.RefreshTask

Enclosing interface:
EntityEditor<R extends EntityEditor<R>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EntityEditor.RefreshTask
A task for refreshing the active entity. If the active entity does not exist, this task does nothing.
  • Method Details