yarn/mappings/net/minecraft/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
..
impl Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
material port to 16w36a 2016-09-12 12:08:56 +02:00
piston port to 16w36a 2016-09-12 12:08:56 +02:00
property port to 16w36a 2016-09-12 12:08:56 +02:00
state fix mapping errors 2016-09-12 15:05:34 +02:00
tile Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
Block.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
BlockButtonBase.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockColored.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockFacing.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
BlockFacingHorizontal.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
BlockFalling.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockFence.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockLeavesBase.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockLiquidBase.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockLogBase.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockOre.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
BlockPane.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockPillar.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockPlant.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockPressurePlateBase.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockRailBase.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockRedstoneGateBase.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockRenderType.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
BlockSlabBase.mapping mapping improvements 2016-09-12 22:13:50 +02:00
BlockStairs.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockTransparent.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockWall.mapping add missing argument names 2016-09-12 15:16:04 +02:00
BlockWithTileEntity.mapping add missing argument names 2016-09-12 15:16:04 +02:00
IBlockInfoProxy.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
IPlantBlock.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
ITileEntityProvider.mapping port to 16w36a 2016-09-12 12:08:56 +02:00