We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Description Whenever I try to use ProtocolLib's ProtocolLibrary.getProtocolManager() code it always gives me a NullPointerException
ProtocolLibrary.getProtocolManager()
NullPointerException
API method(s) used ProtocolLibrary.getProtocolManager .createPacket(PacketType.Play.Server.BLOCK_BREAK_ANIMATION);
ProtocolLibrary.getProtocolManager
.createPacket(PacketType.Play.Server.BLOCK_BREAK_ANIMATION);
Expected behavior Obviously I expected to get the ProtocolManager class object, to be able to use ProtocolLib
ProtocolManager
Additional context I am using IntellijIdea
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
Whenever I try to use ProtocolLib's
ProtocolLibrary.getProtocolManager()
code it always gives me aNullPointerException
API method(s) used
ProtocolLibrary.getProtocolManager
.createPacket(PacketType.Play.Server.BLOCK_BREAK_ANIMATION);
Expected behavior
Obviously I expected to get the
ProtocolManager
class object, to be able to use ProtocolLibAdditional context
I am using IntellijIdea
The text was updated successfully, but these errors were encountered: