Enum Class ClientboundPackets1_7_2_5
java.lang.Object
java.lang.Enum<ClientboundPackets1_7_2_5>
com.viaversion.viarewind.protocol.v1_7_6_10to1_7_2_5.packet.ClientboundPackets1_7_2_5
- All Implemented Interfaces:
com.viaversion.viaversion.api.protocol.packet.ClientboundPacketType,com.viaversion.viaversion.api.protocol.packet.PacketType,Serializable,Comparable<ClientboundPackets1_7_2_5>,Constable
public enum ClientboundPackets1_7_2_5
extends Enum<ClientboundPackets1_7_2_5>
implements com.viaversion.viaversion.api.protocol.packet.ClientboundPacketType
-
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()static ClientboundPackets1_7_2_5Returns the enum constant of this class with the specified name.static ClientboundPackets1_7_2_5[]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.ClientboundPacketType
directionMethods inherited from interface com.viaversion.viaversion.api.protocol.packet.PacketType
state
-
Enum Constant Details
-
KEEP_ALIVE
-
LOGIN
-
CHAT
-
SET_TIME
-
SET_EQUIPPED_ITEM
-
SET_DEFAULT_SPAWN_POSITION
-
SET_HEALTH
-
RESPAWN
-
PLAYER_POSITION
-
SET_CARRIED_ITEM
-
PLAYER_SLEEP
-
ANIMATE
-
ADD_PLAYER
-
TAKE_ITEM_ENTITY
-
ADD_ENTITY
-
ADD_MOB
-
ADD_PAINTING
-
ADD_EXPERIENCE_ORB
-
SET_ENTITY_MOTION
-
REMOVE_ENTITIES
-
MOVE_ENTITY
-
MOVE_ENTITY_POS
-
MOVE_ENTITY_ROT
-
MOVE_ENTITY_POS_ROT
-
TELEPORT_ENTITY
-
ROTATE_HEAD
-
ENTITY_EVENT
-
SET_ENTITY_LINK
-
SET_ENTITY_DATA
-
UPDATE_MOB_EFFECT
-
REMOVE_MOB_EFFECT
-
SET_EXPERIENCE
-
UPDATE_ATTRIBUTES
-
LEVEL_CHUNK
-
CHUNK_BLOCKS_UPDATE
-
BLOCK_UPDATE
-
BLOCK_EVENT
-
BLOCK_DESTRUCTION
-
MAP_BULK_CHUNK
-
EXPLODE
-
LEVEL_EVENT
-
CUSTOM_SOUND
-
LEVEL_PARTICLES
-
GAME_EVENT
-
ADD_GLOBAL_ENTITY
-
OPEN_SCREEN
-
CONTAINER_CLOSE
-
CONTAINER_SET_SLOT
-
CONTAINER_SET_CONTENT
-
CONTAINER_SET_DATA
-
CONTAINER_ACK
-
UPDATE_SIGN
-
MAP_ITEM_DATA
-
BLOCK_ENTITY_DATA
-
OPEN_SIGN_EDITOR
-
AWARD_STATS
-
PLAYER_INFO
-
PLAYER_ABILITIES
-
COMMAND_SUGGESTIONS
-
SET_OBJECTIVE
-
SET_SCORE
-
SET_DISPLAY_OBJECTIVE
-
SET_PLAYER_TEAM
-
CUSTOM_PAYLOAD
-
DISCONNECT
-
-
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
-