Uses of Enum Class
net.royalur.model.path.PathType
-
Uses of PathType in net.royalur
Modifier and TypeMethodDescriptionCopies this game builder with the paths taken by each player set topathType
. -
Uses of PathType in net.royalur.model.path
Modifier and TypeMethodDescriptionstatic PathType
Get the path type with an ID of .static PathType
PathType.getByIDOrNull
(String id) Get the path type with an ID of , or elsenull
.PathPair.getPathType()
Gets the type of this path.static PathType
Returns the enum constant of this class with the specified name.static PathType[]
PathType.values()
Returns an array containing the constants of this enum class, in the order they are declared.