Commit Graph

3367 Commits

Author SHA1 Message Date
Louis f4c0606e89
Allay Stuff :D (#3642)
Co-authored-by: D1p4k <82884007+D1p4k@users.noreply.github.com>
2023-08-25 09:01:59 +10:00
apple502j 2af369c055
Document inventories (#3641) 2023-08-25 09:01:48 +10:00
ErrorCraft 7701c0de30
Rename StringIdentifiable.Codec to StringIdentifiable.EnumCodec (#3639) 2023-08-23 18:51:11 +09:00
apple502j b97e8e1c62
23w33a more stuff (#3638)
Resolves #3631
Resolves #3632
2023-08-18 23:25:29 +10:00
Shnupbups 2fb9efb02a
23w33a stuff (#3637) 2023-08-18 17:26:43 +09:00
modmuss50 b26d6f6764 23w33a 2023-08-17 16:26:56 +01:00
lovexyn0827 ac5a18ce6f
Rename confusing names and add javadoc in n.m.server.world (#3635) 2023-08-17 14:54:47 +01:00
Louis ba7263aa0a
RangedAttackMob.attack -> RangedAttackMob.shootAt (#3606)
Co-authored-by: D1p4k <82884007+D1p4k@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: modmuss <modmuss50@gmail.com>
2023-08-17 14:54:38 +01:00
haykam821 e9536d1abe
Rename the EntityTrackerEntry#lastHeadPitch field to lastHeadYaw (#3633)
Fixes #3618
2023-08-17 21:59:37 +09:00
apple502j 9d6bc0730d
23w32a more stuff (#3629)
* 23w32a more stuff

* Fix some names
2023-08-17 12:45:34 +01:00
Kevin 6c2190fd50
Add default namespace behavior docs in Identifier (#3636) 2023-08-17 19:54:31 +09:00
Shnupbups c79ff3fbdc
23w32a stuff (#3626)
* 23w32a stuff

* 23w32a stuff

* re-fix build whoops

* whoops

That's what you get for trying to do this stuff on a phone
2023-08-10 12:09:04 +09:00
haykam821 e2baf81098
Rename the BoatEntity#copyEntityData method to clampPassengerYaw (#3627)
Fixes #3616
2023-08-10 12:58:59 +10:00
apple502j 7bfd7578e0
23w32a networking (#3625) 2023-08-10 12:58:29 +10:00
liach 09474f2c4e
Network related notes and changes (#3624)
* Network related notes and changes

* Update mappings/net/minecraft/server/network/ServerPlayNetworkHandler.mapping

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

---------

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-09 16:54:23 +01:00
modmuss50 5eb4bac44d Fix build 2023-08-09 16:36:38 +01:00
modmuss50 dac0dd71e1 23w32a 2023-08-09 16:28:38 +01:00
apple502j 3f333bf327
23w31a more networking (#3621) 2023-08-06 08:18:31 +09:00
modmuss50 c9b86e074b Fix incorrect mapping in PacketByteBuf 2023-08-05 19:52:49 +01:00
apple502j ddd190693f
23w31a client gui (#3620) 2023-08-06 02:41:13 +10:00
apple502j e5e513cc5f
23w31a client (#3619)
* 23w31a client non-GUI

* Fix #3568
2023-08-05 18:40:14 +02:00
apple502j bf7b9083ec
23w31a misc (#3623) 2023-08-06 02:35:06 +10:00
apple502j 511bb87f9f
23w31a block, item, entity stuff (#3622)
* 23w31a block, item, entity

* Fix #3607
2023-08-06 02:33:09 +10:00
apple502j f44d3313d8
23w31a resource (#3617) 2023-08-05 15:49:41 +09:00
apple502j 075dd632ba
23w31a commands and functions (#3614) 2023-08-05 07:29:11 +09:00
apple502j 127beb313d
23w31a networking (#3612)
* Map new packets

* Map new listeners

* Map general networking

* Map server networking

* Map client networking

* Map misc networking, delete now-mapped class

* Repackage Netty handlers

* Fix packet yarnbugs
2023-08-04 20:01:01 +09:00
Shnupbups 5d1e3dcd8c
More 23w31a stuff (#3613)
Just a couple of extras
2023-08-04 12:20:46 +09:00
Shnupbups 6a0a492578
23w31a stuff (#3610)
* 23w31a stuff

i'm starting to get a headache so i'll stop now
lots of stuff left though

* Apply suggestions from code review

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

---------

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2023-08-03 13:44:06 +09:00
modmuss50 c073210031 23w31a 2023-08-02 18:18:08 +01:00
Benonardo 9672e1ffb4
Rename registerPressurePlate to registerWeightedPressurePlate (#3608) 2023-07-20 23:06:52 +03:00
bluebear94 46503b6892
1.20 client mappings (#3582)
* Map LogoDrawer constants

* Map constants in PlayerSkinDrawer

Since we can’t consult mojmap, the precise meanings of the various
‘8’ constants will remain elusive. The mappings in this commit
are inferred from the position of the ‘40’ (FACE_OVERLAY_X).

* Map more GUI constants

* Add parameter mapping for SpectatorHud.cycleSlot

* Map two Particle fields

* Map the rest of the Frustum class

* Map WorldRenderer

* Add mappings for debug renderers and entity models

* SinglePartEntityModel.ZERO → TEMP

This is not always zero; rather, it is used for temporary storage.

* Add more mappings for SplashTextRenderer

* Fix javadocs for SplashText.render’s alpha parameter

* Map screen handler constants

* Map interactivity parameters for structure blocks

* Add mappings for various fixes

* Implement suggested changes

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shnupbups <shnupbups@gmail.com>
2023-06-29 11:48:21 +01:00
replaceitem ee663580b3
Swapped x2 and y1 in DrawContext#fill (#3599) 2023-06-24 10:48:29 +10:00
Jerozgen 353d986b75
Rename `unlockCraftedRecipe` to `onRecipeCrafted` (#3598) 2023-06-24 10:44:49 +10:00
Benonardo d3935bc27c
GameMenuScreen constants (#3600) 2023-06-24 01:46:12 +02:00
Louis ea878a055a
Change Name (#3594)
Co-authored-by: D1p4k <82884007+D1p4k@users.noreply.github.com>
2023-06-21 14:09:26 +01:00
Jerozgen b1ce91b072
Rename `originalHealth` to `damage` (#3597) 2023-06-21 14:02:18 +01:00
MiniDigger | Martin f976698636
The Great Lambda FixUp (#3593)
* The Great Lambda FixUp

* complete some records

* revert record changes and clean up old paper mappings

* missed some
2023-06-20 23:11:48 +01:00
modmuss cb9a9bcad7
Update CFR and fix LootDataType params (#3591) 2023-06-14 15:35:22 +01:00
apple502j de6b90b586
1.20.1-rc1 stuff (#3590)
* 1.20.1-rc1 stuff

* :ohno:
2023-06-10 16:56:15 +01:00
modmuss50 f4148fc90d 1.20.1-rc1 2023-06-09 15:50:28 +01:00
Shnupbups 572dfe2375
1.20 rc1 stuff (#3589) 2023-06-01 00:56:53 +10:00
modmuss50 f215d5bf96 1.20-rc1 2023-05-31 14:43:18 +01:00
apple502j 4ab0ab3f2b
1.20-pre7 symlink stuff (#3588) 2023-05-30 13:31:46 +09:00
modmuss50 39b2eb0e51 1.20-pre7 2023-05-29 15:59:52 +01:00
apple502j 8d6ee62c85
1.20-pre6 stuff (#3587) 2023-05-25 23:39:17 +09:00
modmuss50 92113592d9 1.20-pre6 2023-05-25 14:11:32 +01:00
apple502j 2a9a2fea85
Map class_8012 (#3586) 2023-05-24 20:47:11 +10:00
Shnupbups 284db43750
1.20-pre5 stuff (#3585) 2023-05-24 00:40:02 +09:00
modmuss50 dc013f4d6f 1.20-pre5 2023-05-23 14:41:57 +01:00
apple502j 1fcfaad6f2
Fix param name in EndCombatS2CPacket (#3583) 2023-05-22 01:46:35 +10:00
YanisBft 252aacf837
Map datafixer constructor args (#3581) 2023-05-20 12:30:28 +09:00
Shnupbups 4673299ded
1.20-pre3 stuff (#3580)
* 1.20-pre3 stuff

* whoops
2023-05-19 22:41:02 +09:00
modmuss50 e0f6764c4d 1.20-pre3 2023-05-19 13:17:13 +01:00
apple502j 48a697cbb2
1.20-pre2 stuff (#3579)
* 1.20-pre2 stuff

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

* Update mappings/net/minecraft/recipe/Ingredient.mapping
2023-05-18 20:15:52 +09:00
modmuss50 e02a7e6446 1.20-pre2 2023-05-16 15:06:26 +01:00
Tae Lim Kook 7d578b7cb5
Map some sundry names (#3569)
* Map some sundry names

* Make requested changes

* Fix misleading method name in Box: isValid → isNaN

---------

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2023-05-16 15:00:40 +01:00
YanisBft bf22eb341b
Some entity constants (#3578) 2023-05-16 22:53:10 +09:00
apple502j 9e8bbfb868
1.20-pre1 more stuff (#3577) 2023-05-14 17:07:18 +02:00
Shnupbups e8105d86b1
1.20-pre1 stuff (#3571)
* 1.20-pre1 stuff

* Update LootContextParameterSet.mapping

* RandomSequencesState
2023-05-12 01:22:00 +09:00
Tae Lim Kook 82d721d9a4
Fix mappings related to MathHelper.atan2 (#3570)
* Fix mixed up getRed/getBlue names in ColorHelper.Abgr (#3541)

* Fix mappings related to MathHelper.atan2

---------

Co-authored-by: kb1000 <kaeptmblaubaer1000@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2023-05-11 13:57:28 +01:00
modmuss50 8cf6931518
Rename `AbstractBlock.Settings.of()` to `AbstractBlock.Settings.create()` (#3573) 2023-05-11 17:27:44 +10:00
modmuss50 09085b2dbb 1.20-pre1 2023-05-10 14:10:04 +01:00
apple502j 85ffd03d89
23w18a more stuff (#3567) 2023-05-06 13:28:33 +10:00
dicedpixels 189568902e
fix: body, footer incorrectly mapped in ThreePartsLayoutWidget (#3565) 2023-05-06 01:42:26 +09:00
Shnupbups cf0715edf1
23w18a stuff (#3563)
* 23w18a stuff

* Update TelemetryManager.mapping

* suggestions

* Apply suggestions from code review

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: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2023-05-05 14:33:40 +01:00
liach bfbff02daf
Telemetry stuff and Time recording (#3559)
* Telemetry stuff and Time recording

* Remove leftover from previous

---------

Co-authored-by: liach <liach@users.noreply.github.com>
2023-05-04 20:12:09 +09:00
liach f0d378318a
Loot additions and corrections (#3560)
* Loot addition and corrections

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

* bugs

---------

Signed-off-by: liach <liach@users.noreply.github.com>
Co-authored-by: liach <liach@users.noreply.github.com>
2023-05-04 20:11:43 +09:00
liach 1d8031b2af
Font stuff (#3561)
Co-authored-by: liach <liach@users.noreply.github.com>
2023-05-04 20:11:24 +09:00
modmuss50 377ae91945 23w18a 2023-05-03 14:29:41 +01:00
haykam821 45e7856cc8
Rename the StatusEffectUtil.durationToString method to getDurationText (#3558)
Fixes #3544
2023-04-28 17:30:46 +03:00
Jerozgen f8c5cef06d
Fix wrong `projectile` argument name (#3555) 2023-04-27 23:36:51 +01:00
apple502j df993acbeb
23w17a stuff (#3554)
* More 23w17a stuff

* Remove missing unpick refs

* Map EntityStatuses#START_DIGGING

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

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

---------

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2023-04-27 23:36:34 +01:00
Tae Lim Kook 2b6d4a9493
Add mappings for font and light handling (#3553)
* Add mappings for font and light handling

* Move ReferenceFont and TextRenderLayerSet to proper package
2023-04-27 16:41:24 +09:00
Shnupbups 2d7a44cb83
23w17a stuff (#3552)
* 23w17a stuff

I have no clue when it comes to font or lighting stuff, so the bulk of this snapshot isn't covered here...

* Update mappings/net/minecraft/client/texture/NativeImage.mapping

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

---------

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2023-04-27 00:58:55 +02:00
Player 3f6476c92a 23w17a 2023-04-26 11:56:04 -04:00
apple502j 433a1c4a6b
More 23w16a stuff (#3551)
* More 23w16a stuff

* Drop invalid mappings

* Update javadoc
2023-04-22 16:39:21 +10:00
Shnupbups 17900fc490
22w16a stuff (#3550) 2023-04-22 00:15:29 +09:00
Shnupbups 501bf0ef6a
DrawableHelper -> DrawContext (#3548)
* DrawableHelper stuff

This class needs a new name!

* Rename to DrawContext
2023-04-22 00:15:10 +09:00
modmuss50 7158cb53c6
Fix Item Group registry name (#3549) 2023-04-21 03:25:24 +10:00
modmuss50 c57cb40338
Item group registry names (#3547) 2023-04-20 18:04:12 +01:00
Matias Koivikko eaf51bdb7d
Misc 23w16a mappings (#3546)
* Map /return command and related changes

* Map recipe_crafted advancement criterion

* Map new datafixers in 23w16a

* Add package to Schema3448
2023-04-21 01:57:54 +10:00
modmuss50 3d7de5d857 23w16a 2023-04-20 15:15:32 +01:00
Matias Koivikko ee07fd7cd6
Map sign changes (#3538)
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2023-04-11 00:44:11 +01:00
apple502j 00dfa8930c
23w14a loot stuff (#3543)
* 23w14a loot stuff

* Update mappings/net/minecraft/loot/context/LootContext.mapping

* Update mappings/net/minecraft/loot/condition/ReferenceLootCondition.mapping

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

---------

Co-authored-by: Shnupbups <shnupbups@gmail.com>
2023-04-09 20:25:47 +10:00
Shnupbups a4552960ed
Fix mixed up getRed/getBlue names in ColorHelper.Abgr (#3541) (#3542)
Co-authored-by: kb1000 <kaeptmblaubaer1000@gmail.com>
2023-04-08 14:18:26 +01:00
apple502j ac69951968
More 23w14a stuff (#3540) 2023-04-07 22:44:28 +09:00
Shnupbups 77afab8eaa
23w14a stuff (#3539)
the loot table changes scare me so i havent touched them much at all
2023-04-06 23:15:27 +09:00
Player 64d79d8f07 23w14a 2023-04-05 10:59:01 -04:00
apple502j 4eed62e082
More 23w13a stuff (#3531)
* 23w13a stuff

* Renames
2023-03-30 03:16:25 +09:00
Shnupbups c9b27361a0
23w13a stuff (#3530)
* 23w13a stuff

Much of the changes to lighting are still unmapped as I'm feeling too small brain to figure them out right now.

* dropped hanging sign block stuff

Apple says theirs is better :)

* drop projectileutil
2023-03-30 02:01:36 +09:00
modmuss50 0829f368ec 23w13a 2023-03-29 15:34:11 +01:00
Shnupbups 2b9d67d863
Fix typo + map 1 method (#3528) 2023-03-25 20:52:12 +09:00
Shnupbups ed38cfab17
Update World Events unpick (#3527)
Maps and documents new world events, and updates the unpick to match as well as remove events that no longer exist.
Also fixes an incorrect name from #3525
2023-03-25 21:14:27 +11:00
apple502j a8df882cf3
23w12a stuff (#3526)
* 23w12a stuff

* Fix javadoc

* Fix typo
2023-03-25 16:50:21 +09:00
Shnupbups 7d293c0ef2
23w12a stuff (#3525)
* 23w12a stuff

Probably enough for now, I'll take a more thorough look later

* More stuff
2023-03-23 12:25:44 +09:00
modmuss50 ab74ad09af 23w12a 2023-03-22 16:31:25 +00:00
apple502j 7fdd2f3c9e
1.19.4-pre4/rc stuff (#3523)
* 1.19.4-pre4 stuff

* 1.19.4-rc2 stuff

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-14 14:57:46 +00:00
modmuss50 ae8ad0d9f7 1.19.4-rc2 2023-03-10 14:01:13 +00:00
modmuss50 9b48d6c44f 1.19.4-rc1 2023-03-09 16:53:46 +00:00
modmuss50 e6b8db8212 1.19.4-pre4 2023-03-08 14:39:45 +00:00
Juuz 6fb421c29c
Improve some worldgen parameters (#3522)
- PlacedFeature: Added mappings for `random`
- PlacedFeatures: Used more descriptive names for configured feature
  registry entries
- TreeDecorator: Fixed a typo
2023-03-04 11:24:25 +09:00
apple502j e817f40aa8
1.19.4 pre3 stuff (#3521)
* 1.19.4-pre3 stuff

* Rename FocusedRect and FocusedPos
2023-03-02 14:07:09 +00:00
Benonardo 8091719131
Improve ambiguous brain tasks (#3520)
* Rename WalkTask to FleeTask

* Rename FollowMobTask to LookAtMobTask

* Rename FollowMobWithIntervalTask to LookAtMobWithIntervalTask

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-02 14:06:34 +00:00
modmuss50 afbf94cb55 1.19.4-pre3 2023-03-01 15:09:27 +00:00
apple502j dd773c9900
1.19.4-pre2 stuff (#3518) 2023-03-01 21:04:07 +09:00
Shnupbups 61628fa98e
Misc small things (#3517)
* Misc small things

Looked at the mapping stats graph and went through and mapped some things

* Update BuiltinBiomes.mapping

* Update mappings/net/minecraft/world/gen/structure/RuinedPortalStructure.mapping

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-28 21:21:44 +09:00
modmuss50 f8461a1b99 1.19.4-pre2 2023-02-27 15:14:14 +00:00
Jerozgen de6ba2b8c5
Fix wrong `showIcons` argument names (#3510) 2023-02-25 19:36:17 +11:00
Jerozgen a1d2e88a9b
Rename `getOrCreateMapState` to `getMapState` (#3511) 2023-02-25 19:33:59 +11:00
apple502j ea2a1c0714
More 1.19.4-pre1 stuff (#3516)
* 1.19.4-pre1 stuff

* Fix javadoc

* Update mappings/net/minecraft/data/server/tag/TagProvider.mapping

* Update mappings/net/minecraft/data/server/tag/TagProvider.mapping

* Apply suggestions from code review

* Apply suggestions from code review

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

---------

Co-authored-by: Shnupbups <shnupbups@gmail.com>
2023-02-25 17:25:22 +09:00
Shnupbups c9788b4f8e
1.19.4-pre1 stuff (#3515)
* 1.19.4-pre1 stuff

Might do more later

* little more

* Suggestions
2023-02-24 20:56:03 +09:00
mschae23 cd52dc61df
Multi noise presets and heightmap argument type (#3513) 2023-02-23 14:39:02 +09:00
modmuss50 6d9dc3a565 1.19.4-pre1 2023-02-22 17:22:18 +00:00
mschae23 59d28e12ec
ChunkNoiseSampler and DensityFunction renames and documentation (#3512)
* Add some documentation for density interpolation

* Density function documentation

* Fixed Javadoc tags
2023-02-23 02:00:42 +09:00
Juuz 4ea8ba7381
Minor fixes (#3504)
* Minor fixes

- Fix casing in the name of GlImportProcessor, fixes #3488
- Use full word "playerInventory" instead of "inv" in
  ScreenHandlerFactory for clarity. The conventions instruct to avoid
  unnecessary abbreviations and this name could be mistaken for the
  inventory of the block that the screen handler is for.
- BlockRenderManager.renderBlockAsEntity: vertexConsumer ->
  vertexConsumers since it's a VertexConsumerProvider

* Rename stack parameter in block breaking methods to tool

Closes #2988. "Tool" more clearly shows what stack the param is supposed
to be.

* Block/AbstractBlockState.isTranslucent -> isTransparent

It's true for any block with a non-full shape as well as
vines, (colourless) glass and plants - none of these are translucent.
2023-02-20 18:43:56 +11:00
Juuz f160e5b7f0
Rename tree/mushroom modifier methods in VegetationPlacedFeatures (#3506)
Fixes #2923. These methods are only used for trees/mushrooms, and can be
confused with the more generic modifiers(int) only used for other
vegetation.
2023-02-20 18:43:19 +11:00
Juuz ce51a9ad2f
Improve option widget names (#3507)
- "button" -> "widget" in many places as the widgets are often sliders
  and can be any ClickableWidget
- ButtonListWidget -> OptionListWidget, since it's only used and usable
  for options and can contain any option widget (closes #2932)
2023-02-20 18:42:46 +11:00
Juuz 3480d22830
ItemUsageContext.getPlayerFacing -> getHorizontalPlayerFacing (#3508)
Closes #2028. The previous name can easily be confused with
getPlayerLookDirection. The rename shows that it's specifically
horizontal and also matches PlayerEntity.getHorizontalFacing.

(This essentially reverts a rename from #712, albeit with a more natural
order for the words in the name now.)
2023-02-20 18:41:47 +11:00
Juuz 47b82b427a
Improve methods related to closing handled screens (#3505)
* ChestBlockEntity.onInvOpenOrClose -> onViewerCountUpdate

The new name is more accurate - the method takes in the old and new
viewer counts as parameters.

* ScreenHandler.close -> onClosed

Fixes #3503. The method doesn't close anything, it's only called when the screen handler gets closed.

* PlayerEntity.closeScreenHandler -> onHandledScreenClosed

Fixes #2612. The method closes nothing, it just runs the closing tasks
*after* the screen has closed. The current name can easily be confused
with closeHandledScreen(), which does actually close the screen.

* Document PlayerEntity.closeHandledScreen
2023-02-20 18:40:52 +11:00
Juuz f8a9f709f1
Map ChestBlockEntity.VIEWER_COUNT_UPDATE_EVENT_TYPE (#3509) 2023-02-20 10:51:19 +09:00
apple502j d3809140f7
Fix some typos (#3501) 2023-02-19 00:09:52 +11:00
apple502j 54759ae1c5
Map interaction entity (#3494) 2023-02-17 22:41:06 +09:00
apple502j 22afda81cb
23w07a client (#3496) 2023-02-17 18:09:58 +11:00
apple502j 231db41beb
23w07a networking (#3495) 2023-02-17 18:09:46 +11:00
apple502j 9294347e31
23w07a misc (#3497) 2023-02-17 18:09:31 +11:00
Shnupbups 81301f8764
23w07a stuff (#3492)
* 23w07a stuff

Got a bit carried away...

Some names aren't ideal, and there's still more that could be done, so feedback is appreciated

* More + suggestions
2023-02-16 21:22:27 +09:00
mschae23 83e1fb5278
23w07a worldgen mappings (#3491) 2023-02-16 14:58:28 +09:00
modmuss50 b3dc08e924 23w07a 2023-02-15 16:19:06 +00:00
apple502j 1370ef6412
23w06a client (#3489)
* 23w06a client

* Apply suggestions from code review

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

---------

Co-authored-by: Shnupbups <shnupbups@gmail.com>
2023-02-13 18:27:49 +01:00
apple502j c85488944d
23w06a stuff (#3490)
* 23w06a stuff

* Apply suggestions from code review
2023-02-12 16:46:33 +01:00
haykam821 3b3ce20b83
Rename the Vec3d#withBias method to offset (#3487) 2023-02-11 12:57:49 +09:00
MattiDragon 3a9b0d7b13
Map damage changes + /damage + world changes (#3476)
* Map damage changes + /damage + world changes

* Fix issues

* Fix capitalisation

* Fix typo

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

---------

Co-authored-by: Shnupbups <shnupbups@gmail.com>
2023-02-11 12:31:27 +09:00
Jerozgen 54d50fd290
Fix typo in RecipeProvider (#3486) 2023-02-11 02:45:38 +11:00
Calum 9860b178da
scoreboardTag -> commandTag (#3480) 2023-02-10 10:02:55 +01:00
Calum 396336313f
23w06a - Experiments Screen (#3482)
* Experiments Screen

* getDatapackName -> getExperimentName

* Revert "getDatapackName -> getExperimentName"

This reverts commit cbf645f791.

* Update ExperimentsScreen.mapping
2023-02-10 11:32:46 +09:00
Calum 20bb0c54ea
Fix #3434 (#3478) 2023-02-09 17:07:48 +01:00
Shnupbups 62fab3a9e7
23w06a, more stuff (#3485)
Things others missed
2023-02-09 21:30:37 +09:00
Shnupbups 38e9de0826
23w06a misc stuff (#3484)
* 23w06a misc stuff

* A few suggested changes
2023-02-09 09:05:53 +09:00
Calum 33f66b4676
Fix #3455 (#3479) 2023-02-09 08:03:50 +09:00
Shnupbups ec08cd64c5
23w06a Display Entities (#3477)
and related stuff
2023-02-09 08:01:05 +09:00
modmuss50 c8db3052f1 Fix conflict 2023-02-08 16:19:32 +00:00
modmuss50 1c9c83960f 23w06a 2023-02-08 16:10:32 +00:00
apple502j fdc46b9335
More 23w05a stuff (#3472)
* 23w05a stuff

* FIx MatrixUtil javadoc

* Fix javadoc

---------

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2023-02-08 14:53:33 +00:00
Keuin b29ca34a95
Fix wrong name of `method_10772`. (#3473) 2023-02-04 17:44:41 +02:00
Shnupbups e048f8d00b
23w05a stuff (#3469)
Not entirely comprehensive, but as much as I can do right now
2023-02-02 16:39:33 +09:00
haykam821 dabc7a9bd2
Fix some data fix classes not being suffixed (#3471)
Fixes #3468
2023-02-02 13:20:57 +09:00
modmuss50 914338a569 23w05a hotfix 2023-02-01 16:00:11 +00:00
modmuss50 47a62f3760 23w05a 2023-02-01 15:33:02 +00:00
Shnupbups 1df1065b4d
Data package restructure (#3465)
With the introduction of sub-packs included in the base game, there are several classes for the 1.20 datapack and several for the vanilla datapack which would benefit from being renamed and put into packages to make this clearer.

Classes which are only used for the vanilla datapack have been put into a `vanilla` subpackage, and ones for the 1.20 datapack have been put into a `onetwenty` subpackage.

Furthermore, classes which are only used for the vanilla datapack have been prefixed with `Vanilla`.

The above changes should not be considered impactful as these classes are strictly for generating the vanilla and 1.20 datapacks and are incredibly unlikely to be referenced by modders.

However, tag providers which were named with an `Abstract` prefix have had this removed. This makes them match with other providers. This is a somewhat impactful refactor.
2023-02-01 21:42:58 +11:00
Tae Lim Kook 70790a9c6a
Add mappings for more util classes (#3466)
* Add mappings for more util classes

* Fix javadoc lints
2023-02-01 00:03:27 +11:00
Shnupbups a76c452f2b
23w04a stuff (#3464)
* 23w04a stuff

mostly smithing related

* fix conflict

* Add PalettedPermutationsAtlasSource

* Update RecipeProvider.mapping

* a few more missing things

* Update mappings/net/minecraft/client/gui/screen/recipebook/RecipeResultCollection.mapping

* Apply suggestions from code review

* damnit

* more
2023-01-27 19:16:31 +09:00
MattiDragon 2476989327
Map armor trims and related things (#3463)
* Armor trim changes

* Map more armor stuff

* Armor trim recipe and more

* Begin work on forging screen changes

* More armor trim related mappings

* Fix mistakes

* Fix screen handler package

* More fixes

* Forgot one

* More descriptive name
2023-01-27 09:42:30 +09:00
apple502j 2b3663b85f
23w04a stuff (#3462) 2023-01-25 06:05:59 +11:00
modmuss50 be911685f0 23w04a 2023-01-24 16:14:55 +00:00
apple502j 13aba8d3d7
23w03a more stuff (#3461)
* Drop invalid mappings

* Map screen stuff

* Map widgets

* Map misc stuff

* Fix javadoc

* Map more stuff
2023-01-22 02:01:44 +09:00
PatrickMSM bae398aa3a
Rename LivingEntity#getArrowType to getProjectileType (#3452)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shnupbups <shnupbups@gmail.com>
2023-01-20 21:45:50 +09:00
apple502j 8931253d01
More 23w03a stuff (#3460)
* 23w03a stuff

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

Co-authored-by: Shnupbups <shnupbups@gmail.com>
2023-01-20 23:38:25 +11:00
apple502j 599a3028a3
23w03a networking (#3459)
Co-authored-by: Shnupbups <shnupbups@gmail.com>
2023-01-20 09:50:59 +00:00
MattiDragon 397dfb38ec
23w03a commands (#3457)
* map /ride command

* map /data changes

* map /weather changes

* map /execute changes

* map /clone changes

* map blockpos argument chnages and a few lambdas in /execute

* Fix some issues

* Revert apply -> get

* Fix typos in /clone
2023-01-20 17:31:03 +11:00
Shnupbups e9dc3a1c4d
23w03a stuff (#3458)
* 23w03a stuff

kinda rough, but i need sleep

* Delete C2SBundlePacket.mapping
2023-01-20 13:10:00 +09:00
modmuss50 476a7a6e8f 23w03a 2023-01-18 14:56:13 +00:00
Jab125 9cf8b97faf
Update InGameHud.mapping (#3447) 2022-12-20 23:55:42 +11:00
Juuz fdc31a2b79
Fix typos in Registries (#3445)
* Fix typo in Registries.FLOAT_PROVIDER_TYPE

* Fix typo in Registries/RegistryKeys.ROOT_PLACER_TYPE
2022-12-11 22:46:21 +11:00
apple502j 8fa56019e9
1.19.3-rc3 stuff (#3444)
* 1.19.3-rc3 stuff

* Remove unpick for now

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-07 18:17:23 +00:00
modmuss50 3e45a15eb8 1.19.3-rc3 2022-12-06 11:10:09 +00:00
apple502j 2ef10cdd70
Map two lambdas (#3443) 2022-12-06 09:25:43 +00:00
apple502j 69061ca53f
Fix typo in TelemetryEventWidget (#3441) 2022-12-04 16:48:35 +11:00
Krysztal d6c93aadbf
Named fileds of IntProperty (#3440)
- `field_37655` to `min`
- `field_37656` to `max`
2022-12-04 13:43:50 +09:00
Shnupbups e515eeded7
1.19.3-rc1 stuff (#3439) 2022-12-02 08:39:10 +09:00
modmuss50 0367e40f4b 1.19.3-rc1 2022-12-01 15:19:49 +00:00
apple502j 2d27669f48
1.19.3-pre3 more stuff (#3438) 2022-11-30 22:50:17 +01:00
Shnupbups 55dd7f6fd5
1.19.3-pre3 stuff (#3437)
* 1.19.3-pre3 stuff

* javadoc fix

100acb44f5 (r91439942)

* Update mappings/net/minecraft/sound/SoundEvent.mapping

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

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-11-30 18:58:00 +01:00
modmuss50 100acb44f5 1.19.3-pre3 2022-11-29 15:35:55 +00:00
enbrain 7a3c950555
Map EnderDragonEntityRenderer (#3432) 2022-11-29 15:27:02 +00:00
enbrain 6fc0747c1e
Map logger fields (#3436) 2022-11-27 17:12:14 +11:00
enbrain 1114394367
Map datafixer schemas (#3435) 2022-11-26 22:52:25 +11:00
Xander 8172144dee
fix TooltipPositioner args (#3433)
* fix TooltipPositioner args

* fix TooltipBackgroundRenderer args

* HoveredTooltipPositioner args fix

* revert blit args change
2022-11-26 13:15:48 +09:00
apple502j 998ecaceef
1.19.3-pre2 stuff (#3431)
* 1.19.3-pre2 stuff

* Update mappings/net/minecraft/entity/ai/pathing/WaterPathNodeMaker.mapping

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

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2022-11-25 20:35:24 +11:00
Shnupbups f9facc491b
Attack Pos Offsetting Mount (#3430)
* Attack Pos Offsetting Mount

after much deliberation, i think these names are alright

* inline return
2022-11-25 17:28:50 +09:00
Shnupbups 11e53e1a48
1.19.3-pre2 stuff (#3426)
* 1.19.3-pre2 stuff

yarn is very inconsistent with whether to use `index`, `id`, or even in one scenario `ordinal` for integer indexes in value lists...

* Apply suggestions from reviews
2022-11-24 13:09:49 +01:00
Ayutac 78edd4174f
Update FlowableFluid.mapping (#3424)
named some methods

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-11-24 11:18:10 +00:00
apple502j d64c6570a3
Move Tooltip to tooltip package (#3429) 2022-11-24 20:54:15 +11:00
YanisBft 9d3043fd90
1.19.3-pre2 tooltip positioners (#3427) 2022-11-24 15:40:03 +09:00
enbrain 491bd4d045
1.19.3-pre2 tooltip background renderer (#3428) 2022-11-24 15:36:32 +09:00
modmuss50 2e1a86b927 1.19.3-pre2 2022-11-23 16:58:46 +00:00
apple502j b012ade3ab
1.19.3-pre1 stuff (#3425) 2022-11-23 23:29:21 +11:00
apple502j be1e0246ac
Fix getRenderTypeCrumblingShader and getRenderTypeEntityTranslucentEmissiveShader (#3423)
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-11-23 18:32:07 +09:00
YanisBft 7a238951cc
1.19.3-pre1 variant for predicates (#3420)
* 1.19.3-pre1 variant for predicates

* Update mappings/net/minecraft/entity/vehicle/BoatEntity.mapping

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

* Update mappings/net/minecraft/entity/passive/FoxEntity.mapping

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

* Update mappings/net/minecraft/entity/passive/MooshroomEntity.mapping

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

* Rename to codec

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: Shnupbups <shnupbups@gmail.com>
2022-11-23 16:56:19 +09:00
Shnupbups 5cdd2b87fb
1.19.3-pre1 stuff (#3422) 2022-11-23 11:27:12 +09:00
Kevinthegreat b7b99a15f2
Mapped MultilineTextWidget (#3421) 2022-11-23 06:18:20 +11:00
enbrain d68e3fd1c5
Rename Sprite.getId to getAtlasId (#3418)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shnupbups <shnupbups@gmail.com>
2022-11-22 17:21:30 +00:00
haykam821 a6fef56a18
Map custom note block sounds (#3419) 2022-11-23 04:12:41 +11:00
modmuss50 e3e6b5ae6f 1.19.3-pre1 2022-11-22 16:08:17 +00:00
apple502j 1268996507
22w46a telemetry (#3413)
* Map telemetry stuff

* Map common log stuff

* Map telemetry screen

* 22w46a misc client
2022-11-22 15:55:48 +00:00
apple502j 743a512a6d
22w46a client (#3414)
* 22w46a client

* Add head to vex model javadoc
2022-11-21 19:45:10 +00:00
YanisBft a69fd1b97c
22w46a atlases (#3411)
* 22w46a atlases

* Map copyRect params

* fix params
2022-11-21 19:44:10 +00:00
kb1000 96b5e56e50
Fix typos in RenderPhase (#3416) 2022-11-22 01:55:58 +09:00
apple502j 4853f9e9cf
22w46a misc (#3415)
* 22w46a misc

* Rename to LazyIterationConsumer
2022-11-19 04:15:10 +11:00
Shnupbups 4b2a402664
22w46a misc (#3410) 2022-11-16 20:34:11 +00:00
Shnupbups f58039039d
22w46a chiseled bookshelf (#3409) 2022-11-16 20:33:48 +00:00
Shnupbups 84da50c223
22w46a fillbiome (#3408)
* 22w46a fillbiome

* Update ExecuteCommand.mapping
2022-11-16 20:33:20 +00:00
Shnupbups 25ff73b986
22w46a advancement stuff (#3407) 2022-11-16 20:32:50 +00:00
Shnupbups a675bd1685
22w46a Note Block and Piglin Head (#3406) 2022-11-16 20:32:31 +00:00
modmuss50 de53e09431 22w46a 2022-11-16 15:12:55 +00:00
enbrain 34860676d5
Refactor the program and shader classes (#3384)
* Refactor the program and shader classes

* Rename ShaderProgramParseException to InvalidHierarchicalFileException

Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-11-16 23:53:09 +11:00
apple502j 3bd4327ebe
Great Registry Repackaging (#3396)
* 22w45a registry

* More registry

* Great Registry Repackaging

Registry packages have moved to `net.minecraft.registry`.
Tag packages have moved to `net.minecraft.registry.tag`.

* Revert defaulted registry rename

* Rename RegistryKeys fields to fix inconsistency

* Fix javadoc

* Move some classes again, per haykam suggestion

* Fix javadoc

* Update CommandRegistryAccess.mapping
2022-11-16 23:51:52 +11:00
apple502j de7b58d321
22w45a brain (#3397)
* Map new task classes

* Map tasks

* Map some entity stuff

* Add javadoc

* Map misc brain

* Update javadoc

* Rename startTime params, etc

* Rename params

* Rename GoToCelebrateTask

* Fix typo

* Rename Brain#getMemory
2022-11-15 19:28:39 +00:00
MattiDragon e3249fbcc6
22w45a gui stuff (#3391)
* Map some gui stuff

* Rename field_41096 to tooltipDelay

* Fix param names

* Fix forgotten rename

* Rename method_47429 to better reflect purpose

* Rename MultiplayerScreens tooltip field

* Remove name of field_24297 and depluralise Screen.tooltip

* Fix arg mappings
2022-11-15 18:06:42 +00:00
Benonardo e107424eba
Some more constant mappings (#3400)
* Some more constant mappings

* Changed SQUARED suffix to prefix
2022-11-15 17:04:51 +00:00
apple502j bae43effff
22w45a client (#3398) 2022-11-15 17:04:16 +00:00
Jake Potrebic 0feb7f8484
update names in entity spawn packet (#3404) 2022-11-13 16:13:57 +11:00
apple502j 20c88c71ad
22w45a misc (#3403)
* 22w45a misc

* Some params
2022-11-13 00:09:15 +09:00
ErrorCraft bb8ab8fd6c
Rename worldgen methods to bootstrap (#3402) 2022-11-12 12:03:08 +09:00
Juuz 6b11c8b43a
Rename ScreenHandler.transferSlot -> quickMove (#3385)
Fixes #2944.

Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-11-10 16:25:19 +00:00
Shnupbups 309902bd3a
22w45a misc (#3395) 2022-11-10 08:18:14 +09:00
Shnupbups 2d335f88b6
22w45a registry (#3394) 2022-11-10 07:43:26 +09:00
Shnupbups 63ee53efc3
22w45a datagen (#3393) 2022-11-09 18:18:30 +00:00
Shnupbups 51b5b982a7
22w45a itemgroups (#3392) 2022-11-09 18:18:05 +00:00
Benonardo fefcd76197
class_7923 -> Registries, constants (#3390)
* class_7923 -> Registries, constants

* Remove corrupted class definition

* Forgot to map BLOCK

* Move class to net.minecraft.util.registry package

Can be reverted in a future refactor, is the best solution for now

* Changed incorrect mappings file location
2022-11-09 17:19:56 +00:00
MattiDragon 788100af0c
Map stew changes (#3389) 2022-11-09 16:30:07 +00:00
Shnupbups 2fa35b0a13
22w45a command stuff (#3388) 2022-11-09 16:29:46 +00:00
modmuss50 76d101e1c9 22w45a 2022-11-09 15:51:18 +00:00
Benonardo ceacf2f219
Some constant mappings (#3386) 2022-11-07 18:24:23 +00:00
apple502j c03fa3699e
22w44a stuff (#3383)
* 22w44a stuff

* Fix javadoc

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

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

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2022-11-07 09:30:08 +00:00
Shnupbups 19e4d58a9e
Entity stuff (#3382)
Just a few misc things in the entity package
2022-11-04 09:32:56 +09:00
Shnupbups e488670b8d
Client stuff (#3381)
just a few misc things in the client package
2022-11-04 09:32:43 +09:00
apple502j ab7fc77e3f
22w44a datagen (#3380) 2022-11-04 09:32:34 +09:00
apple502j c2eb23134d
22w44a worldgen (#3379)
* 22w44a worldgen

* Also map structures (when will we unify those?)
2022-11-04 09:32:23 +09:00
MattiDragon e70e7e9e03
Map Bookshelf Inventory (#3375)
* Map Bookshelf Inventory

* Fix typo (hope this works from the web editor)

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

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

Co-authored-by: Shnupbups <shnupbups@gmail.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-11-04 03:00:09 +09:00
apple502j 2143f78ea4
22w44a registry (#3378) 2022-11-03 13:02:05 +00:00
Shnupbups c41c63f80a
22w44a stuff (#3377)
block, entity, fluid, and item packages
2022-11-03 13:00:14 +00:00
modmuss50 e7961ce445 Fix mapping conflict 2022-11-02 15:04:39 +00:00
modmuss50 ba1a44d4cb 22w44a 2022-11-02 14:58:41 +00:00
enbrain 481287132c
Refactor rendering stuff (#3366) 2022-11-02 14:30:38 +00:00
apple502j a01a310679
Rename AreaHelper to NetherPortal (#3374) 2022-11-02 22:19:10 +11:00
apple502j 657bc4749b
22w43a stuff (#3369)
* 22w43a stuff

* Fix javadoc

* Map more stuff

* More field mappings

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

* Apply suggestions from code review
2022-11-01 22:11:24 +11:00
haykam821 0c4ab50914
Rename the BlockStateProvider#getBlockState method to get (#3373) 2022-11-01 21:03:49 +11:00
Kevinthegreat 4713c45eb5
22w43a Added Partial Math Mappings (#3372)
* Added Partial Math Mappings

* Apply suggestions from code review

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

* Changed Division to Divider
Updated Divider Javadocs

* Fix Divider Javadocs

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

* Changed AXIS_POSITIVE to POSITIVE_AXIS

* Fixed lower case x

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-11-01 10:11:45 +09:00
apple502j 8f027eb78b
22w43a gui (#3371)
* ButtonWidget Builder and more

* fix wrong class

* remove unnecessary thing

* ClickableWidget x y getter and setter

* missing method

* 22w43a GUI

* Some renames

* Delete GridBlockLengthIterator.mapping

Co-authored-by: RedLime <redlimerl@gmail.com>
2022-11-01 10:11:28 +09:00
apple502j 42584d9ec3
22w43a networking (#3361)
* 22w43a networking

* Map more networking
2022-11-01 10:10:46 +09:00
apple502j 09749fc9e6
22w43a datagen part two (#3368) 2022-10-27 23:51:29 +09:00
Shnupbups 463e69a7f0
22w43a entity stuff (#3362) 2022-10-26 18:05:11 +01:00
Shnupbups 4d195506cd
22w43a misc block and item stuff (#3364)
* 22w43a misc

* Update CarvedPumpkinBlock.mapping

* more
2022-10-26 18:04:43 +01:00
haykam821 a39f078b39
Map changes to the Codecs class in 22w43a (#3365) 2022-10-26 18:04:19 +01:00
Shnupbups 32233a3d15
22w43a data stuff (#3363) 2022-10-26 18:03:39 +01:00
modmuss50 aa17ad327b 22w43a 2022-10-26 15:05:20 +01:00
apple502j 69ef5d1276
22w42a client (#3352)
* 22w42a client

* Fix javadoc

* Drop invalid mappings

* Fix javadoc from previous PRs

* Rename getFeatureSet

* Update mappings/net/minecraft/client/particle/ParticleManager.mapping

* Rename UnclampedModelPredicateProvider

* Rename BipedStateModel#setAttributes
2022-10-26 17:44:19 +09:00
apple502j bfd3542a4d
22w42a sprites (#3342)
* 22w42a sprites

* Finish mapping sprites

* Rename validateParent

* Rename sprite loader methods
2022-10-26 17:44:06 +09:00
apple502j 19f2f61672
Rename CommandBlockItem (#3359) 2022-10-26 02:02:50 +11:00
haykam821 aa5150c0ed
Rename the AbstractButtonBlock class to ButtonBlock (#3358)
* Rename the AbstractButtonBlock class to ButtonBlock

* Fix references to the AbstractButtonBlock class in documentation
2022-10-25 16:14:37 +11:00
apple502j 69be007d9d
22w42a everything else (#3355) 2022-10-24 23:23:16 +09:00
apple502j a837ae344b
22w42a networking (#3338)
* 22w42a packet

* 22w42a message

* 22w42a misc networking

* Map future queue

* 22w42a client networking (wip)

* Finish client networking

* Finish mapping network

* Update mappings/net/minecraft/network/encryption/NetworkEncryptionUtils.mapping

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

* Rename player remove packet

* Finish networking

* Map some more networking

* Rename DecoratableArgumentType

* Fix javadoc

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
2022-10-24 00:18:41 +09:00
apple502j a73519cf73
22w42a world loading (#3334)
* 22w42a world loading

* Update DontObfuscate javadoc to remove outdated link
2022-10-24 00:18:26 +09:00
apple502j 8bf7695876
22w42a worldgen (#3340) 2022-10-23 13:31:35 +01:00
Shnupbups 85ba625939
22w42a data stuff (#3349)
* data stuff

* Update mappings/net/minecraft/data/family/BlockFamily.mapping

* clarify featureset
2022-10-23 02:44:33 +09:00
Shnupbups 489565a583
world stuff (#3351) 2022-10-23 02:23:09 +09:00
Shnupbups 86e8b9a840
22w42a entity stuff (#3350)
* entity stuff

* Apply suggestions from code review

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

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

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2022-10-23 02:22:54 +09:00
Shnupbups e3ba8f5978
22w42a Experimental Warning Screen (#3348)
* 22w42a Experimental Warning Screen

* moved to `pack`
2022-10-23 02:22:42 +09:00
apple502j daf72e700a
Clarify required/enabled feature set (#3353) 2022-10-23 03:51:54 +11:00
apple502j a3fd26c24e
22w42a recipe (#3354) 2022-10-23 03:47:15 +11:00
apple502j 9ffb38959f
22w42a command (#3346)
* Map common command

* Map server command
2022-10-23 01:55:32 +11:00
Benonardo bc60750b34
Map method_45317 to setRunning (#3347)
* Map method_45317 to setRunning

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

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2022-10-23 01:33:08 +11:00
apple502j cb41c6b597
22w42a world (#3339)
* 22w42a misc

* 22w42a world

* Apply suggestions from code review
2022-10-23 00:46:38 +11:00
apple502j abc816f0bc
22w42a blocks and items (#3341) 2022-10-22 14:43:59 +03:00
apple502j 5023e2a72d
22w42a loot table (#3343) 2022-10-22 14:29:44 +03:00
modmuss50 a4a16a3fb7 Typo fix in ItemGroup 2022-10-22 12:11:58 +01:00
modmuss50 e5fa3a5483
Rename StackAdder (#3345) 2022-10-22 21:50:41 +11:00
apple502j cb62a99fb2
22w42a registry (#3333)
* 22w42a registry

* Map more registry, remove outdated javadoc

* Update mappings/net/minecraft/util/registry/CombinedDynamicRegistries.mapping

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

* Update mappings/net/minecraft/util/registry/CombinedDynamicRegistries.mapping

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-10-22 10:17:01 +01:00
apple502j 4a9b1983eb
Rename tick scheduling methods (#3165)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-21 23:00:07 +11:00
apple502j 34865fd6a0
22w42a util stuff (#3337)
* 22w42a util stuff

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

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

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
2022-10-21 20:33:14 +11:00
Kevinthegreat 33628903ff
22w42a Added Feature Toggle Mappings (#3328)
* Added Feature Toggle Mappings

* Changed 'branch' to 'universe'

* Removed unrelated changes

* Move to net.minecraft.resource and made package name lower case

* Apply suggestions from code review

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

* Reverted wrong argument name change

* Update FeatureFlags.mapping from code review

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2022-10-20 20:00:25 +01:00
Shnupbups 05be0bde2e
22w42a hanging signs (#3331)
* 22w42a hanging signs

* whoops forgot the BER

* rotationpropertyhelper

* Apply suggestions from code review

* math indeed

* dangit github
2022-10-20 19:23:06 +01:00
Shnupbups 7143b2929a
Fix typo (#3336) 2022-10-20 19:22:54 +01:00
Shnupbups 026940f83b
More 22w42a datagen stuff (#3335)
plus more stuff
2022-10-20 19:16:14 +01:00
Shnupbups 07eb6007e8
22w42a datagen and recipecategory stuff (#3330)
* 22w42a datagen stuff

* more stuff
2022-10-20 18:46:19 +01:00
Noah van der Aa 4c66ad2b5b
Rename OreBlock to ExperienceDroppingBlock (#3309)
* Rename OreBlock to ExperienceDroppingBlock

* Update JD

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-20 18:37:35 +01:00
Shnupbups 52d825a351
22w42a Chiseled Bookshelves and Bamboo stuff (#3327)
* 22w42a Chiseled Bookshelves and Bamboo stuff

including raft

* whoops forgot this

* more stuff

* more stuff

* Apply suggestions from code review
2022-10-20 18:36:31 +01:00
Shnupbups 9fc3154726
22w42a Camels (#3325)
* Camels stuff part 1

WIP

* Update mappings/net/minecraft/entity/passive/CamelEntity.mapping

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

* Update mappings/net/minecraft/entity/passive/AbstractHorseEntity.mapping

* more camel stuff

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-10-20 18:34:35 +01:00
Shnupbups 844805f808
22w42a itemgroups (#3332)
* 22w42a itemgroups

* Update mappings/net/minecraft/item/ItemGroup.mapping
2022-10-20 18:30:27 +01:00
haykam821 c811c89a62
Rename the DynamicSerializableUuid class to Uuids (#3324)
* Rename the DynamicSerializableUuid class to Uuids

Fixes #3239

* Move the Uuids class to the net.minecraft.util package
2022-10-20 18:29:41 +01:00
apple502j de3a79afb8
22w42a resource (#3329)
* 22w42a resource

* Finish mapping common resource

* Map and rename client resource

* Move TextReorderingProcessor to net.minecraft.text

* Map various resource related stuff
2022-10-20 16:56:05 +01:00
Draylar 471288155e
Add documentation for EquipmentSlot class (#3322)
* Add initial jdocs for EquipmentSlot

* Update class mappings on EquipmentSlot to add more details about general usage

* Plural verbs/nouns for class docs

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-10-20 13:05:29 +01:00
Shnupbups 349270214c
22w42a datafixers (#3326) 2022-10-19 20:29:48 +01:00
modmuss50 f831428212 Fix build. 2022-10-19 18:45:06 +01:00
Player be004e3916 22w42a 2022-10-19 19:11:34 +02:00
Draylar 6070b0fe01
Add Documentation for core Particle classes (#3321)
* Add JavaDocs for core Particle classes

* Fix linting issues with method @parameters

* Swap accidental U coordinate mapping with proper V

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

* Undo setSprite -> setRandomSprite

* Remove broken param docs on scale() method

* Fix duplicated parameter names in ParticleTextureSheet#begin docs

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

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-10-19 09:53:17 +01:00
apple502j 562653ebd4
Document some math stuff (#3305)
* Document some math stuff

* 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: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-10-18 21:15:20 +01:00
YanisBft 6f948b77fd
Map some item constants (#3314)
* Map some item constants

* Update WrittenBookItem.mapping

* Update WrittenBookItem.mapping
2022-10-18 21:13:42 +01:00
apple502j e1e8ab69aa
Document registry (#3304)
* Document registry

* More registry javadoc

* Map more registry

* More registry javadoc

* Apply suggestions from code review

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

* Update mappings/net/minecraft/util/registry/RegistryEntry.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-10-18 19:31:24 +01:00
YanisBft eba1d0a9e9
Map some particles and sounds constants (#3320) 2022-10-18 08:52:12 +01:00
Juuz 9cd011ed7f
Document cauldrons (#3317)
* Document cauldron behaviors (net.minecraft.block.cauldron)

* Cauldron block docs and some constants

* Make lava cauldron doc consistent with powder snow
2022-10-18 08:51:35 +01:00
Sarun Intaralawan 9b940f65cf
Map animation-related functions (#3312)
* Map animation-related functions

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

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-10-15 08:23:45 +01:00
Juuz 253f07d82b
NarratorMode and NarratorManager docs and minor renames (#3316)
* NarratorMode and NarratorManager docs and minor renames

* Consistent style

* Update mappings/net/minecraft/client/option/NarratorMode.mapping
2022-10-13 09:47:21 +01:00
YanisBft 1ba4f2cf67
Map some block entity constants (#3307)
* Map some block entity constants

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

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

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

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

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

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

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

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

* Update PistonBlockEntity.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-10-07 10:36:58 +01:00
YanisBft fd6792a476
Map some entity constants (#3306)
* Map some entity constants

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

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-10-07 10:36:35 +01:00
apple502j 51d6fad08d
Document net.minecraft.util (#3297)
* Document net.minecraft.util

* Fix javadoc

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Fix Util#next and Util#previous docs

* revert previous change to previous

* Apply suggestions from code review

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

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-09-21 18:30:05 +01:00
apple502j 9c83509bfc
Fix javadoc for PacketByteBuf#writeIdentifier (#3302) 2022-09-20 22:35:11 +01:00
apple502j ff4a3cf24a
Fix method name for `CsvWriter#print` (#3298) 2022-09-20 09:48:46 +01:00
Juuz ea42955b76
Document screen narration (#3293)
* Document screen narration

Also fixes a few names in Screen narration methods and
ScreenNarrator which didn't make sense.

* Fix param name

* Update mappings/net/minecraft/client/gui/screen/narration/NarrationMessageBuilder.mapping

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-09-15 19:18:12 +01:00
haykam821 4b6982e54c
Rename the AbstractClientPlayerEntity#cachedScoreboardEntry field to playerListEntry (#3291)
Fixes #3288
2022-09-11 10:51:39 +01:00