Uses of Enum
edu.nps.moves.dis7.enumerations.FlareSmokeColor
Packages that use FlareSmokeColor
-
Uses of FlareSmokeColor in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return FlareSmokeColorModifier and TypeMethodDescriptionstatic FlareSmokeColorFlareSmokeColor.getEnumForValue(int i)provide enumeration for a given valuestatic FlareSmokeColorFlareSmokeColor.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic FlareSmokeColorFlareSmokeColor.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic FlareSmokeColorReturns the enum constant of this type with the specified name.static FlareSmokeColor[]FlareSmokeColor.values()Returns an array containing the constants of this enum type, in the order they are declared.