public static enum TooltipMakerAPI.TooltipLocation extends java.lang.Enum<TooltipMakerAPI.TooltipLocation>
| Modifier and Type | Method and Description |
|---|---|
static TooltipMakerAPI.TooltipLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TooltipMakerAPI.TooltipLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TooltipMakerAPI.TooltipLocation LEFT
public static final TooltipMakerAPI.TooltipLocation RIGHT
public static final TooltipMakerAPI.TooltipLocation ABOVE
public static final TooltipMakerAPI.TooltipLocation BELOW
public static TooltipMakerAPI.TooltipLocation[] values()
for (TooltipMakerAPI.TooltipLocation c : TooltipMakerAPI.TooltipLocation.values()) System.out.println(c);
public static TooltipMakerAPI.TooltipLocation 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 null