yarn/mappings/net/minecraft/world/gen/structure
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
..
StructureGenerator.mapping Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00
StructureGeneratorEndCity.mapping Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00
StructureGeneratorMineshaft.mapping Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00
StructureGeneratorMonument.mapping Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00
StructureGeneratorNetherFortress.mapping Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00
StructureGeneratorStronghold.mapping Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00
StructureGeneratorTemple.mapping Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00
StructureGeneratorVillage.mapping Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00
StructureMineshaftParts.mapping Map world generation related stuff (#98) 2016-09-29 11:01:19 +02:00