Enum BoulderDashPixmap
- All Implemented Interfaces:
Serializable,Comparable<BoulderDashPixmap>,java.lang.constant.Constable,org.refcodes.data.DataLocator
public enum BoulderDashPixmap
extends Enum<BoulderDashPixmap>
implements org.refcodes.data.DataLocator
The
BoulderDashPixmap defines the pixmaps which can be retrieved by
the according BoulderDashPixmapUrlFactory and
BoulderDashPixmapInputStreamFactory.- Author:
- steiner
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface org.refcodes.data.DataLocator
org.refcodes.data.DataLocator.DataLocatorBuilder<B extends org.refcodes.data.DataLocator.DataLocatorBuilder<B>>, org.refcodes.data.DataLocator.DataLocatorMutator, org.refcodes.data.DataLocator.DataLocatorProperty -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic BoulderDashPixmapRetrieves the enumeration element representing the given pixmap name (ignoring the case) or null if none was found.static BoulderDashPixmapReturns the enum constant of this type with the specified name.static BoulderDashPixmap[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BOULDER
-
DIAMOND_01
-
DIAMOND_02
-
DIAMOND_03
-
DIAMOND_04
-
DIAMOND_05
-
DIAMOND_06
-
DIAMOND_07
-
DIAMOND_08
-
DIAMOND_BIRTH_01
-
DIAMOND_BIRTH_02
-
DIAMOND_BIRTH_03
-
DIAMOND_BIRTH_04
-
DIAMOND_BIRTH_05
-
MAGIC_WALL_01
-
MAGIC_WALL_02
-
MAGIC_WALL_03
-
MAGIC_WALL_04
-
MAGIC_WALL_EXPIRED
-
BRICK_WALL
-
STEEL_WALL
-
STEEL_WALL_OPEN
-
EXPANDING_WALL
-
ROCKFORD_BIRTH_01
-
ROCKFORD_BIRTH_02
-
ROCKFORD_BIRTH_03
-
ROCKFORD_FACING_FORWARD
-
ROCKFORD_FACING_FORWARD_BLINKING_01
-
ROCKFORD_FACING_FORWARD_BLINKING_02
-
ROCKFORD_FACING_FORWARD_BLINKING_03
-
ROCKFORD_FACING_FORWARD_BLINKING_04
-
ROCKFORD_FACING_FORWARD_BLINKING_05
-
ROCKFORD_FACING_FORWARD_BLINKING_06
-
ROCKFORD_FACING_FORWARD_BLINKING_07
-
ROCKFORD_FACING_FORWARD_BLINKING_08
-
ROCKFORD_FACING_FORWARD_TAPPING_FOOT_01
-
ROCKFORD_FACING_FORWARD_TAPPING_FOOT_02
-
ROCKFORD_FACING_FORWARD_TAPPING_FOOT_03
-
ROCKFORD_FACING_FORWARD_TAPPING_FOOT_04
-
ROCKFORD_FACING_FORWARD_TAPPING_FOOT_05
-
ROCKFORD_FACING_FORWARD_TAPPING_FOOT_06
-
ROCKFORD_FACING_FORWARD_TAPPING_FOOT_07
-
ROCKFORD_FACING_FORWARD_TAPPING_FOOT_08
-
ROCKFORD_FACING_FORWARD_BLINKING_TAPPING_FOOT_01
-
ROCKFORD_FACING_FORWARD_BLINKING_TAPPING_FOOT_02
-
ROCKFORD_FACING_FORWARD_BLINKING_TAPPING_FOOT_03
-
ROCKFORD_FACING_FORWARD_BLINKING_TAPPING_FOOT_04
-
ROCKFORD_FACING_FORWARD_BLINKING_TAPPING_FOOT_05
-
ROCKFORD_FACING_FORWARD_BLINKING_TAPPING_FOOT_06
-
ROCKFORD_FACING_FORWARD_BLINKING_TAPPING_FOOT_07
-
ROCKFORD_FACING_FORWARD_BLINKING_TAPPING_FOOT_08
-
ROCKFORD_FACING_LEFT_01
-
ROCKFORD_FACING_LEFT_02
-
ROCKFORD_FACING_LEFT_03
-
ROCKFORD_FACING_LEFT_04
-
ROCKFORD_FACING_LEFT_05
-
ROCKFORD_FACING_LEFT_06
-
ROCKFORD_FACING_LEFT_07
-
ROCKFORD_FACING_LEFT_08
-
ROCKFORD_FACING_RIGHT_01
-
ROCKFORD_FACING_RIGHT_02
-
ROCKFORD_FACING_RIGHT_03
-
ROCKFORD_FACING_RIGHT_04
-
ROCKFORD_FACING_RIGHT_05
-
ROCKFORD_FACING_RIGHT_06
-
ROCKFORD_FACING_RIGHT_07
-
ROCKFORD_FACING_RIGHT_08
-
DIRT
-
FIREFLY_01
-
FIREFLY_02
-
FIREFLY_03
-
FIREFLY_04
-
FIREFLY_05
-
FIREFLY_06
-
FIREFLY_07
-
FIREFLY_08
-
BUTTERFLY_01
-
BUTTERFLY_02
-
BUTTERFLY_03
-
BUTTERFLY_04
-
BUTTERFLY_05
-
BUTTERFLY_06
-
BUTTERFLY_07
-
BUTTERFLY_08
-
AMOEBA_01
-
AMOEBA_02
-
AMOEBA_03
-
AMOEBA_04
-
AMOEBA_05
-
AMOEBA_06
-
AMOEBA_07
-
AMOEBA_08
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getDataUrl
- Specified by:
getDataUrlin interfaceorg.refcodes.data.DataLocator
-
getDataInputStream
- Specified by:
getDataInputStreamin interfaceorg.refcodes.data.DataLocator
-
fromName
Retrieves the enumeration element representing the given pixmap name (ignoring the case) or null if none was found.- Parameters:
aPixmapName- The pixmap name for which to get the enumeration element.- Returns:
- The enumeration element determined or null if none matching was found.
-