Exemple #1
0
 /// <summary>
 /// Consumes all data from the chunk provided, om nom nom nom
 /// Don't use the consumed chunk anymore
 /// </summary>
 /// <param name="chunk"></param>
 public virtual void Consume(AbstractChunk chunk)
 {
     BlockData.Consume(chunk.BlockData);
     Entities.Import(chunk.Entities);
 }