Interface CombatNebulaAPI.CloudAPI

Enclosing interface:
CombatNebulaAPI

public static interface CombatNebulaAPI.CloudAPI
  • Method Summary

    Modifier and Type
    Method
    Description
    org.lwjgl.util.vector.Vector2f
     
    float
     
    void
    setThickness(float thickness)
     
    void
    thicken(float thicknessGain)
     
  • Method Details

    • thicken

      void thicken(float thicknessGain)
    • getLocation

      org.lwjgl.util.vector.Vector2f getLocation()
    • getThickness

      float getThickness()
    • setThickness

      void setThickness(float thickness)