Uses of Class
org.rspeer.game.adapter.component.World.Flag
-
Packages that use World.Flag Package Description org.rspeer.game.adapter.component org.rspeer.game.query.component -
-
Uses of World.Flag in org.rspeer.game.adapter.component
Methods in org.rspeer.game.adapter.component that return World.Flag Modifier and Type Method Description static World.Flag
World.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static World.Flag[]
World.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.adapter.component that return types with arguments of type World.Flag Modifier and Type Method Description EnumSet<World.Flag>
World. getFlags()
Retrieves the set of flags associated with the world. -
Uses of World.Flag in org.rspeer.game.query.component
Method parameters in org.rspeer.game.query.component with type arguments of type World.Flag Modifier and Type Method Description WorldQuery
WorldQuery. flags(Predicate<EnumSet<World.Flag>> flags)
-