}
@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;
}