yarn/mappings/net/minecraft/test
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
..
AfterBatch.mapping Game test fixes and additional docs (#2598) 2021-07-22 23:21:26 +01:00
BeforeBatch.mapping Game test fixes and additional docs (#2598) 2021-07-22 23:21:26 +01:00
CustomTestProvider.mapping Some small fixes to the game test framework (#2283) 2021-04-05 22:41:12 +01:00
FailureLoggingTestCompletionListener.mapping 22w03a 2022-01-19 17:26:32 +00:00
GameTest.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
GameTestBatch.mapping Some small fixes to the game test framework (#2283) 2021-04-05 22:41:12 +01:00
GameTestException.mapping 22w16b stuff (#3109) 2022-04-25 22:25:17 +00:00
GameTestState.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
NotEnoughSuccessesError.mapping test stuff (#1991) 2021-01-30 13:44:00 +00:00
PositionedException.mapping Map GameTest methods (#2260) 2021-04-03 13:30:32 +01:00
StructureTestListener.mapping Map GameTest methods (#2260) 2021-04-03 13:30:32 +01:00
StructureTestUtil.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
TeamCityTestCompletionListener.mapping 22w03a 2022-01-19 17:26:32 +00:00
TestCompletionListener.mapping Map GameTest methods (#2260) 2021-04-03 13:30:32 +01:00
TestContext.mapping 1.19-pre3 stuff (#3190) 2022-05-26 11:52:17 +01:00
TestFailureLogger.mapping Map GameTest methods (#2260) 2021-04-03 13:30:32 +01:00
TestFunction.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
TestFunctions.mapping Use upper snake case with static final fields (#2624) 2021-08-07 16:51:52 +01:00
TestListener.mapping test stuff (#1991) 2021-01-30 13:44:00 +00:00
TestManager.mapping Map some new 19w34a classes (#831) 2019-09-01 16:21:31 +01:00
TestRunner.mapping 22w03a 2022-01-19 17:26:32 +00:00
TestServer.mapping Rename ServerResourceManager (#3029) 2022-02-23 21:59:26 +00:00
TestSet.mapping Map GameTest methods (#2260) 2021-04-03 13:30:32 +01:00
TestUtil.mapping 21w41a test (#2758) 2021-10-17 14:49:24 +01:00
TickLimitExceededException.mapping 22w16b stuff (#3109) 2022-04-25 22:25:17 +00:00
TimedTask.mapping Map GameTest methods (#2260) 2021-04-03 13:30:32 +01:00
TimedTaskRunner.mapping 21w41a test (#2758) 2021-10-17 14:49:24 +01:00
XmlReportingTestCompletionListener.mapping Map GameTest methods (#2260) 2021-04-03 13:30:32 +01:00