Enum Class NodeType

java.lang.Object
java.lang.Enum<NodeType>
io.github.sefiraat.networks.network.NodeType
All Implemented Interfaces:
Serializable, Comparable<NodeType>, Constable

public enum NodeType extends Enum<NodeType>
  • Enum Constant Details

    • CONTROLLER

      public static final NodeType CONTROLLER
    • BRIDGE

      public static final NodeType BRIDGE
    • STORAGE_MONITOR

      public static final NodeType STORAGE_MONITOR
    • IMPORT

      public static final NodeType IMPORT
    • EXPORT

      public static final NodeType EXPORT
    • GRID

      public static final NodeType GRID
    • CELL

      public static final NodeType CELL
    • WIPER

      public static final NodeType WIPER
    • GRABBER

      public static final NodeType GRABBER
    • PUSHER

      public static final NodeType PUSHER
    • CUTTER

      public static final NodeType CUTTER
    • PASTER

      public static final NodeType PASTER
    • VACUUM

      public static final NodeType VACUUM
    • PURGER

      public static final NodeType PURGER
    • CRAFTER

      public static final NodeType CRAFTER
    • POWER_NODE

      public static final NodeType POWER_NODE
    • POWER_OUTLET

      public static final NodeType POWER_OUTLET
    • POWER_DISPLAY

      public static final NodeType POWER_DISPLAY
    • ENCODER

      public static final NodeType ENCODER
    • GREEDY_BLOCK

      public static final NodeType GREEDY_BLOCK
    • WIRELESS_TRANSMITTER

      public static final NodeType WIRELESS_TRANSMITTER
    • WIRELESS_RECEIVER

      public static final NodeType WIRELESS_RECEIVER
  • Method Details

    • values

      public static NodeType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static NodeType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null