public enum EntityProps extends java.lang.Enum<EntityProps>
| Enum Constant | Description |
|---|---|
bgColor |
|
bgImage |
|
borderColor |
|
contents |
|
curve |
|
from |
|
height |
|
reflect |
|
shadow |
|
title |
|
to |
|
width |
|
x |
|
y |
| Modifier and Type | Method | Description |
|---|---|---|
static EntityProps |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EntityProps[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityProps x
public static final EntityProps y
public static final EntityProps width
public static final EntityProps height
public static final EntityProps bgImage
public static final EntityProps to
public static final EntityProps from
public static final EntityProps shadow
public static final EntityProps reflect
public static final EntityProps bgColor
public static final EntityProps borderColor
public static final EntityProps curve
public static final EntityProps title
public static final EntityProps contents
public static EntityProps[] values()
for (EntityProps c : EntityProps.values()) System.out.println(c);
public static EntityProps valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 SMYLD. All rights reserved.