Class CallDataMethod<A>
java.lang.Object
live.crowdcontrol.cc4j.websocket.data.CallDataMethod<A>
A method to be called on the remote server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CallDataMethod<CCEffectReport> Instructs the server to adjust the visibility or usability of an effect in the menu.static final CallDataMethod<CCEffectResponse> Informs the server of whether a purchased effect was executed successfully or not. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EFFECT_RESPONSE
Informs the server of whether a purchased effect was executed successfully or not. -
EFFECT_REPORT
Instructs the server to adjust the visibility or usability of an effect in the menu.
-
-
Constructor Details
-
CallDataMethod
-
-
Method Details
-
getValue
Returns the string value of this method.- Returns:
- method id
-