public static enum Publish.ChannelMaterialType extends Enum<Publish.ChannelMaterialType>
| Enum Constant and Description |
|---|
BedrockLedgeArtificial |
Cobbles |
CobblesBoulders |
Gravel |
Sand |
SiltMud |
Unknown |
Unspecified |
| Modifier and Type | Method and Description |
|---|---|
static Publish.ChannelMaterialType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Publish.ChannelMaterialType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Publish.ChannelMaterialType Unknown
public static final Publish.ChannelMaterialType Unspecified
public static final Publish.ChannelMaterialType SiltMud
public static final Publish.ChannelMaterialType Sand
public static final Publish.ChannelMaterialType Gravel
public static final Publish.ChannelMaterialType Cobbles
public static final Publish.ChannelMaterialType CobblesBoulders
public static final Publish.ChannelMaterialType BedrockLedgeArtificial
public static Publish.ChannelMaterialType[] values()
for (Publish.ChannelMaterialType c : Publish.ChannelMaterialType.values()) System.out.println(c);
public static Publish.ChannelMaterialType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.