public enum ServerboundPackets1_2_4 extends java.lang.Enum<ServerboundPackets1_2_4> implements com.viaversion.viaversion.api.protocol.packet.ServerboundPacketType, PreNettyPacketType
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
java.lang.String |
getName() |
static ServerboundPackets1_2_4 |
getPacket(int id) |
java.util.function.BiConsumer<com.viaversion.viaversion.api.connection.UserConnection,io.netty.buffer.ByteBuf> |
getPacketReader() |
static ServerboundPackets1_2_4 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerboundPackets1_2_4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final ServerboundPackets1_2_4 KEEP_ALIVE
public static final ServerboundPackets1_2_4 LOGIN
public static final ServerboundPackets1_2_4 HANDSHAKE
public static final ServerboundPackets1_2_4 CHAT_MESSAGE
public static final ServerboundPackets1_2_4 INTERACT_ENTITY
public static final ServerboundPackets1_2_4 RESPAWN
public static final ServerboundPackets1_2_4 PLAYER_MOVEMENT
public static final ServerboundPackets1_2_4 PLAYER_POSITION
public static final ServerboundPackets1_2_4 PLAYER_ROTATION
public static final ServerboundPackets1_2_4 PLAYER_POSITION_AND_ROTATION
public static final ServerboundPackets1_2_4 PLAYER_DIGGING
public static final ServerboundPackets1_2_4 PLAYER_BLOCK_PLACEMENT
public static final ServerboundPackets1_2_4 HELD_ITEM_CHANGE
public static final ServerboundPackets1_2_4 ANIMATION
public static final ServerboundPackets1_2_4 ENTITY_ACTION
public static final ServerboundPackets1_2_4 CLOSE_WINDOW
public static final ServerboundPackets1_2_4 CLICK_WINDOW
public static final ServerboundPackets1_2_4 WINDOW_CONFIRMATION
public static final ServerboundPackets1_2_4 CREATIVE_INVENTORY_ACTION
public static final ServerboundPackets1_2_4 CLICK_WINDOW_BUTTON
public static final ServerboundPackets1_2_4 UPDATE_SIGN
public static final ServerboundPackets1_2_4 PLAYER_ABILITIES
public static final ServerboundPackets1_2_4 PLUGIN_MESSAGE
public static final ServerboundPackets1_2_4 SERVER_PING
public static final ServerboundPackets1_2_4 DISCONNECT
public static ServerboundPackets1_2_4[] values()
for (ServerboundPackets1_2_4 c : ServerboundPackets1_2_4.values()) System.out.println(c);
public static ServerboundPackets1_2_4 valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ServerboundPackets1_2_4 getPacket(int id)
public int getId()
getId in interface com.viaversion.viaversion.api.protocol.packet.PacketTypepublic java.lang.String getName()
getName in interface com.viaversion.viaversion.api.protocol.packet.PacketTypepublic java.util.function.BiConsumer<com.viaversion.viaversion.api.connection.UserConnection,io.netty.buffer.ByteBuf> getPacketReader()
getPacketReader in interface PreNettyPacketType