Class ScreenBuilder.ScreenValue
java.lang.Object
net.dillon.dillonlib.screen.ScreenBuilder.ScreenValue
- Enclosing class:
ScreenBuilder
A value calculated by a
ScreenBuilder.- Since:
- 1.2
-
Method Summary
-
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.
-