Package net.sacredlabyrinth.Phaed.PreciousStones.vectors

Examples of net.sacredlabyrinth.Phaed.PreciousStones.vectors.Field


    }
   
    @Override
    public void deserialize(final Fields fields) throws StreamCorruptedException {
      final Block b = fields.getObject("block", Block.class);
      final Field f = plugin.getForceFieldManager().getField(b);
      if (f == null)
        throw new StreamCorruptedException("No field at block " + b);
      field = f;
    }
View Full Code Here

TOP

Related Classes of net.sacredlabyrinth.Phaed.PreciousStones.vectors.Field

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.