Commit Graph

2390 Commits

Author SHA1 Message Date
Nolij c5ee5c4747
add getSkyColor mapping to ClientWorld (#2899) 2021-12-04 01:55:45 +00:00
haykam821 4303463532 Rename the DataGenerator#install method to addProvider (#2832) 2021-11-16 13:10:01 +00:00
Juuxel 4c99e62137
Backport #2770 (#2780) 2021-10-22 11:30:30 +01:00
NotSomeBot 587d189c77
name function method_26318 applyMovementInput (#2773) 2021-10-20 21:44:20 +01: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
Juuxel 55c122e987
Rename and document HoeItem tilling names (#2635)
* Rename and document HoeItem tilling names

- TILLED_BLOCKS -> TILLING_ACTIONS (it's not a pure block->block map
  anymore)
- getTillingConsumer -> getTillingAction: more descriptive this way
- usagePredicate -> canUse: more conventional and descriptive name for a
  boolean-returning method

* HoeItem.canUse -> canTill

* Address code review

* Code review part II

* Update mappings/net/minecraft/item/HoeItem.mapping

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-08-22 22:15:46 +01:00
Jakob K b1b2179711
Improve ChunkStatus mappings (#2619)
* Improve ChunkStatus mappings

* Do not remap non-obfuscated doWork functions
2021-08-22 22:15:13 +01:00
Devan-Kerman c1602ae643
Update Element.mapping (#2641) 2021-08-21 10:37:06 +01:00
enbrain 260577f617
Document key binding instances (#2640)
* Document key binding instances

* 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-08-15 15:17:54 +01:00
白门守望者 35113d5133
Fixed A Mapping Mismatch in A Constructor Method (#2631)
* Fixed A Mapping Mismatch in Constructor Method

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

Yes. This value is for 'replaceable'. Agree.

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

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2021-08-13 12:08:22 +01:00
enbrain adf72aa42f
Document whether inclusive or not (#2611)
* Document whether inclusive or not

* Use math interval notations
2021-08-10 10:47:54 +01:00
haykam821 332abd0930
Fix the names of style fields in the CommandSuggestor class indicating the wrong type (#2628)
Fixes #2625
2021-08-10 10:46:46 +01:00
ByMartrixX 5c3acefeeb
Use upper snake case with static final fields (#2624)
* Use upper snake case with static final fields

* Fix fields that I missed
2021-08-07 16:51:52 +01:00
liach 749c4dcfb3
clarify single player of a server (#2607)
* clarify single player of a server

Fixes #2605

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

* Document online mode and indicate how it relates to singleplayer
status

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

* isSinglePlayer -> isSingleplayer

singleplayer is a mode, single player is the player for the mode

Co-authored-by: liach <liach@users.noreply.github.com>
2021-08-07 11:06:14 +01:00
Jakob K 9dc7addd86
ChunkRegion block placement validation mappings (#2620)
* ChunkRegion block placement validation mappings

* Fix ChunkRegion placementRadius spelling mistake

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

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

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

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

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

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-08-07 11:01:56 +01:00
Devan-Kerman 56ae93966e
Add javadoc to getItemBarStep (#2610)
* Update ItemStack.mapping

* clarify length

* change to return javadoc

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

* change to return javadoc

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-08-02 11:09:59 +01:00
apple502j 19914956ae
1.17.1 arguments stuff (#2606)
* 1.17.1 arguments stuff

* Update mappings/net/minecraft/command/argument/ScoreboardObjectiveArgumentType.mapping

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

* Un-map method_9353

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-07-27 15:45:49 +01:00
Alex O'Neill 4a3b6e7eca
Remove \u200c (#2608) 2021-07-25 18:39:23 +01:00
LambdAurora fd85633178
Unpick lightmap constants. (#2595)
* Unpick lightmap constants.

* Update unpick-definitions/lightmap_coordinates.unpick

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-07-23 13:54:03 +01:00
apple502j bf596421bb
1.17.1 util.math stuff (#2596)
* 1.17.1 util.math stuff

* Map and document some methods

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

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

* Update Direction.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-07-23 13:53:43 +01:00
YanisBft fe859258e3
ChestStateManager -> ViewerCountManager (#2602)
* Bring back containers

* Update mappings/net/minecraft/block/entity/ContainerStateManager.mapping

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

* rename to ViewerCountManager

* Update mappings/net/minecraft/block/entity/ViewerCountManager.mapping

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

* Update mappings/net/minecraft/block/entity/ViewerCountManager.mapping

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

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-07-23 13:53:35 +01:00
marcus8448 e87883ace1
ElderGuardianAppearanceParticle#LAYER -> layer (#2604)
It is not a constant.
2021-07-23 13:53:17 +01:00
Juuxel afae2e2033
Game test fixes and additional docs (#2598)
* Game test fixes and additional docs

* Update mappings/net/minecraft/server/command/TestCommand.mapping

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-07-22 23:21:26 +01:00
Dimas e56d581682
Rename optional tag provider builder (#2585) 2021-07-21 08:19:06 +01:00
modmuss50 8551f2ee31 Revert "Use automapped names for documented fields (#2571)"
This reverts commit c96f65c814.
2021-07-19 21:49:44 +01:00
Juuxel febccc5477
Color provider improvements (#2553)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-19 14:30:41 +01:00
YanisBft c96f65c814
Use automapped names for documented fields (#2571)
* Use automapped names for documented fields

* forgot those

* update filament
2021-07-19 13:06:35 +01:00
ByMartrixX 1b73d000c1
Ingame screen constant mappings (#2569)
* Ingame screen mappings

* Apply suggestions from code review

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

* Update mappings/net/minecraft/client/gui/screen/ingame/StonecutterScreen.mapping

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

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2021-07-19 13:05:42 +01:00
Devan-Kerman ead9e60a81
Rename BakedModel#getSprite to more intuitive name (#2545)
* Update BakedModel.mapping

* Update mappings/net/minecraft/client/render/model/BakedModel.mapping

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

* getSprite -> getModelIcon

* ItemModels#getSprite -> getModelIcon

* BlockModels#getSprite -> getModelIcon

* Update BlockModels.mapping

* Update ItemModels.mapping

* Update BakedModel.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-19 13:05:07 +01:00
YanisBft 15e4d8c166
Rename *Criterion.test methods to trigger (#2564)
* Rename *Criterion.test methods to trigger

* obtainedDate

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-19 12:58:03 +01:00
Juuxel bd19977499
Loot/JSON serialisation improvements (#2554)
* Loot/JSON serialisation improvements

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

* More JsonSerializing renames

* Clarify JD

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-19 12:57:43 +01:00
LambdAurora 2066393724
Map stuff in LightmapTextureManager. (#2591)
* Map stuff in LightmapTextureManager.

* Update mappings/net/minecraft/client/render/LightmapTextureManager.mapping

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-07-19 12:56:23 +01:00
haykam821 01b2651a3a
Map and document the maximum redirect distance constant in the LightningRodBlock class (#2589)
* Map the maximum redirect distance constant in the LightningRodBlock class

* Document the maximum redirect distance constant in the LightningRodBlock class
2021-07-19 12:55:52 +01:00
ByMartrixX d3d36f60a4
Map Mojang's GLFW constants (#2578)
* Map Mojang's GLFW constants

* scancode -> scanCode
2021-07-14 08:13:09 +01:00
IMS212 662779b615
Rename "bind" and "upload" to "unbind" and "bind" (#2577) 2021-07-13 11:13:43 +00:00
Dogeon188 af24263a0a
AxolotlEntity.Variant naming fix (#2575) 2021-07-13 11:07:02 +00:00
ByMartrixX 552595f20f
Some entity renderer and model mappings (#2566)
* Some entity renderer and model mappings

* More mappings

* Update mappings, add some parameters
2021-07-13 03:05:29 +00:00
liach 734e53a18a
Recipe docs (#2549)
* Recipe docs

Renames to fix #2544 and a few other less impactful ones

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

* Fix doc link

* Funny glossary

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

* thanks yanis for fixes

Co-authored-by: YanisBft <doublecraft.official@gmail.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: YanisBft <doublecraft.official@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-10 12:28:34 +01:00
frqnny 1b8645d951
Rename names around Fireworks to match FireworkRocket (#2556)
* Rename FireworkRocketEntity to FireworkEntity

* Fix requested changes

* Rename FireworkChargeItem to FireworkStarItem

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-10 12:28:26 +01:00
liach d88f9e4804
Update toolchain and fix minor javadoc problems (#2563)
* Update toolchain and fix minor javadoc problems

Fixes #2518 and resolves gradle warnings

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

* update java version in comment as well

* remove obsolete comment (didn't forsee mojang would go java 16)

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

* beautify this as well

* at least javadoc won't stall for 10 minutes now

still after 5 minutes of building there is a daemon with 4G ram usage

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

* Use more friendly format to set properties

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-07-10 12:28:14 +01:00
liach 3e0278676c
rc2 stuff (#2565)
* rc2 stuff

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

* Don't use weird arrow

Co-authored-by: liach <liach@users.noreply.github.com>
2021-07-10 12:27:42 +01:00
ByMartrixX 62fb2bda10
Block render mappings (#2567)
* Block render mappings

* isBlockEntityInRenderDistance -> isInRenderDistance
2021-07-10 12:27:34 +01:00
frqnny b054090c81
Travel javadocs (#2568)
* Travel method javadocs

* moved param doc to param

* fix

* Fix a typo

* Fix a typo 2.0 electric boogaloo

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

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-07-10 12:27:29 +01:00
enbrain 11f052803c
Fix the parameter of SliderWidget.setValue (#2570)
* Fix the parameter of SliderWidget.setValue

* Fix format
2021-07-10 12:27:23 +01:00
Juuxel 1eee701121
MinecraftClient.openScreen -> setScreen (#2526)
* MinecraftClient.openScreen -> setScreen

Closes #1597.

* Fix javadoc error in Item.Settings

* 'currently opened' -> 'previous'

* Improve jd

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-10 12:27:09 +01:00
LambdAurora 3299249a97
ItemStack refactor and documentation. (#2511)
* ItemStack refactor and documentation.

* shouldSyncNbtToClient -> isNbtSynced

* Fix method name.

* Improve consistency.

* More documentation.

* NBT operations documentation.

* Fix bad link, add Sub part to operations to Sub NBT.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-10 12:26:50 +01:00
modmuss50 648897cd3e 1.17.1-rc2 2021-07-05 16:40:11 +01:00
liach 7c2336e817
Camera projection (#2532)
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-07-05 16:32:18 +01:00
apple502j 7d14ba4a2f
Map more screens stuff (#2546)
* Map more screens stuff

* Update mappings/net/minecraft/client/gui/screen/DeathScreen.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 isNarratable/BeaconButtonWidget

* narratorTimer -> lastNarrationTime

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-07-05 16:32:12 +01:00
frqnny e727668fbc
Rename BlockBox#empty to BlockBox#infinite (#2558) 2021-07-05 16:32:07 +01:00
frqnny ff0c40d8a1
Misc structure gen mappings (#2559)
* Misc structure gen mappings

* Update javadoc
2021-07-05 16:32:02 +01:00
liach 0bcc427a29
A few unnamed item renderer stuff (#2547)
Signed-off-by: liach <liach@users.noreply.github.com>
2021-07-04 15:39:31 +00:00
liach ab850df1d7
PortalUtil -> BlockLocating, and findColumnEnd (#2514)
Fixes #2510

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-07-04 01:31:50 +01:00
Juuxel 91c7aa7036
Block.addStacksForDisplay -> appendStacks + docs (#2538)
Closes #2537.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-04 01:31:17 +01:00
apple502j db44f9c249
1.17.1-rc1 stuff (#2540) 2021-07-04 01:31:01 +01:00
modmuss50 9d8a096c5f 1.17.1-rc1 2021-07-01 17:21:19 +01:00
mschae23 d3ce24bdd9
Mapped ore vein and noodle caves generator (#2531)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-01 13:54:48 +01:00
YanisBft f3a7d261e1
Some datafixer methods and fields (#2536)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-01 13:54:37 +01:00
Juuxel 7a6582f2dd
Document SpawnEggItem.getColor (#2539) 2021-07-01 13:54:27 +01:00
apple502j 6aaad15ea9
1.17.1-pre2/pre3 stuff (#2535)
* 1.17.1-pre2 stuff

* 1.17.1-pre3 stuff
2021-07-01 13:54:06 +01:00
modmuss50 0ad32f2247 1.17.1-pre3 2021-06-30 18:01:37 +01:00
Technici4n 8d5c0505e8
Name missing handled screen method (#2533)
* Name missing handled screen method

* Fix wrong param as well
2021-06-29 17:20:12 +01:00
liach 1cc9733ae3
Sampler changes (#2478)
* Fully mapped sampler

now they are mostly on server, and a few refactors

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

* Missing old name

Co-authored-by: liach <liach@users.noreply.github.com>
2021-06-28 15:22:54 +01:00
YanisBft 4e2c6d333a
41 client constants (#2497)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-28 15:22:36 +01:00
haykam821 73e8c1e92e
Document the DyedCarpetBlock class (#2498)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-28 15:22:20 +01:00
YanisBft 23dce9491b
Random server mappings (#2512)
* Random server mappings

* Update mappings/net/minecraft/server/ServerConfigEntry.mapping

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

* update enigma

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-06-28 15:22:10 +01:00
Alexander 1763ecc994
Some NativeImage methods (#2522)
* Some NativeImage methods

* getColorOrLuminance -> getColor
2021-06-28 15:21:44 +01:00
apple502j ec09b29d49
Map screen handlers (#2523) 2021-06-27 11:18:10 +01:00
ByMartrixX 4af63f77cf
Map debug renderers stuff (#2520)
* Map some things in VillageDebugRenderer

* Map constants in BeeDebugRenderer

* PathfindingDebugRenderer mappings

* StructureDebugRenderer mappings

* GameEventDebugRenderer mappings

* ChunkLoadingDebugRenderer mappings

* GoalSelectorDebugRenderer and HeightmapDebugRenderer mappings

* GameTest, RaidCenter, VillageSections and SkyLight DebugRenderers mappings

* Apply suggestions from code review

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

* getNamesOfVillagersWithPotentialJobSite -> getNamesOfJobSitePotentialOwners and
getNamesOfVillagersWithPointOfInterest -> getNamesOfPointOfInterestTicketHolders

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-06-27 11:13:39 +01:00
enbrain 32152b6855
Document EntityVelocityUpdateS2CPacket and ExplosionS2CPacket (#2521) 2021-06-27 11:13:17 +01:00
apple502j 117c139ec9
More 1.17-pre1 stuff (#2501)
* More 1.17-pre1 stuff

* Rename to entireStack

* Use revision instead of nonce

* Document read/writeOptional

* Update mappings/net/minecraft/screen/ScreenHandler.mapping

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

* Update mappings/net/minecraft/client/realms/gui/screen/RealmsSubscriptionInfoScreen.mapping

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

* Rename getMaxY to getHeight

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-06-26 12:53:03 +01:00
ByMartrixX 6473b3525a
1.17.1-pre1 stuff (#2500)
* 1.17.1-pre1 stuff

* Apply review suggestions

* Rename BookUpdateC2SPacket constructor args

* Rename two BookUpdateC2SPacket getters

* Improve method_37420 name
2021-06-24 14:15:19 +01:00
apple502j baec669196
Map resource package params (#2515)
* Map resource package params

* Update mappings/net/minecraft/client/resource/metadata/AnimationFrameResourceMetadata.mapping

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-06-24 14:14:30 +01:00
haykam821 be992dfd43
Map lambda parameters in the BooleanBiFunction class (#2516) 2021-06-24 14:14:01 +01:00
liach 743dedee46
some util dynamic stuff (#2502)
* some util dynamic stuff

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

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

Co-authored-by: YanisBft <doublecraft.official@gmail.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: YanisBft <doublecraft.official@gmail.com>
2021-06-21 12:00:15 +01:00
apple502j 930449aca3
Map realms, again (#2505)
* Map realms, again

* Consistent capitalization of "tooltip"

* Update mappings/net/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen.mapping

Co-authored-by: YanisBft <doublecraft.official@gmail.com>

Co-authored-by: YanisBft <doublecraft.official@gmail.com>
2021-06-21 11:59:03 +01:00
haykam821 0d177cd2e2
Rename the createTreeFeature and createLargeTreeFeature methods to indicate that they return a constant reference to a configured feature (#2508)
Fixes #2506
2021-06-21 11:58:53 +01:00
apple502j 45146d364a
Use "tooltip" instead of "toolTip" (#2509) 2021-06-21 11:58:38 +01:00
modmuss50 39bf6bccf6 1.17.1-pre1 2021-06-18 14:36:45 +01:00
jackassmc 62a05f3c86
Map SplashOverlay.renderProgressBar (#2495)
* Map SplashOverlay.renderProgressBar

* Improve renderProgressBar args
2021-06-16 13:06:23 +00:00
Yan Chubikov eb10920c4f
change SplashScreen to SplashOverlay (#2494)
SplashScreen does not extend Screen but instead Overlay.
2021-06-14 03:45:29 +00:00