yarn/mappings/net/minecraft
copygirl f888ce93fa Map world generation related stuff (#98)
* Map BiomeGenerator

* Rename DecoratorMushroomHuge

* Rename some IWorldListener and Chunk methods

onSpawn/DespawnEntity => onEntityAdded/Removed
onPlaySound => onSound
onSpawnParticle => onParticle
add/dropEntities => add/dropEntitiesTo/FromWorld

* Map ChunkBlockStore

* Map Chunk.lastSavedTime

* Move stuff to net.minecraft.world.gen package

* Map BlockFalling.fallInstantly

* Move worldgen + biome related to world.gen.biome

* Move WorldProviders to world.gen package

* Map DecoratorNetherSpring

* Map ChunkGenerators

* Map FeatureGenerators

* Map StructureGenerators

* Map a little of BiomeProvider

* Fix a few minor things

random => rand
LIQUID => oceanBlock
pallette => palette
2016-09-29 11:01:19 +02:00
..
block Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00
client Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00
command Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
container Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
dispenser Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
enchantment Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
entity Get rid of impl packages (#97) 2016-09-28 14:17:20 +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 Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
migration Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
nbt Make de/serialization methods names consistent (#71) 2016-09-13 10:53:45 -04:00
network Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
particle More mappings (#33) 2016-08-23 10:25:30 +02:00
potion initial port 2016-09-20 17:18:54 +02:00
recipe Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
reference Rename YELLOW/RED_FLOWER to DANDELION / POPPY 2016-09-26 22:12:54 +02:00
scoreboard initial port 2016-09-20 17:18:54 +02:00
server Rename remaining dimension => world 2016-09-22 18:02:21 +02:00
sortme fix MinecraftServer, map LockableContainerDoubleChest and others 2016-09-20 17:58:37 +02:00
sound initial port 2016-09-20 17:18:54 +02:00
stat initial port 2016-09-20 17:18:54 +02:00
text Get rid of impl packages (#97) 2016-09-28 14:17:20 +02:00
util minor work 2016-09-27 16:56:35 +02:00
world Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00