Class ScreenBuilder.ScreenValue

java.lang.Object
net.dillon.dillonlib.screen.ScreenBuilder.ScreenValue
Enclosing class:
ScreenBuilder

public class ScreenBuilder.ScreenValue extends Object
A value calculated by a ScreenBuilder.
Since:
1.2
  • Method Details

    • apply

      public int apply()
      Applies this value to the builder, and returns the value that was applied.
    • pop

      public int pop()
      Returns:
      this value without applying it to the builder.