Class ConditionalPaintField
- java.lang.Object
-
- org.rspeer.game.script.meta.paint.ConditionalPaintField
-
public class ConditionalPaintField extends Object
-
-
Constructor Summary
Constructors Constructor Description ConditionalPaintField(Object element, BooleanSupplier supplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getElement()
BooleanSupplier
getSupplier()
-
-
-
Constructor Detail
-
ConditionalPaintField
public ConditionalPaintField(Object element, BooleanSupplier supplier)
-
-
Method Detail
-
getElement
public Object getElement()
-
getSupplier
public BooleanSupplier getSupplier()
-
-