public enum FillerStatementContext extends java.lang.Enum<FillerStatementContext> implements StatementContext<IFillerPattern>
Modifier and Type | Class and Description |
---|---|
static class |
FillerStatementContext.Group |
StatementContext.StatementGroup<S extends IGuiSlot>
Enum Constant and Description |
---|
CONTEXT_ALL |
Modifier and Type | Method and Description |
---|---|
java.util.List<FillerStatementContext.Group> |
getAllPossible() |
static void |
setupPossible() |
static FillerStatementContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FillerStatementContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FillerStatementContext CONTEXT_ALL
public static FillerStatementContext[] values()
for (FillerStatementContext c : FillerStatementContext.values()) System.out.println(c);
public static FillerStatementContext 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 nullpublic static void setupPossible()
public java.util.List<FillerStatementContext.Group> getAllPossible()
getAllPossible
in interface StatementContext<IFillerPattern>
StatementContext.StatementGroup.getSourceIcon()
then
they won't be drawn with an icon.