Package com.massivecraft.factions.entity

Examples of com.massivecraft.factions.entity.Board


 
  @SuppressWarnings("unchecked")
  @Override
  public Board deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException
  {
    return new Board((Map<PS, TerritoryAccess>) context.deserialize(json, Board.MAP_TYPE));
  }
View Full Code Here

TOP

Related Classes of com.massivecraft.factions.entity.Board

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.