Commit Graph

2666 Commits

Author SHA1 Message Date
apple502j ab446c8e46
1.18.1-pre1 stuff (#2902) 2021-12-04 01:55:07 +00:00
haykam821 aa0874d900
Rename the ServerWorld#getSurface method to getLightningPos (#2894)
Fixes #2890

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-12-03 15:07:09 +00:00
haykam821 3b79d0cf5e
Move the EightWayDirection class to the net.minecraft.util.math package (#2892)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-12-03 15:06:53 +00:00
modmuss50 a0f28b94eb 1.18.1-pre1 2021-12-03 14:43:55 +00:00
Shnupbups fbcd127c32
1.18-rc stuff (#2887)
* 1.18-rc1 stuff

resolves #2886

* small things

* Update WorldRenderer.mapping

* stuff

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-27 22:03:48 +00:00
modmuss50 fe2dbc5d21 1.18-rc1 2021-11-25 15:18:06 +00:00
Shnupbups 220dd80038
1.18-pre7 stuff (#2872)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-25 14:52:58 +00:00
apple502j 7ee4de9d98
1.18-pre8 stuff (#2885)
* 1.18-pre8 stuff

* Update mappings/net/minecraft/text/TranslatableText.mapping
2021-11-25 09:33:54 +00:00
apple502j 2b4b1aca9e
Rename ServerWorld#shouldCreateNewEntityWithPassenger (#2877)
* Rename ServerWorld#shouldCreateNewEntityWithPassenger

* Update mappings/net/minecraft/server/world/ServerWorld.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-24 20:18:33 +00:00
apple502j 319406c7cc
Rename onSpawn to onScreenHandlerOpened (#2878)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-24 20:18:11 +00:00
apple502j 64ff29802f
Fix world event javadoc (#2879)
* Fix world event javadoc

* Update mappings/net/minecraft/world/WorldEvents.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-24 20:17:22 +00:00
apple502j cc50c882b1
1.18-pre7 sound (#2880)
* 1.18-pre7 sound

* Update mappings/net/minecraft/client/sound/Channel.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-24 20:16:53 +00:00
enbrain db9a80f418
Document chat stuff (#2881)
* Document chat stuff

* Remove apiNote from ChatMessageC2SPacket

* Links broadcast from and to sendMessage

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-24 20:16:37 +00:00
modmuss50 8dc444e87e 1.18-pre8 2021-11-24 15:45:45 +00:00
apple502j ae4e994d1d
Rename BedBlock.isFree (#2876)
* Rename BedBlock.isFree

* Update mappings/net/minecraft/block/BedBlock.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/block/BedBlock.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-24 10:41:37 +00:00
Shnupbups 2cac3f4178
1.18 pre6 stuff (#2869)
* 1.18 pre6 stuff

* Update Biome.mapping

* Update mappings/net/minecraft/world/chunk/BelowZeroRetrogen.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/world/chunk/Chunk.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-23 17:24:16 +00:00
apple502j 9729267fb4
1.18-pre6 stuff (#2868)
* 1.18-pre6 stuff

* Apply suggestions from code review

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Not sure if this is best but

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-23 17:20:47 +00:00
enbrain 59d78662d3
Refactor equipment sync stuff (#2801)
* Refactor equipment sync stuff

* sendHandStackSwap -> checkHandStackSwap

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-11-23 17:20:26 +00:00
modmuss50 2300dbccaf 1.18-pre7 2021-11-23 17:12:25 +00:00
enbrain 83d7540f2f
Fix javadoc reference errors (#2871) 2021-11-23 10:37:28 +00:00
enbrain 7b025e13d1
Fix OptionsScreen.createDifficultyButtonWidget parameter (#2870)
* Fix OptionsScreen.createDifficultyButtonWidget parameter

* buttonIndex
2021-11-23 10:36:52 +00:00
modmuss50 3eb7466178 1.18-pre6 2021-11-22 18:18:04 +00:00
enbrain abb1308444
Map misc stuff (#2843) 2021-11-22 16:43:57 +00:00
apple502j 7fcda1ad9d
1.18-pre4 structure locating (#2859)
* 1.18-pre4 structure locating

* Remove conflict with #2855

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-22 16:08:36 +00:00
Shnupbups 268324fe32
Mapping Bonanza Part 13: Misc stuff (#2857)
* Misc stuff

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/test/TestContext.mapping

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Update mappings/com/mojang/blaze3d/platform/GlStateManager.mapping

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
2021-11-22 15:32:05 +00:00
Shnupbups 2eb2fe0f63
Mapping Bonanza Part 12: World gen stuff (#2856)
* World gen stuff

* Update mappings/net/minecraft/world/gen/surfacebuilder/MaterialRules.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* pre5

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-22 15:31:34 +00:00
Shnupbups d3ce4a9511
Mapping Bonanza Part 11: World stuff (#2855)
* World stuff

* Update mappings/net/minecraft/world/poi/PointOfInterestStorage.mapping

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update PalettedContainer.mapping

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-22 15:30:43 +00:00
Shnupbups e9b17c2dbc
Structure stuff (#2853) 2021-11-22 15:30:07 +00:00
Shnupbups 8d8f35a33b
Mapping Bonanza Part 4: Entity AI stuff (#2848)
* Entity AI stuff

* Apply suggestions from code review

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2021-11-22 15:29:27 +00:00
Shnupbups 5d6034cbb0
Mapping Bonanza Part 3: Entity stuff (#2847)
* Entity stuff

* Apply suggestions from code review

* Update ShulkerEntity.mapping
2021-11-22 15:28:47 +00:00
Shnupbups 72c878c76c
Mapping Bonanza Part 1: Client stuff (#2845)
* Client stuff

* Update mappings/net/minecraft/client/font/BlankGlyph.mapping

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2021-11-22 15:28:19 +00:00
Shnupbups ff527ce665
1.18 pre5 block predicates (#2861)
* 1.18-pre5 BlockPredicates

* Update BlockPredicate.mapping
2021-11-22 13:43:23 +00:00
Shnupbups 9f40bab231
Mapping Bonanza Part 5: Block and Item stuff (#2849)
* Block and Item stuff

* Update mappings/net/minecraft/block/WallBlock.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-22 13:42:59 +00:00
enbrain 66e3b0d4cc
Fix GameMessageS2CPacket.getLocation (#2865) 2021-11-22 13:42:39 +00:00
enbrain f3fb4ec731
Document placement modifier (#2863)
* Document placement modifier

* Update position calculation javadoc
2021-11-22 11:52:25 +00:00
Shnupbups 957e132469
Mapping Bonanza Part 7: Predicate stuff (#2851)
* Predicate stuff

* Apply suggestions from code review
2021-11-20 18:12:01 +00:00
apple502j fe93c6bbe1
Map BufferedInputStream (#2860)
* Map BufferedInputStream

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update and rename BufferedInputStream.mapping to FixedBufferInputStream.mapping

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-11-20 18:11:51 +00:00
modmuss50 f870cc7ed4 Revert "Use "offhand" instead of "offHand" (#2844)"
This reverts commit 5c2072d88d.
2021-11-19 16:54:44 +00:00
modmuss50 071aba24e7 1.18-pre5 2021-11-19 16:35:58 +00:00
Shnupbups efc6d81042
Util stuff (#2854) 2021-11-19 11:08:33 +00:00
Shnupbups a5591c2146
Data stuff (#2846) 2021-11-19 11:08:19 +00:00
Shnupbups 3c56fa2ef6
Server stuff (#2852) 2021-11-19 10:48:47 +00:00
Shnupbups 8f7a992344
Mapping Bonanza Part 6: Loot stuff (#2850)
* Loot stuff

* Apply suggestions from code review

* Apply suggestions from code review
2021-11-19 10:48:37 +00:00
apple502j 5c2072d88d
Use "offhand" instead of "offHand" (#2844) 2021-11-19 10:48:27 +00:00
apple502j 2f1d11177a
1.18-pre4 NBT (#2842)
* 1.18-pre4 NBT

* Improve names significantly

Co-authored-by: liach <liach@users.noreply.github.com>
2021-11-19 10:48:18 +00:00
mschae23 f863241040
1.18-pre3 feature mappings (#2839)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-18 09:09:28 +00:00
apple502j 1ac9261de3
1.18 pre3 stuff (#2840)
* Map fox

* Map other weird stuff

* Update mappings/net/minecraft/client/world/ClientWorld.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-18 09:09:02 +00:00
Shnupbups 4bdab49349
1.18-pre2-4 stuff (#2836)
* 1.18-pre2 stuff

* SurfacePlacedFeatures -> VillagePlacedFeatures

* Update BlendingData.mapping

* stuff
2021-11-18 09:08:32 +00:00
apple502j 598f6f1eab
1.18-pre1 scoreboard (#2833)
* 1.18-pre1 scoreboard

* Update mappings/net/minecraft/scoreboard/ScoreboardCriterion.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-18 09:07:43 +00:00
Shnupbups 4e803dafd4
Create PackageInfo6846.mapping (#2841) 2021-11-17 19:16:18 +00:00
modmuss50 4ade9fad12 1.18-pre4 2021-11-17 18:32:59 +00:00
modmuss50 07f60f0a15 1.18-pre3 2021-11-17 16:49:31 +00:00
apple502j ea596bba42
1.18-pre1 NBT stuff (#2831)
* 1.18-pre1 NBT stuff

* Fix AbstractNbtList

* Update mappings/net/minecraft/nbt/NbtHelper.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-17 14:34:14 +00:00
apple502j 5c1f90e127
More 1.18-pre2 stuff (#2838)
* More 1.18-pre2 stuff

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-17 14:33:42 +00:00
Shnupbups ed1378656a
Standardise use of Oxidation over Oxidization (#2837)
* Standardise use of Oxidation over Oxidization

Previously, a mix of the two were used.

Mojang seems to use the word 'Oxidation' over 'Oxidization' (see https://www.minecraft.net/en-us/article/minecraft-snapshot-20w45a ) so all instances of the latter have been changed to the former.

* missed a spot
2021-11-17 12:08:53 +00:00
modmuss50 d792ab8d27 1.18-pre2 2021-11-16 18:18:51 +00:00
enbrain 36069d7693
Map the new LivingTargetCache class (#2825)
* Map the new VisibleLivingEntityList class

* Rename to LivingTargetCache
2021-11-16 13:11:54 +00:00
apple502j d65abaa9a6
Map two new classes (#2834) 2021-11-16 13:11:13 +00:00
enbrain f2a8a3e01a
Fix PillagerOutpostFeature.MONSTER_SPAWNS having wrong descriptor (#2835) 2021-11-16 10:57:34 +00:00
apple502j 3d209563b2
Structure stuff, based on liach's PR (#2829)
* Structure stuff

Signed-off-by: liach <liach@users.noreply.github.com>

* This is post placement, not generation (addition of pieces)

* docs

* Update mappings/net/minecraft/structure/StructurePlacementData.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/structure/PostPlacementProcessor.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Merge branch '1.18-pre1' of https://github.com/FabricMC/yarn into pr-2729-structure

* Drop invalid mappings

* Re-add dropped mappings

* PostPlacementProcessor: map lambda arg, rename args

* Structure: bring mapping from my branch

* StructurePiecesGenerator: follow convention of naming every World superinterface `world`

* StructurePoolBasedGenerator: follow naming conventions

* ChunkGenerator: follow naming conventions

* ConfiguredStructureFeature: follow naming conventions

* EndCityFeature: follow naming conventions

* StructureFeature: fix naming, follow naming conventions

* WoodlandMansionFeature: follow naming conventions

* StructureFeature: remove invalid javadoc

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-16 01:31:21 +00:00
haykam821 86b92443bf
Rename the DataGenerator#install method to addProvider (#2832) 2021-11-15 23:10:22 +00:00
Shnupbups 202f05009d
1.18-pre1 Features stuff (#2822)
* Features stuff

* Update LakeFeature.mapping

* stuff

* Delete WorldgenProvider.mapping

* Update PlacedFeatures.mapping
2021-11-15 23:01:05 +00:00
mschae23 a76fb4aa58
Mappings for 1.18-pre1 placement modifiers (#2819)
* Mappings for 1.18-pre1 placement modifiers

* Some feature mappings

* Applied review suggestions
2021-11-14 20:30:34 +00:00
enbrain 538476df3f
Map particle stuff (#2826)
* Map particle stuff

* Map method_33078

* Fix addFuzziness
2021-11-14 15:59:13 +00:00
apple502j 4a74cfdf1c
1.18-pre1 stuff (#2823)
* 1.18-pre1 stuff

* Update mappings/net/minecraft/util/math/Vec3i.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Fix some wrong mappings

* client stuff, related to amplified

* client world stuff

* WorldgenListProvider

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-13 13:54:41 +00:00
enbrain 93d4c1a3c4
Rename and document broadcastChatMessage (#2827) 2021-11-12 10:36:37 +00:00
enbrain a74a0c33c9
Drop invalid mappings (#2824) 2021-11-12 10:35:21 +00:00
Shnupbups e0df689e61
1.18-pre1 Package Info (#2821)
Ran `generatePackageInfoMappings`
2021-11-11 22:56:57 +00:00
modmuss50 1f0b4b7ebc 1.18-pre1 2021-11-11 18:05:24 +00:00
enbrain d2e21c7a27
Map block stuff (#2815) 2021-11-09 22:09:37 +00:00
apple502j 29487527cc
21w44a client stuff (#2816)
* 21w44a client

* 21w44a font

* 21w44a client util
2021-11-09 16:55:55 +00:00
Shnupbups 8d8823dca6
21w44a stuff (#2809)
* 21w44a stuff

* look man idk

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Remove things mapped in #2729

* Restore things that shouldn't have been removed

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-09 16:55:29 +00:00
enbrain a62ad058b5
Map int/float/height providers (#2813) 2021-11-08 23:34:57 +00:00
apple502j 119815df5d
More 21w44a stuff (#2811)
* More 21w44a stuff

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/util/profiling/jfr/JfrProfiler.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/util/math/ChunkSectionPos.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Rename some stuff

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-08 23:34:33 +00:00
Shnupbups 28da2e9f1e
misc stuff (#2806)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-08 23:33:58 +00:00
haykam821 bc8d8a806e
Rename the Style#obfuscated method to withObfuscated (#2814)
Fixes #2812
2021-11-05 13:53:14 +00:00
mschae23 ebf26ed390
World generation mappings for 21w44a (#2808) 2021-11-05 05:19:16 +00:00
enbrain 59a527d6d2
Restore parameters lost in 21w44a update (#2810) 2021-11-04 12:00:14 +00:00
modmuss50 35c46fc6b7 21w44a 2021-11-03 18:39:11 +00:00
Shnupbups e8298ad782
21w43a tick stuff and more (#2793)
* oh god oh fuck

* More 21w43a ticking stuff

* just a little bit more

* fix capitalization

* i think it's good now?

* Update WorldTickScheduler.mapping

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2021-11-03 17:59:35 +00:00
Shnupbups 68829991ca
Document ActionResult.CONSUME_PARTIAL (#2807) 2021-11-03 16:54:01 +00:00
­Sollace b261ddf6f8
Add docs for FuzzyTargetting and NoPenaltyTargetting (#2783)
* Add docs for FuzzyTargetting and NoPenaltyTargetting

* Bruh part 1

* Bruh part 2

* Bruh part 3

* Bruh part 4

* Update mappings/net/minecraft/entity/ai/FuzzyTargeting.mapping

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update mappings/net/minecraft/entity/ai/NoPenaltyTargeting.mapping

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update mappings/net/minecraft/entity/ai/FuzzyTargeting.mapping

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update mappings/net/minecraft/entity/ai/FuzzyTargeting.mapping

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update mappings/net/minecraft/entity/ai/FuzzyTargeting.mapping

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update mappings/net/minecraft/entity/ai/FuzzyTargeting.mapping

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update mappings/net/minecraft/entity/ai/FuzzyTargeting.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/entity/ai/FuzzyTargeting.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/entity/ai/FuzzyTargeting.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-03 14:12:48 +00:00
­Sollace 31ad1856ef
Map a bunch of constants in Entity and MobEntity (#2784)
* Map a bunch of constants in Entity and MobEntity

* Update mappings/net/minecraft/entity/Entity.mapping

Co-authored-by: Shnupbups <shnupbups@gmail.com>

* Update mappings/net/minecraft/entity/mob/MobEntity.mapping

Co-authored-by: Shnupbups <shnupbups@gmail.com>

* Update mappings/net/minecraft/entity/mob/MobEntity.mapping

Co-authored-by: Shnupbups <shnupbups@gmail.com>

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: YanisBft <yanis.briffaut@gmail.com>

Co-authored-by: Shnupbups <shnupbups@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2021-11-03 14:12:19 +00:00
apple502j d374a0fc12
21w43a datafixer methods (#2805)
* 21w43a datafixer methods

* Update mappings/net/minecraft/datafixer/fix/ProtoChunkTickListFix.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-03 12:11:16 +00:00
enbrain ab1241d3aa
Document MatrixStack (#2794) 2021-11-01 13:28:53 +00:00
enbrain 0d7c5a9b9a
Map rendering stuff (#2800) 2021-11-01 13:27:53 +00:00
haykam821 e11cf6480c
Rename the PlayerEntity#isSleepingLongEnough method to canResetTimeBySleeping (#2803)
Fixes #2637
2021-11-01 13:27:22 +00:00
haykam821 bff8144124
Fix some packet listener method names being inconsistent with packet class names (#2804)
Fixes #2702
2021-11-01 13:27:02 +00:00
enbrain 7d80ba112b
Fix ItemRenderer.getHeldItemModel (#2796) 2021-10-31 11:14:43 +00:00
YanisBft 79af537146
21w43a datafixers (#2791)
Co-authored-by: Yanis Briffaut <yanis.briffaut@diakse.com>
2021-10-29 21:35:08 +01:00
enbrain 741188dc24
Fix MinecraftClient inconsistencies (#2795) 2021-10-29 21:34:33 +01:00
haykam821 133b624fbf
Document the BlockStateProvider class (#2798) 2021-10-29 21:34:14 +01:00
Shnupbups 29570affc3
package info (#2792) 2021-10-28 11:22:30 +01:00
apple502j e97477b57e
21w43a stuff (#2790)
* 21w43a stuff

* Fix stuff again

* Fix stuff again x2

* A few renames
2021-10-28 11:21:02 +01:00
modmuss50 ed6635830d Update to fixed intermediary 2021-10-27 20:02:50 +01:00
modmuss50 97a0f3a782 21w43a 2021-10-27 18:08:35 +01:00
apple502j 8a0434dad3
Map CarvingMask (#2782) 2021-10-27 15:16:58 +01:00
enbrain 0fc2ee348d
Rename modelMatrix to positionMatrix (#2786) 2021-10-27 15:16:30 +01:00
enbrain d87a058774
Fix ItemStack#cooldown (#2787) 2021-10-27 15:16:19 +01:00
Shnupbups 875038dab0
21w42a stuff (#2776)
* 21w42a stuff

* stuff

* AutoSave -> Autosave

* Update mappings/net/minecraft/world/gen/chunk/SlideConfig.mapping

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>

* Update mappings/net/minecraft/client/gui/hud/InGameHud.mapping

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
2021-10-26 14:11:35 +01:00
YanisBft b817650055
Noise parameters and int provider (#2774) 2021-10-22 11:31:08 +01:00
apple502j 0b6737a449
More 21w42a stuff (#2779) 2021-10-22 11:30:50 +01:00
Sarun Intaralawan 21c066062b
Add mapping for new spawn selection algorithm (#2778) 2021-10-22 11:30:13 +01:00
YanisBft db60c2eec2
21w42a particles (#2772)
* 21w42a particles

* Update ClientWorld.mapping
2021-10-22 11:29:42 +01:00
YanisBft 720d928ee9
Biome creators (#2775) 2021-10-22 11:29:31 +01:00
modmuss50 a3a508b7cf 21w42a 2021-10-20 20:37:00 +01:00
apple502j 1e9a8ba415
Rename ChatUtil, add javadoc (#2771)
* Rename ChatUtil, add javadoc

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-10-20 15:36:14 +01:00
mschae23 7f07ed765e
Mappings for 21w41a world generation (#2751)
* Started mapping material rules

* More surface builder mappings

* Mappings for chunk generation noise samplers

* Mappings for vanilla surface rules

* Applied review suggestions
2021-10-19 17:26:17 +01:00
Juuxel 0a17f09124
Rename SkyProperties -> DimensionEffects (#2770) 2021-10-19 17:24:08 +01:00
Juuxel 391e52a687
Spawn point tweaks and fixes (#2765)
* Spawn point fixes

* "chat message" -> "game message"

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Document PlayerEntity.findRespawnPosition

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-10-19 17:19:25 +01:00
apple502j cd41fa9d2b
21w41a monster XP fields (#2757)
* 21w41a monster XP fields

* Added javadoc

* Update mappings/net/minecraft/entity/mob/Monster.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-10-19 17:17:05 +01:00
apple502j 4f29a712e1
21w41a particles (#2769) 2021-10-18 01:34:15 +01:00
apple502j a5b43d42be
21w41a data (#2768) 2021-10-17 22:16:34 +01:00
apple502j 67b9a79265
21w41a server world (#2756)
* 21w41a server world

* Fix indent

* Update mappings/net/minecraft/server/world/ThreadedAnvilChunkStorage.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2021-10-17 14:49:30 +01:00
apple502j c0d3f0e025
21w41a test (#2758) 2021-10-17 14:49:24 +01:00
enbrain 677a3ebc13
Map GUI stuff (#2762)
* Map GUI stuff

* Apply suggestions from code review

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2021-10-16 14:01:23 +01:00
Sarun Intaralawan b71c0597b6
AbstractBlock: add mapping for missing method (#2764) 2021-10-16 14:01:03 +01:00
haykam821 d83ada753c
Rename the DeepslateBlockSource class to LayerTransitionBlockSource (#2761)
* Rename the DeepslateBlockSource class to LayerTransitionBlockSource

Fixes #2754

* Finish mapping the LayerTransitionBlockSource class
2021-10-16 14:00:45 +01:00
Sarun Intaralawan 8438693328
VillagerTradeCriterion: Add mapping for condition creation method (#2763) 2021-10-16 14:00:24 +01:00
apple502j cceaba52d5
21w41a network stuff (#2753) 2021-10-16 13:52:39 +01:00
modmuss50 fa2f4838b2 Remove duplicate class mapping + drop invalid mappings. 2021-10-15 17:14:42 +01:00
apple502j fceec45e09
Fix glitched merge in ThreadedAnvilChunkStorage (#2760) 2021-10-15 16:41:35 +01:00
apple502j 32a862fbda
21w41a stuff (#2749)
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2021-10-15 16:30:33 +01:00
mschae23 95cdb93bab
Some 21w40a worldgen mappings (#2732)
* Some 21w40a worldgen mappings

* Some more 21w40a mappings

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-15 16:26:32 +01:00
NotSomeBot 920413739b
name function method_26318 applyMovementInput (#2742)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-15 16:24:40 +01:00
apple502j 0ec9708931
21w40a biome renames (#2738)
* 21w40a biome renames

* Remove surface builder files
2021-10-15 16:24:22 +01:00
Juuxel 7e46e4bee6
Entity sleeping docs + a rename (#2743)
* Document PlayerEntity/LivingEntity sleeping stuff, rename SleepFailureReason.toText -> getMessage

* Refine jd

* Update mappings/net/minecraft/entity/player/PlayerEntity.mapping
2021-10-15 16:23:55 +01:00
Shnupbups 065317d2b3
Random stuff (#2744)
* Random stuff

* more stuff

* just a little more
2021-10-15 16:23:39 +01:00
enbrain 8a87bfc5ec
Map screen stuff (#2750)
* Map screen stuff

* _void -> v

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2021-10-15 16:23:19 +01:00
apple502j e72854304a
21w41a brand (#2748)
* 21w41a brand

* Update mappings/net/minecraft/util/GameBrand.mapping

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update mappings/net/minecraft/util/GameBrand.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Renames

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-10-15 16:22:53 +01:00
enbrain 5b9509d95b
Restore some stuff lost in 21w41a update (#2752) 2021-10-14 13:04:00 +01:00
Player 4a7974d557 21w41a 2021-10-13 19:18:52 +02:00
Shnupbups 7025a2b539
Dropped invalid mappings (#2747) 2021-10-12 14:38:46 +01:00
YanisBft 751f892485
Fix some fields not being camelcase (#2739)
Fix #2673
Fix #2674
2021-10-10 22:16:05 +01:00
Jake Potrebic a6ca18d69b
Fix parameter mis-order in BrewingRecipeRegistry (#2734) 2021-10-10 22:13:25 +01:00
apple502j 505c91341a
21w40a random stuff (#2735)
* 21w40a random stuff

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Rename GaussianCalculator

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-10-10 22:13:17 +01:00
enbrain ffc4aa6468
Map net.minecraft.command.* (#2726)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-10 22:10:33 +01:00
Shnupbups 2e1a85620a
21w40a stuff (#2733)
* 21w40a stuff

* Create LegacyBiomeMapping.mapping

* canSpawn

* stuff
2021-10-10 22:10:18 +01:00
apple502j 85ee28e1e9
More 21w40a stuff (#2736)
* More 21w40a stuff

* Rename and add javadoc
2021-10-10 22:10:05 +01:00
modmuss50 1391c4cb97 21w40a 2021-10-07 15:55:57 +01:00
Sarun Intaralawan 5e977903e1
Add mappings for BedBlock methods (#2730)
* Change `isBed` to `isBedBelow`

The implementation of this method intends to check if the block **below** is an instance of BedBlock. The method name is changed accordingly.

* Add mappings for remaining method in BedBlock
2021-10-05 17:54:43 +01:00
liach 967ba53ab5
Revamp control to be more accurate (#2513)
* Revamp control to be more accurate

Fixes stepAngleTowards to be clampAngle, 3 mob entity methods

I initially wanted to just map the shulker look control class, turns
out the whole look control system has some wrong names.

Signed-off-by: liach <liach@users.noreply.github.com>

* Update mappings/net/minecraft/entity/mob/MobEntity.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-10-04 14:06:44 +01:00
liach 54912de905
Map topological sort; used by vanilla to sort feature generation (#2711)
* Map topological sort; used by vanilla to sort feature generation

Signed-off-by: liach <liach@users.noreply.github.com>

* Update mappings/net/minecraft/util/TopologicalSorts.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/util/TopologicalSorts.mapping

Co-authored-by: mschae23 <46165762+mschae23@users.noreply.github.com>

* Now this should be less confusing for "any"

* Update mappings/net/minecraft/util/TopologicalSorts.mapping

* Apply suggestions from code review

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: mschae23 <46165762+mschae23@users.noreply.github.com>
2021-10-03 12:52:08 +01:00
haykam821 8281f23728
Rename the MushroomStewItem class to StewItem (#2722)
Fixes #2721
2021-10-03 12:49:43 +01:00
apple502j a27edb8888
21w39a MinecraftClient mapping (#2724) 2021-10-03 12:49:28 +01:00
enbrain 33e893fd8f
Fix build errors (#2727) 2021-10-03 12:48:29 +01:00
apple502j 033356dc68
21w39a util (#2728)
* 21w39a util

* Update mappings/net/minecraft/util/JsonHelper.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-10-03 12:48:20 +01:00
Cammie 3d55cf6afa
changed flyingSpeed to airStrafingSpeed (#2684)
* changed flyingSpeed to airStrafingSpeed

* Added javadocs to airStrafeSpeed

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-03 12:47:33 +01:00
mschae23 89d7a1679c
Terrain generation mappings for 21w37a (#2697)
* Terrain generation mappings for 21w37a

* Added more terrain generation mappings

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2021-10-01 19:09:33 +01:00
Shnupbups 45c3342757
21w39a stuff (#2719)
* 21w39a stuff

* __ -> _

* applied suggestions
2021-10-01 19:02:54 +01:00
apple502j 3d6d299423
More 21w39a stuff (#2720)
* More 21w39a stuff

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Rename some methods

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-10-01 19:02:43 +01:00
enbrain f51ddcde21
Improve ProjectileEntity (#2715)
* Improve ProjectileEntity

* setProperties -> setVelocity

* Update speed javadoc

* Update divergence javadoc

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-01 19:00:45 +01:00
liach dcdcf04575
Map chunk and light data, used for packet transport and async reading (#2713)
Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-10-01 19:00:25 +01:00
liach 0f428dacb4
simulation distance level propagator (#2714)
Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-10-01 18:58:01 +01:00
liach 2a2bcc8eb8
Map block column itf used for surface build (#2712)
Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-10-01 18:57:44 +01:00
modmuss50 1db265500d Update for fixed intermediary 2021-09-29 20:52:12 +01:00
Shnupbups de65bc207f
Package info (#2718) 2021-09-29 19:34:09 +01:00
modmuss50 7436b2b1d9 21w39a 2021-09-29 19:08:30 +01:00
liach c9c14ddad6
Fix translation key and display name, close #2693 (#2716)
Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-09-28 18:24:59 +01:00
liach 2cecd75ae7
Remove links to fandom (#2717)
* Remove links to fandom and polish docs

Fixes #2672

Also maps some params and one private method in state manager

* Remove extra qualification

Co-authored-by: liach <liach@users.noreply.github.com>
2021-09-26 17:34:25 +01:00
mschae23 8f383fa15e
Biome generation mappings for 21w37a (#2690)
* Biome generation mappings for 21w37a

* Fixed new blockstate providers not being in the right package
and added mappings in SurfaceRelativeThresholdDecoratorConfig

* Remove mappings for Range, remove "2D" from block state provider names

* Removed empty mapping file (Range)

* Fixed merge conflicts

* Renamed NoiseCutoffBlockStateProvider -> NoiseThresholdBlockStateProvider
2021-09-26 17:34:16 +01:00
liach 4477b82e21
Map some palette stuff (#2701)
* Map some palette stuff

Required to get javadoc working because singular palette otherwise has access problems

Signed-off-by: liach <liach@users.noreply.github.com>

* Fix a few visual problems

* More docs and stuff

Signed-off-by: liach <liach@users.noreply.github.com>

* Rename the array from storage to data as the class is called storage

* lint

* Fix javadoc. Now with this and the sig fix we can get javadoc up again

* Fix some record stuff manually

Signed-off-by: liach <liach@users.noreply.github.com>

* Fix record component getters and bump mappingpoet

Co-authored-by: liach <liach@users.noreply.github.com>
2021-09-26 13:53:15 +01:00
apple502j 80138462c2
21w38a telemetry (#2705)
* 21w38a telemetry

* Map TelemetryFields.HARDCORE

* Rename MinecraftClient.socialInteractionsService

* Rename to TelemetryConstants

* Rename xuid param
2021-09-26 01:14:23 +00:00
apple502j 93711c1b7d
21w38a JFR (#2703)
* 21w38a JFR

* Rename to FlightProfiler
2021-09-26 01:13:54 +00:00
Shnupbups a346619d8d
21w38a stuff (#2704) 2021-09-24 13:08:11 +01:00
apple502j 56cc7ef391
Yet another 21w38a stuff (#2707)
* 21w38a stuff

* Update mappings/net/minecraft/util/Util.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-09-24 13:06:56 +01:00
Player c90f6ad44b Update for intermediary fixes 2021-09-23 20:23:07 +02:00
Player 2f4b31c7df 21w38a 2021-09-23 18:35:53 +02:00
liach d6eb4319f4
Restore some stuff lost in 54f0920bc0 (#2695)
and furnish, closes #2686

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-09-20 16:52:01 +01:00
apple502j 69e93f720a
21w37a misc stuff (#2689)
* 21w37a stuff

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Revert BlockEntity change

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Move Range to util/dynamic

* Map SoundEngine init param

* Un-map BlockEntityUpdateS2CPacket#fromBlockEntity

* Move random classes to /world/gen/random/

* Update mappings/net/minecraft/util/dynamic/Range.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Rename to BlockPredicatesChecker

* Remove empty comment

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-09-20 16:51:40 +01:00
shartte ed314d96f7
Mappings for new BlockEntity update packet logic (#2692)
* Mappings for new BlockEntity update packet logic

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-09-20 16:51:29 +01:00
enbrain 8abe3202a8
Fix the parameters of type MatrixStack (#2694) 2021-09-20 16:51:19 +01:00
apple502j 61372ae755
21w37a version and shared constants (#2687)
* 21w37a version and shared constants

* Update mappings/net/minecraft/SaveVersion.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/SharedConstants.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: modmuss50 <modmuss50@gmail.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-09-18 14:21:41 +00:00
apple502j 1866662e34
21w37a native modules (#2688)
* 21w37a native modules

* Update mappings/net/minecraft/util/WinNativeModuleUtil.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-09-18 14:19:39 +00:00
modmuss50 59e55e43fe Map class_6552 as currenly causing issues. 2021-09-17 17:39:19 +01:00
Shnupbups d43dd63f45
21w37a stuff (#2685) 2021-09-17 16:18:49 +01:00
apple502j 639f0163d8
21w37a JFR forwardport (#2682)
* 21w37a JFR forwardport

* Update mappings/net/minecraft/util/profiling/jfr/JfrProfiler.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-09-17 16:18:41 +01:00
Player 54f0920bc0 Import from 1.18_experimental-snapshot-7 2021-09-17 01:24:14 +02:00
Player 1c48b54960 Update for intermediary fix 2021-09-16 22:55:57 +02:00
Player 3c62b19290 21w37a 2021-09-16 21:06:33 +02:00
frqnny 2575997c1d
FollowTargetGoal -> ActiveTargetGoal (#2561)
* FollowTargetGoal -> TrackClosestTargetGoal

* update with some child class renames too

* Update mappings

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-09-14 21:22:32 +01:00
Xelo 0b4b9aaa85
Update Quaternion.mapping (#2662) 2021-09-14 21:21:59 +01:00
haykam821 5734f310ca
Rename the ServerWorld#handleSleeping method to sendSleepingStatus (#2675)
Fixes #2638
2021-09-14 21:21:50 +01:00
apple502j a0592ba0ce
1.17.1 passive entity stuff (#2664)
* 1.17.1 passive entity stuff

* Update AxolotlBrain.mapping
2021-09-08 12:21:48 +01:00
enbrain ea5508aff0
Add some block documentation (#2667) 2021-09-08 12:21:01 +01:00
liach be93b866e1
Fixes #2643 sound relative (#2658)
Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-09-08 12:20:34 +01:00
frqnny 9fb70f43fb
Registry ops (#2576)
* First RegistryOps attempt

* use registryManager
2021-09-08 12:20:15 +01:00
enbrain 6970561c32
Fix DrawableHelper parameters (#2668) 2021-09-08 12:19:59 +01:00
apple502j 26dbaa9cce
Backport adjustToAverageHeight mapping (#2663) 2021-09-07 15:14:23 +01:00
haykam821 3bebac04cd
Rename the OperatorList#isOp method to canBypassPlayerLimit (#2666)
Fixes #2665
2021-09-07 15:13:56 +01:00
haykam821 aec78889d4
Rename and document the ServerPlayNetworkHandler#validateVehicleMove method (#2617)
* Rename the ServerPlayNetworkHandler#validateVehicleMove method to validateMovement

Fixes #2603

* Document the ServerPlayNetworkHandler#validateMovement method

* Rename the ServerPlayNetworkHandler#validateMovement method to isMovementValid

* Fix the name and documentation for the ServerPlayNetworkHandler#isMovementValid method being inverted

* Remove a duplicate word from the documentation for the ServerPlayNetworkHandler#isMovementInvalid method
2021-09-02 12:36:03 +01:00
haykam821 973ab21029
Fix the player parameter of methods used for playing sounds in the World class being unclear (#2646)
* Fix the player parameter of methods used for playing sounds in the World class being unclear

* Document the except parameter of methods used for playing sounds in the World class
2021-09-02 12:35:48 +01:00
liach ff3f628029
Fix #2652 broken return tags (#2656)
Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-09-02 12:35:31 +01:00
deirn 80a35594f5
Add a note for where to get server's actual dynamic registry entries (#2649) 2021-08-31 20:40:36 +01:00
liach 64b428097f
NativeImage new stuff and refactors, significantly improve consistency (#2528)
Fixes #2527

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-08-31 20:40:12 +01:00
haykam821 19070213b2
Rename and document the BedBlock.isOverworld method (#2651)
* Rename the BedBlock.isOverworld method to isBedWorking

Fixes #2645

* Document the BedBlock.isBedWorking method
2021-08-31 20:39:59 +01:00
haykam821 2920a46c96
Rename the StatusEffectType class to StatusEffectCategory (#2648) 2021-08-25 16:26:03 +01:00
haykam821 15d3ef9a79
Rename the GameModeSelectionScreen.GameMode class to GameModeSelection (#2647)
Fixes #2626
2021-08-25 16:25:53 +01:00
haykam821 83b0f873a0
Document the BooleanBiFunction interface (#2493)
* Document the BooleanBiFunction interface

* Fix the documentation for the BooleanBiFunction#CAUSES and BooleanBiFunction#CAUSED_BY fields being incorrect

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-08-25 16:25:38 +01:00
Evan Steinkerchner 755162fb98
Update method mappings in RecipesProvider (#2644) 2021-08-22 22:21:41 +01:00