Class PacketType
java.lang.Object
com.github.retrooper.packetevents.protocol.packettype.PacketType
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PacketTypeCommon
getById
(PacketSide side, ConnectionState state, ClientVersion version, int packetID) static boolean
static void
prepare()
-
Constructor Details
-
PacketType
public PacketType()
-
-
Method Details
-
prepare
public static void prepare() -
isPrepared
public static boolean isPrepared() -
getById
public static PacketTypeCommon getById(PacketSide side, ConnectionState state, ClientVersion version, int packetID)
-