Class BungeeMessageIn
java.lang.Object
me.cooleg.bungeemessaging.RecievedMessages.BungeeMessageIn
- Direct Known Subclasses:
ForwardMessageIn
Extremely simple way to read responses to past messages sent.
You can just send off a message, then when the response event comes in, just read the little bit of data you need.
-
Constructor Summary
ConstructorsConstructorDescriptionBungeeMessageIn(com.google.common.io.ByteArrayDataInput data, MessageType type) -
Method Summary
-
Constructor Details
-
BungeeMessageIn
-
-
Method Details
-
getMessageType
-
getData
public com.google.common.io.ByteArrayDataInput getData()
-