Atavism Version 2018.1AGIS API

atavism.server.pathing
Enum PathSearcher.PathResult

java.lang.Object
  extended by java.lang.Enum<PathSearcher.PathResult>
      extended by atavism.server.pathing.PathSearcher.PathResult
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PathSearcher.PathResult>
Enclosing class:
PathSearcher

public static enum PathSearcher.PathResult
extends java.lang.Enum<PathSearcher.PathResult>


Enum Constant Summary
EntryModelPath
           
ExitModelPath
           
Illegal
           
OK
           
TerrainPath
           
 
Method Summary
 java.lang.String toString()
           
static PathSearcher.PathResult valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PathSearcher.PathResult[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Illegal

public static final PathSearcher.PathResult Illegal

OK

public static final PathSearcher.PathResult OK

ExitModelPath

public static final PathSearcher.PathResult ExitModelPath

TerrainPath

public static final PathSearcher.PathResult TerrainPath

EntryModelPath

public static final PathSearcher.PathResult EntryModelPath
Method Detail

values

public static PathSearcher.PathResult[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PathSearcher.PathResult c : PathSearcher.PathResult.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PathSearcher.PathResult valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<PathSearcher.PathResult>


Copyright © 2018 Dragonsan Studios Sp. z o.o.