All Known Implementing Classes:
AbstractDisplay, AgingDisplayState, EntityDisplayState, PhasedDisplayState, SimpleDisplayState, TexturedCubeDisplayState, TransitionalDisplayState

public interface Display
Holds information about a displayable object.
  • Method Summary

    Modifier and Type
    Method
    Description
    The type of the display.
  • 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.