Enum Class WorldBorderS2CPacket.Type

java.lang.Object
java.lang.Enum<WorldBorderS2CPacket.Type>
net.minecraft.network.packet.s2c.play.WorldBorderS2CPacket.Type
All Implemented Interfaces:
Serializable, Comparable<WorldBorderS2CPacket.Type>, Constable
Enclosing class:
WorldBorderS2CPacket

public static enum WorldBorderS2CPacket.Type extends Enum<WorldBorderS2CPacket.Type>
Mappings:
Namespace Name
official lc$a
intermediary net/minecraft/class_2581$class_2582
named net/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type
  • Enum Constant Details

    • SET_SIZE

      public static final WorldBorderS2CPacket.Type SET_SIZE
      Mappings:
      Namespace Name Mixin selector
      official a Llc$a;a:Llc$a;
      intermediary field_11662 Lnet/minecraft/class_2581$class_2582;field_11662:Lnet/minecraft/class_2581$class_2582;
      named SET_SIZE Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;SET_SIZE:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
    • LERP_SIZE

      public static final WorldBorderS2CPacket.Type LERP_SIZE
      Mappings:
      Namespace Name Mixin selector
      official b Llc$a;b:Llc$a;
      intermediary field_11663 Lnet/minecraft/class_2581$class_2582;field_11663:Lnet/minecraft/class_2581$class_2582;
      named LERP_SIZE Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;LERP_SIZE:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
    • SET_CENTER

      public static final WorldBorderS2CPacket.Type SET_CENTER
      Mappings:
      Namespace Name Mixin selector
      official c Llc$a;c:Llc$a;
      intermediary field_11664 Lnet/minecraft/class_2581$class_2582;field_11664:Lnet/minecraft/class_2581$class_2582;
      named SET_CENTER Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;SET_CENTER:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
    • INITIALIZE

      public static final WorldBorderS2CPacket.Type INITIALIZE
      Mappings:
      Namespace Name Mixin selector
      official d Llc$a;d:Llc$a;
      intermediary field_11665 Lnet/minecraft/class_2581$class_2582;field_11665:Lnet/minecraft/class_2581$class_2582;
      named INITIALIZE Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;INITIALIZE:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
    • SET_WARNING_TIME

      public static final WorldBorderS2CPacket.Type SET_WARNING_TIME
      Mappings:
      Namespace Name Mixin selector
      official e Llc$a;e:Llc$a;
      intermediary field_11666 Lnet/minecraft/class_2581$class_2582;field_11666:Lnet/minecraft/class_2581$class_2582;
      named SET_WARNING_TIME Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;SET_WARNING_TIME:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
    • SET_WARNING_BLOCKS

      public static final WorldBorderS2CPacket.Type SET_WARNING_BLOCKS
      Mappings:
      Namespace Name Mixin selector
      official f Llc$a;f:Llc$a;
      intermediary field_11667 Lnet/minecraft/class_2581$class_2582;field_11667:Lnet/minecraft/class_2581$class_2582;
      named SET_WARNING_BLOCKS Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;SET_WARNING_BLOCKS:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

      public static WorldBorderS2CPacket.Type[] 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 WorldBorderS2CPacket.Type 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