Uses of Enum
name.moore.kevin.ze.game.build.PROGRESS
Packages that use build.PROGRESS
Package
Description
This package handles the very high level aspects of loading and saving games.
-
Uses of build.PROGRESS in name.moore.kevin.ze.game
Fields in name.moore.kevin.ze.game declared as build.PROGRESSModifier and TypeFieldDescriptionprivate build.PROGRESSbuild.progressWhat state is this build in? Controlled by the containing buildQueue.Methods in name.moore.kevin.ze.game that return build.PROGRESSModifier and TypeMethodDescriptionbuild.getProgress()static build.PROGRESSReturns the enum constant of this type with the specified name.static build.PROGRESS[]build.PROGRESS.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in name.moore.kevin.ze.game with parameters of type build.PROGRESS