Enum Class Quadstate

java.lang.Object
java.lang.Enum<Quadstate>
com.pixelmonmod.pixelmon.tools.Quadstate
All Implemented Interfaces:
Serializable, Comparable<Quadstate>, Constable

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

  • Method Details

    • values

      public static Quadstate[] 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 Quadstate 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
    • isYes

      public boolean isYes()
    • isNo

      public boolean isNo()
    • writeToNBT

      public void writeToNBT(net.minecraft.nbt.CompoundTag tag, String key)
    • readFromNBT

      public static Quadstate readFromNBT(net.minecraft.nbt.CompoundTag tag, String key)
    • writeToBuffer

      public void writeToBuffer(io.netty.buffer.ByteBuf buf)
    • readFromBuffer

      public static Quadstate readFromBuffer(io.netty.buffer.ByteBuf buf)
    • valueOf

      public static Quadstate valueOf(boolean value)
      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:
      value - 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