yarn/mappings/net/minecraft
mezz 0755637124 BIomes, biome generation (#132)
* BIomes, biome generation

* Misc random mappings (#120)

* Misc random mappings

* Minor changes & move WorldServerChild to sortme

* username -> userName

* Rename some Gui related methods & more

lastPressedWidget
mouseDragged => onMouseDragged
handleMouseClick => onMousePressed
handleTouchEvent => onMouseReleased
handleKeyPress => onKeyPressed
handleButtonPressed => onWidgetPressed
WidgetButton.released => onReleased

* Add some mappings for mob pathfinding (#127)

* Add some mappings for mob pathfinding

* Fixes for review

* Fixes for review

* Several mappings (#129)

* Mapped a bunch of loot stuff.

* Mapped some random stuff.

* Mapped some debug renderers.

* Mapped a few misc things.

* element -> json

* Map / rename PlayerFormatUpgrader

* Fix StatManager, map StatManagerServer and such

updateStatState => set
increaseState => increase
getValue => get
EntityPlayer.getStatManager => getStats

* Fix LootTable related mappings

serialze => serialize
Serializer => DeSerializer
LootTableContext:
* TARGET => Target
* source => damageSource
* setX(x) => setX(value)

* Random block stuff

* Random world stuff

* Add some mappings for block rendering (#133)

* Add some mappings for block rendering

* Fixes some things

* Make getAoBrightness to getAmbientOcclusionBrightness

* Fix merge conflicts

* Fix a few minor things

VertexBuffer.putColorRGB => putColor
BlockRenderer hashcode parameter => variationSeed
Revert to IBlockView.getCombinedLight

* Fix a few things
2016-10-17 18:55:23 +02:00
..
block Add some mappings for block rendering (#133) 2016-10-17 18:37:10 +02:00
client Add some mappings for block rendering (#133) 2016-10-17 18:37:10 +02:00
command fix field naming, map more of EntityPainting 2016-10-16 14:44:01 +02:00
container Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
enchantment Several mappings (#129) 2016-10-17 16:46:26 +02:00
entity Fix StatManager, map StatManagerServer and such 2016-10-17 17:04:46 +02:00
gui initial port 2016-09-20 17:18:54 +02:00
inventory initial port 2016-09-20 17:18:54 +02:00
item fix ItemStack style issues, map a bit of client/server 2016-10-16 17:28:20 +02:00
migration Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
nbt adjust mapping packages, map ParticleBlock 2016-10-12 13:09:35 +02:00
network Misc random mappings (#120) 2016-10-17 14:45:28 +02:00
particle Map / rename some more Particle things (#105) 2016-10-12 00:21:31 +02:00
potion Map some various things (#112) 2016-10-15 11:17:41 +02:00
recipe Map some various things (#112) 2016-10-15 11:17:41 +02:00
reference Update Predicates, BlockPattern, and some loot entries. (#130) 2016-10-16 18:25:15 +02:00
scoreboard fix method conflicts 2016-10-16 13:39:01 +02:00
server Map / rename PlayerFormatUpgrader 2016-10-17 17:03:32 +02:00
sortme BIomes, biome generation (#132) 2016-10-17 18:55:23 +02:00
sound Map some various things (#112) 2016-10-15 11:17:41 +02:00
stat Fix StatManager, map StatManagerServer and such 2016-10-17 17:04:46 +02:00
text Several mappings (#129) 2016-10-17 16:46:26 +02:00
util Update Predicates, BlockPattern, and some loot entries. (#130) 2016-10-16 18:25:15 +02:00
world BIomes, biome generation (#132) 2016-10-17 18:55:23 +02:00