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