java.lang.Object
io.github.projectunified.unihologram.api.display.DisplayScale

public class DisplayScale extends Object
The scale of the hologram
  • Field Details

    • x

      public final float x
      The scale in the x-axis
    • y

      public final float y
      The scale in the y-axis
    • z

      public final float z
      The scale in the z-axis
  • Constructor Details

    • DisplayScale

      public DisplayScale(float x, float y, float z)
      Create a new scale
      Parameters:
      x - the scale in the x-axis
      y - the scale in the y-axis
      z - the scale in the z-axis