Enum Class ServerboundPackets3D_Shareware
java.lang.Object
java.lang.Enum<ServerboundPackets3D_Shareware>
com.viaversion.viaaprilfools.protocol.s3d_sharewaretov1_14.packet.ServerboundPackets3D_Shareware
- All Implemented Interfaces:
com.viaversion.viaversion.api.protocol.packet.PacketType,com.viaversion.viaversion.api.protocol.packet.ServerboundPacketType,Serializable,Comparable<ServerboundPackets3D_Shareware>,Constable
public enum ServerboundPackets3D_Shareware
extends Enum<ServerboundPackets3D_Shareware>
implements com.viaversion.viaversion.api.protocol.packet.ServerboundPacketType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getName()Returns the enum constant of this class with the specified name.static ServerboundPackets3D_Shareware[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.viaversion.viaversion.api.protocol.packet.PacketType
stateMethods inherited from interface com.viaversion.viaversion.api.protocol.packet.ServerboundPacketType
direction
-
Enum Constant Details
-
ACCEPT_TELEPORTATION
-
BLOCK_ENTITY_TAG_QUERY
-
CHANGE_DIFFICULTY
-
CHAT
-
CLIENT_COMMAND
-
CLIENT_INFORMATION
-
COMMAND_SUGGESTION
-
CONTAINER_ACK
-
CONTAINER_BUTTON_CLICK
-
CONTAINER_CLICK
-
CONTAINER_CLOSE
-
CUSTOM_PAYLOAD
-
EDIT_BOOK
-
ENTITY_TAG_QUERY
-
INTERACT
-
LOCK_DIFFICULTY
-
KEEP_ALIVE
-
MOVE_PLAYER_STATUS_ONLY
-
MOVE_PLAYER_POS
-
MOVE_PLAYER_POS_ROT
-
MOVE_PLAYER_ROT
-
MOVE_VEHICLE
-
PADDLE_BOAT
-
PICK_ITEM
-
PLACE_RECIPE
-
PLAYER_ABILITIES
-
PLAYER_ACTION
-
PLAYER_COMMAND
-
PLAYER_INPUT
-
RECIPE_BOOK_UPDATE
-
RENAME_ITEM
-
RESOURCE_PACK
-
SEEN_ADVANCEMENTS
-
SELECT_TRADE
-
SET_BEACON
-
SET_CARRIED_ITEM
-
SET_COMMAND_BLOCK
-
SET_COMMAND_MINECART
-
SET_CREATIVE_MODE_SLOT
-
SET_JIGSAW_BLOCK
-
SET_STRUCTURE_BLOCK
-
SIGN_UPDATE
-
SWING
-
TELEPORT_TO_ENTITY
-
USE_ITEM_ON
-
USE_ITEM
-
-
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
-
getId
public int getId()- Specified by:
getIdin interfacecom.viaversion.viaversion.api.protocol.packet.PacketType
-
getName
- Specified by:
getNamein interfacecom.viaversion.viaversion.api.protocol.packet.PacketType
-