Uses of Record Class
dev.jorel.commandapi.network.packets.SetVersionPacket
Packages that use SetVersionPacket
-
Uses of SetVersionPacket in dev.jorel.commandapi.network
Methods in dev.jorel.commandapi.network with parameters of type SetVersionPacketModifier and TypeMethodDescriptionvoidHandshakePacketHandler.handleSetVersionPacket(InputChannel sender, SetVersionPacket packet) Handles aSetVersionPacket. -
Uses of SetVersionPacket in dev.jorel.commandapi.network.packets
Methods in dev.jorel.commandapi.network.packets that return SetVersionPacketModifier and TypeMethodDescriptionstatic SetVersionPacketSetVersionPacket.deserialize(FriendlyByteBuffer buffer) Reads the bytes from the givenFriendlyByteBufferto create a newSetVersionPacket.