Annotation Type PaintBinding
-
@Retention(RUNTIME) @Target(FIELD) public @interface PaintBinding
A field annotation for paint. Generally the value drawn will just be the toString value of the field. If it's an int, it will be the value of the integer. If it's an Object, it will be the toString value. For Skill types specifically, an experience bar is drawn. For dynamic values, you can use Supplier interfaces (Supplier, IntSupplier, BooleanSupplier etc)
-
-
Element Detail
-
value
String value
-
-