Interface Display

All Superinterfaces:
Entity, Sound.Emitter, Viewable
All Known Subinterfaces:
BlockDisplay, ItemDisplay, TextDisplay

public interface Display extends Entity
Represents a display entity.
  • Method Details

    • getInterpolationDelay

      int getInterpolationDelay()
      Since:
      1.0.0
    • setInterpolationDelay

      void setInterpolationDelay(int interpolationDelay)
      Since:
      1.0.0
    • getInterpolationDuration

      int getInterpolationDuration()
      Since:
      1.0.0
    • setInterpolationDuration

      void setInterpolationDuration(int interpolationDuration)
      Since:
      1.0.0
    • getConstraint

      @NotNull @NotNull Display.Constraint getConstraint()
      Since:
      1.0.0
    • setConstraint

      void setConstraint(@NotNull @NotNull Display.Constraint constraint)
      Since:
      1.0.0
    • getViewRange

      float getViewRange()
      Since:
      1.0.0
    • setViewRange

      void setViewRange(float viewRange)
      Since:
      1.0.0
    • getShadowRange

      float getShadowRange()
      Since:
      1.0.0
    • setShadowRange

      void setShadowRange(float shadowRange)
      Since:
      1.0.0
    • getShadowStrength

      float getShadowStrength()
      Since:
      1.0.0
    • setShadowStrength

      void setShadowStrength(float shadowStrength)
      Since:
      1.0.0
    • getWidth

      float getWidth()
      Since:
      1.0.0
    • setWidth

      void setWidth(float width)
      Since:
      1.0.0
    • getHeight

      float getHeight()
      Since:
      1.0.0
    • setHeight

      void setHeight(float height)
      Since:
      1.0.0