Uses of Enum Class
net.royalur.model.path.PathType
Packages that use PathType
-
Uses of PathType in net.royalur
Methods in net.royalur with parameters of type PathTypeModifier and TypeMethodDescriptionCopies this game builder with the paths taken by each player set topathType
. -
Uses of PathType in net.royalur.model.path
Methods in net.royalur.model.path that return PathTypeModifier 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.