public interface CUIRegion
| Modifier and Type | Method and Description |
|---|---|
void |
describeCUI(LocalSession session,
LocalPlayer player)
Sends CUI events describing the region for
versions of CUI equal to or greater than the
value supplied by getProtocolVersion().
|
void |
describeLegacyCUI(LocalSession session,
LocalPlayer player)
Sends CUI events describing the region for
versions of CUI smaller than the value
supplied by getProtocolVersion().
|
String |
getLegacyTypeID()
Returns the type ID to send to CUI in the selection
event if the CUI is in legacy mode.
|
int |
getProtocolVersion()
Returns the CUI version that is required to send
up-to-date data.
|
String |
getTypeID()
Returns the type ID to send to CUI in the selection event.
|
void describeCUI(LocalSession session, LocalPlayer player)
void describeLegacyCUI(LocalSession session, LocalPlayer player)
int getProtocolVersion()
String getTypeID()
String getLegacyTypeID()
Copyright © 2010-2014. All Rights Reserved.