yarn/mappings/net/minecraft/item/block
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
..
ItemAnvil.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
ItemBanner.mapping mapping improvements 2016-09-12 22:13:50 +02:00
ItemBlock.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
ItemBlockColored.mapping add missing argument names 2016-09-12 15:16:04 +02:00
ItemBlockLeaves.mapping add missing argument names 2016-09-12 15:16:04 +02:00
ItemBlockMeta.mapping add missing argument names 2016-09-12 15:16:04 +02:00
ItemBlockMulti.mapping add missing argument names 2016-09-12 15:16:04 +02:00
ItemBlockPiston.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
ItemBlockSlab.mapping add missing argument names 2016-09-12 15:16:04 +02:00
ItemBlockSnowLayer.mapping add missing argument names 2016-09-12 15:16:04 +02:00
ItemLilyPad.mapping port to 16w36a 2016-09-12 12:08:56 +02:00