Uses of Enum Class
com.loohp.limbo.entity.DataWatcher.WatchableObjectType
Packages that use DataWatcher.WatchableObjectType
-
Uses of DataWatcher.WatchableObjectType in com.loohp.limbo.entity
Methods in com.loohp.limbo.entity that return DataWatcher.WatchableObjectTypeModifier and TypeMethodDescriptionDataWatcher.WatchableObject.getType()
Returns the enum constant of this class with the specified name.static DataWatcher.WatchableObjectType[]
DataWatcher.WatchableObjectType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loohp.limbo.entity with parameters of type DataWatcher.WatchableObjectTypeModifierConstructorDescriptionWatchableObject
(Object value, int index, DataWatcher.WatchableObjectType type) WatchableObject
(Object value, int index, DataWatcher.WatchableObjectType type, boolean optional) WatchableObject
(Object value, int index, DataWatcher.WatchableObjectType type, boolean optional, boolean isBitmask, int bitmask) WatchableObject
(Object value, int index, DataWatcher.WatchableObjectType type, boolean isBitmask, int bitmask)