Class ParticleEffect.ParticleColor

    • Constructor Summary

      Constructors 
      Constructor Description
      ParticleColor()  
    • Method Summary

      Modifier and Type Method Description
      abstract float getValueX()
      Returns the value for the offsetX field
      abstract float getValueY()
      Returns the value for the offsetY field
      abstract float getValueZ()
      Returns the value for the offsetZ field
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParticleColor

        public ParticleColor()
    • Method Detail

      • getValueX

        public abstract float getValueX()
        Returns the value for the offsetX field
        Returns:
        The offsetX value
      • getValueY

        public abstract float getValueY()
        Returns the value for the offsetY field
        Returns:
        The offsetY value
      • getValueZ

        public abstract float getValueZ()
        Returns the value for the offsetZ field
        Returns:
        The offsetZ value