yarn/mappings/net/minecraft/command
apple502j eb2bbb15ae
Rename Structure and StructureType (#3183)
* Rename Structure and StructureType
Structures really need a revisit. In my opinion the net.minecraft.structure package should be gone and
everything should be moved to net.minecraft.world.gen.structure. That'd be a very big change, though.
This commit basically reverts the entirety of #3079 and contains the changes necessary to keep consistency
(but not other new changes). I could make it bigger, but this needs an ASAP merge to stop the bad names from
going to the release.

Summary of the renames:

- `structure.Structure` became `structure.StructureTemplate`. See `/place template`, datafixes, etc.
- `structure.StructureType` became `world.gen.structure.StructureType`.
- `world.gen.structure.StructureType` became `world.gen.structure.Structure`.
- `world.gen.structure.StructureTypes` became `world.gen.structure.Structures`.
- Other names referencing the renamed classes by their old name
- And missed "feature" renames (Fixes #3179)

* Rename StructureManager

* merging gone wrong

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-01 16:07:00 +01:00
..
argument Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
suggestion 22w11a commands (#3052) 2022-03-23 10:36:03 +00:00
BlockDataObject.mapping Map net.minecraft.command.* (#2726) 2021-10-10 22:10:33 +01:00
CommandException.mapping 19w39a tag mappings, nbt storage text, and a funny villager namer (#881) 2019-09-30 21:27:11 +01:00
CommandRegistryAccess.mapping 22w19a misc (#3159) 2022-05-17 12:53:58 +01:00
CommandRegistryWrapper.mapping 22w18a misc (#3149) 2022-05-12 17:28:22 +00:00
CommandSource.mapping 1.18.2-pre3 stuff (#3030) 2022-02-23 21:58:44 +00:00
DataCommandObject.mapping NBT refactor: step 3 (#2257) 2021-04-02 22:03:30 +01:00
DataCommandStorage.mapping Map net.minecraft.command.* (#2726) 2021-10-10 22:10:33 +01:00
EntityDataObject.mapping Map net.minecraft.command.* (#2726) 2021-10-10 22:10:33 +01:00
EntitySelector.mapping Map net.minecraft.command.* (#2726) 2021-10-10 22:10:33 +01:00
EntitySelectorOptions.mapping 22w06a 2022-02-09 18:58:35 +00:00
EntitySelectorReader.mapping Fix some setters not matching fields and params (#2978) 2022-02-09 16:42:35 +00:00
FloatRangeArgument.mapping Map command stuff (#2372) 2021-05-05 11:53:37 +00:00
StorageDataObject.mapping Map net.minecraft.command.* (#2726) 2021-10-10 22:10:33 +01:00
TranslatableBuiltInExceptions.mapping Fix some methods not using intermediaries (#788) 2019-07-08 18:09:22 +02:00