public enum ServerboundPackets20w14infinite extends java.lang.Enum<ServerboundPackets20w14infinite> implements com.viaversion.viaversion.api.protocol.packet.ServerboundPacketType
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
java.lang.String |
getName() |
static ServerboundPackets20w14infinite |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerboundPackets20w14infinite[] |
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 ServerboundPackets20w14infinite TELEPORT_CONFIRM
public static final ServerboundPackets20w14infinite QUERY_BLOCK_NBT
public static final ServerboundPackets20w14infinite SET_DIFFICULTY
public static final ServerboundPackets20w14infinite CHAT_MESSAGE
public static final ServerboundPackets20w14infinite CLIENT_STATUS
public static final ServerboundPackets20w14infinite CLIENT_SETTINGS
public static final ServerboundPackets20w14infinite TAB_COMPLETE
public static final ServerboundPackets20w14infinite WINDOW_CONFIRMATION
public static final ServerboundPackets20w14infinite CLICK_WINDOW_BUTTON
public static final ServerboundPackets20w14infinite CLICK_WINDOW
public static final ServerboundPackets20w14infinite CLOSE_WINDOW
public static final ServerboundPackets20w14infinite PLUGIN_MESSAGE
public static final ServerboundPackets20w14infinite EDIT_BOOK
public static final ServerboundPackets20w14infinite ENTITY_NBT_REQUEST
public static final ServerboundPackets20w14infinite INTERACT_ENTITY
public static final ServerboundPackets20w14infinite KEEP_ALIVE
public static final ServerboundPackets20w14infinite LOCK_DIFFICULTY
public static final ServerboundPackets20w14infinite PLAYER_POSITION
public static final ServerboundPackets20w14infinite PLAYER_POSITION_AND_ROTATION
public static final ServerboundPackets20w14infinite PLAYER_ROTATION
public static final ServerboundPackets20w14infinite PLAYER_MOVEMENT
public static final ServerboundPackets20w14infinite VEHICLE_MOVE
public static final ServerboundPackets20w14infinite STEER_BOAT
public static final ServerboundPackets20w14infinite PICK_ITEM
public static final ServerboundPackets20w14infinite CRAFT_RECIPE_REQUEST
public static final ServerboundPackets20w14infinite PLAYER_ABILITIES
public static final ServerboundPackets20w14infinite PLAYER_DIGGING
public static final ServerboundPackets20w14infinite ENTITY_ACTION
public static final ServerboundPackets20w14infinite STEER_VEHICLE
public static final ServerboundPackets20w14infinite RECIPE_BOOK_DATA
public static final ServerboundPackets20w14infinite RENAME_ITEM
public static final ServerboundPackets20w14infinite RESOURCE_PACK_STATUS
public static final ServerboundPackets20w14infinite ADVANCEMENT_TAB
public static final ServerboundPackets20w14infinite SELECT_TRADE
public static final ServerboundPackets20w14infinite SET_BEACON_EFFECT
public static final ServerboundPackets20w14infinite HELD_ITEM_CHANGE
public static final ServerboundPackets20w14infinite UPDATE_COMMAND_BLOCK
public static final ServerboundPackets20w14infinite UPDATE_COMMAND_BLOCK_MINECART
public static final ServerboundPackets20w14infinite CREATIVE_INVENTORY_ACTION
public static final ServerboundPackets20w14infinite UPDATE_JIGSAW_BLOCK
public static final ServerboundPackets20w14infinite UPDATE_STRUCTURE_BLOCK
public static final ServerboundPackets20w14infinite UPDATE_SIGN
public static final ServerboundPackets20w14infinite ANIMATION
public static final ServerboundPackets20w14infinite SPECTATE
public static final ServerboundPackets20w14infinite PLAYER_BLOCK_PLACEMENT
public static final ServerboundPackets20w14infinite USE_ITEM
public static ServerboundPackets20w14infinite[] values()
for (ServerboundPackets20w14infinite c : ServerboundPackets20w14infinite.values()) System.out.println(c);
public static ServerboundPackets20w14infinite 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 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.PacketType