Enum FlagsHelper

java.lang.Object
java.lang.Enum<FlagsHelper>
eu.getmangos.utils.FlagsHelper
All Implemented Interfaces:
Serializable, Comparable<FlagsHelper>, Constable

public enum FlagsHelper
extends Enum<FlagsHelper>
FlagsHelper is nothing more than an enum of flags positions. It is designed to be used in combination with FlagUtils to help you finding whether a flag is active or not on a field (byte, short, int, long).
Author:
GetMangos