yarn/mappings/net/minecraft/world
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
..
biome Some random mappings (#69) 2016-09-12 16:28:44 -04:00
chunk add missing argument names 2016-09-12 15:16:04 +02:00
decorator add missing argument names 2016-09-12 15:16:04 +02:00
entity port to 16w36a 2016-09-12 12:08:56 +02:00
explosion port to 16w36a 2016-09-12 12:08:56 +02:00
generator port to 16w36a 2016-09-12 12:08:56 +02:00
loot port to 16w36a 2016-09-12 12:08:56 +02:00
provider attribute, scoreboard, etc. work 2016-09-13 12:41:42 +02:00
storage port to 16w36a 2016-09-12 12:08:56 +02:00
structures port to 16w36a 2016-09-12 12:08:56 +02:00
DimensionType.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
GameMode.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
GameRules.mapping Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
IBlockView.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
IPlayerSaveHandler.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
IWorldBorderListener.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
IWorldListener.mapping attribute, scoreboard, etc. work 2016-09-13 12:41:42 +02:00
IWorldSaveHandler.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
LocalDifficulty.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
World.mapping attribute, scoreboard, etc. work 2016-09-13 12:41:42 +02:00
WorldBorder.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
WorldInfo.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
WorldProperties.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
WorldSaveHandler.mapping port to 16w36a 2016-09-12 12:08:56 +02:00
WorldServer.mapping attribute, scoreboard, etc. work 2016-09-13 12:41:42 +02:00
WorldServerDemo.mapping Fix some namings as well as add some names to MinecraftServer and related classes. (#36) 2016-08-25 09:50:47 +02:00