Interface Display
- All Known Implementing Classes:
AbstractDisplay,AgingDisplayState,EntityDisplayState,PhasedDisplayState,SimpleDisplayState,TexturedCubeDisplayState,TransitionalDisplayState
public interface Display
Holds information about a displayable object.
-
Method Summary
-
Method Details
-
getType
DisplayType<?> getType()The type of the display. This is used to handle serialization and binding a display to a renderer.- Returns:
- The type of the display.
-