Enable 14w11 support, changing servers is a bit iffy though due to EntityMap not being complete.

This commit is contained in:
md_5
2014-04-16 11:01:41 +10:00
parent 3715756be7
commit 5a638f2290
7 changed files with 23 additions and 7 deletions

View File

@@ -16,5 +16,9 @@ public class Objective
/**
* Value of the objective.
*/
private final String value; // displayName
private final String value;
/**
* Type; integer or hearts
*/
private final String type;
}

View File

@@ -17,6 +17,8 @@ public class Team
private String prefix;
private String suffix;
private byte friendlyFire;
private String unknown;
private byte unknown2;
private Set<String> players = new HashSet<>();
public Collection<String> getPlayers()