yarn/mappings/net/minecraft/text
copygirl e6805fb25f Make de/serialization methods names consistent (#71)
* Fix spelling mistake (serialie!)

* Rename Serializer to DeSerializer

Of ITextComponent and Style, to go along with ServerConfigList.DeSerializer. Consistency!

* Map BlockCrop.serializeCropAge properly

Instead of serializeState0

* Name TagCompound parameters "tag" consistently

* Name de/serialization functions consistently

Notable changes:
- TileEntity.createTileFromTag => deserialize
- TileEntity.writeToTag => serialize
- BlockRegion.toTag => serialize

* Rename TileEntity.serializeIdentifyingData

From serializeTileData

* Rename TileEntity.serializeInitialChunkData

From (incorrect) serialize

* Rename Entity.de/serializeCustomData

From de/serializeEntityTag

* Rename Item.readTag => onDeserialize

* Fix TagCompound.copyTo => copyFrom

Doesn't copy values to the specified compound argument, but actually inserts copied values *from* it.

* de/serializeBlockEntityTag

* Fix Block.getDropStack => getPickStack
2016-09-13 10:53:45 -04:00
..
event more work 2016-08-17 23:19:57 +02:00
impl misc improvements 2016-08-21 13:11:10 +02:00
ITextComponent.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
Style.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
TextComponentBase.mapping finish most packet mappings, move DamageSource to entity/damage 2016-08-19 20:15:18 +02:00
TextFormat.mapping finish most packet mappings, move DamageSource to entity/damage 2016-08-19 20:15:18 +02:00