yarn/mappings/net/minecraft/entity/mob/impl
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
..
EntityBlaze.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityCaveSpider.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityCreeper.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
EntityElderGuardian.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityEnderman.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
EntityEndermite.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
EntityGhast.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
EntityGiant.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityGuardian.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityHusk.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityMagmaCube.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityPigZombie.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
EntityShulker.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
EntitySilverfish.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntitySkeleton.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntitySkeletonHorse.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
EntitySlime.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
EntitySpider.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityStray.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityWitch.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityWitherSkeleton.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityZombieHorse.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
EntityZombieVillager.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00