mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -04:00
Addded SWGList system for baselines
This commit is contained in:
@@ -79,6 +79,8 @@ public abstract class ObjectMessageBuilder {
|
||||
public SWGObject getObject() { return object; }
|
||||
public void setObject(SWGObject object) { this.object = object; }
|
||||
|
||||
public abstract void sendListDelta(short updateType, IoBuffer buffer);
|
||||
|
||||
public abstract void sendBaselines();
|
||||
|
||||
private String reverse(String reverseString) {
|
||||
@@ -112,6 +114,7 @@ public abstract class ObjectMessageBuilder {
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
private byte[] getString(String string, String charFormat) {
|
||||
ByteBuffer result;
|
||||
int length = 2 + string.length();
|
||||
@@ -132,5 +135,4 @@ public abstract class ObjectMessageBuilder {
|
||||
return result.array();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user