@@ -9,16 +9,12 @@
|
||||
|
||||
Date date;
|
||||
|
||||
@@ -72,4 +72,30 @@
|
||||
@@ -72,4 +72,26 @@
|
||||
jsonobject.addProperty("expires", this.d == null ? "forever" : ExpirableListEntry.a.format(this.d));
|
||||
jsonobject.addProperty("reason", this.e);
|
||||
}
|
||||
+
|
||||
+ // CraftBukkit start
|
||||
+ public String getSource() {
|
||||
+ return this.c;
|
||||
+ }
|
||||
+
|
||||
+ public Date getCreated() {
|
||||
+ return this.b;
|
||||
+ }
|
||||
|
||||
Reference in New Issue
Block a user