public class ClassNames extends Object
| Modifier and Type | Field and Description |
|---|---|
static Field |
BUNGEE |
static Constructor<org.bukkit.OfflinePlayer> |
CRAFT_OFFLINE_PLAYER_CONSTRUCTOR |
static Method |
FIRE_LOGIN_EVENTS |
static Method |
GET_PROFILE_METHOD |
static Field |
HANDSHAKE_HOST |
static Class<?> |
HANDSHAKE_PACKET |
static Method |
INIT_UUID |
static Method |
LOGIN_DISCONNECT |
static Class<?> |
LOGIN_HANDLER |
static Constructor<?> |
LOGIN_HANDLER_CONSTRUCTOR |
static Class<?> |
LOGIN_LISTENER |
static Field |
LOGIN_PROFILE |
static Class<?> |
LOGIN_START_PACKET |
static Class<?> |
MINECRAFT_SERVER |
static Method |
NETWORK_EXCEPTION_CAUGHT |
static Field |
PACKET_LISTENER |
static @Nullable Field |
PAPER_DISABLE_USERNAME_VALIDATION |
static @Nullable BooleanSupplier |
PAPER_VELOCITY_SUPPORT |
static Class<?> |
SERVER_CONNECTION |
static Field |
SOCKET_ADDRESS |
static String |
SPIGOT_MAPPING_PREFIX |
| Constructor and Description |
|---|
ClassNames() |
public static final String SPIGOT_MAPPING_PREFIX
public static final Class<?> MINECRAFT_SERVER
public static final Class<?> SERVER_CONNECTION
public static final Class<?> HANDSHAKE_PACKET
public static final Class<?> LOGIN_START_PACKET
public static final Class<?> LOGIN_LISTENER
public static final Class<?> LOGIN_HANDLER
public static final Constructor<org.bukkit.OfflinePlayer> CRAFT_OFFLINE_PLAYER_CONSTRUCTOR
public static final Constructor<?> LOGIN_HANDLER_CONSTRUCTOR
public static final Field SOCKET_ADDRESS
public static final Field HANDSHAKE_HOST
public static final Field LOGIN_PROFILE
public static final Field PACKET_LISTENER
public static final @Nullable Field PAPER_DISABLE_USERNAME_VALIDATION
public static final @Nullable BooleanSupplier PAPER_VELOCITY_SUPPORT
public static final Method GET_PROFILE_METHOD
public static final Method LOGIN_DISCONNECT
public static final Method NETWORK_EXCEPTION_CAUGHT
public static final Method INIT_UUID
public static final Method FIRE_LOGIN_EVENTS
public static final Field BUNGEE