java.lang.Object
java.lang.Enum<MapObjectType>
de.gurkenlabs.litiengine.environment.tilemap.MapObjectType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MapObjectType>, java.lang.constant.Constable

public enum MapObjectType
extends java.lang.Enum<MapObjectType>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum ConstantDescription
    AREA 
    COLLISIONBOX 
    CREATURE 
    EMITTER 
    LIGHTSOURCE 
    PROP 
    SOUNDSOURCE 
    SPAWNPOINT 
    STATICSHADOW 
    TRIGGER 
  • Field Summary

    Fields 
    Modifier and TypeFieldDescription
    static java.lang.StringUNDEFINED_MAPOBJECTTYPE 
  • Method Summary

    Modifier and TypeMethodDescription
    static MapObjectTypefromOrdinal​(int n) 
    static MapObjectTypeget​(java.lang.String mapObjectType) 
    static MapObjectTypevalueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static MapObjectType[]values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait