Uses of Class
dev.jorel.commandapi.exceptions.ProtocolVersionTooOldException
Packages that use ProtocolVersionTooOldException
Package
Description
Classes which are the exceptions raised during the execution of the Command API
-
Uses of ProtocolVersionTooOldException in dev.jorel.commandapi.exceptions
Methods in dev.jorel.commandapi.exceptions that return ProtocolVersionTooOldExceptionModifier and TypeMethodDescriptionProtocolVersionTooOldException.whileSending(Object target, int protocolVersion, String reason) -
Uses of ProtocolVersionTooOldException in dev.jorel.commandapi.network
Methods in dev.jorel.commandapi.network that throw ProtocolVersionTooOldExceptionModifier and TypeMethodDescriptionvoidCommandAPIPacket.write(FriendlyByteBuffer buffer, Object target, int protocolVersion) Writes the data of this packet to aFriendlyByteBuffer. -
Uses of ProtocolVersionTooOldException in dev.jorel.commandapi.network.packets
Methods in dev.jorel.commandapi.network.packets that throw ProtocolVersionTooOldExceptionModifier and TypeMethodDescriptionvoidUpdateRequirementsPacket.write(FriendlyByteBuffer buffer, Object target, int protocolVersion)