yarn/mappings/net/minecraft/client
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
..
audio fix mapping errors 2016-09-12 15:05:34 +02:00
gui Some random mappings (#69) 2016-09-12 16:28:44 -04:00
main minor mapping work in Minecraft 2016-08-25 11:56:41 +02:00
network/handler/impl attribute, scoreboard, etc. work 2016-09-13 12:41:42 +02:00
player mapping improvements 2016-09-12 22:13:50 +02:00
render fix tile entity crash, map minor rendering things 2016-09-12 16:03:06 +02:00
resource port to 16w36a 2016-09-12 12:08:56 +02:00
sortme attribute, scoreboard, etc. work 2016-09-13 12:41:42 +02:00
sound entity, stat work 2016-08-17 12:48:54 +02:00
texture port to 16w36a 2016-09-12 12:08:56 +02:00
util add missing argument names 2016-09-12 15:16:04 +02:00
world attribute, scoreboard, etc. work 2016-09-13 12:41:42 +02:00
ClientBrandRetriever.mapping more additions to mappings 2016-08-14 15:36:07 +02:00
GameSettings.mapping fix tile entity crash, map minor rendering things 2016-09-12 16:03:06 +02:00
GlHandler.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
Minecraft.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
RunArgs.mapping port to 16w36a 2016-09-12 12:08:56 +02:00