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
- Mappings:
Namespace Name official jz$aintermediary net/minecraft/class_2581$class_2582named net/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WorldBorderS2CPacket.TypeReturns the enum constant of this class with the specified name.static WorldBorderS2CPacket.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SET_SIZE
- Mappings:
Namespace Name Mixin selector official aLjz$a;a:Ljz$a;intermediary field_11662Lnet/minecraft/class_2581$class_2582;field_11662:Lnet/minecraft/class_2581$class_2582;named SET_SIZELnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;SET_SIZE:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
-
LERP_SIZE
- Mappings:
Namespace Name Mixin selector official bLjz$a;b:Ljz$a;intermediary field_11663Lnet/minecraft/class_2581$class_2582;field_11663:Lnet/minecraft/class_2581$class_2582;named LERP_SIZELnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;LERP_SIZE:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
-
SET_CENTER
- Mappings:
Namespace Name Mixin selector official cLjz$a;c:Ljz$a;intermediary field_11664Lnet/minecraft/class_2581$class_2582;field_11664:Lnet/minecraft/class_2581$class_2582;named SET_CENTERLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;SET_CENTER:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
-
INITIALIZE
- Mappings:
Namespace Name Mixin selector official dLjz$a;d:Ljz$a;intermediary field_11665Lnet/minecraft/class_2581$class_2582;field_11665:Lnet/minecraft/class_2581$class_2582;named INITIALIZELnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;INITIALIZE:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
-
SET_WARNING_TIME
- Mappings:
Namespace Name Mixin selector official eLjz$a;e:Ljz$a;intermediary field_11666Lnet/minecraft/class_2581$class_2582;field_11666:Lnet/minecraft/class_2581$class_2582;named SET_WARNING_TIMELnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;SET_WARNING_TIME:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
-
SET_WARNING_BLOCKS
- Mappings:
Namespace Name Mixin selector official fLjz$a;f:Ljz$a;intermediary field_11667Lnet/minecraft/class_2581$class_2582;field_11667:Lnet/minecraft/class_2581$class_2582;named SET_WARNING_BLOCKSLnet/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
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
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 nameNullPointerException- if the argument is null
-