Commit Graph

3454 Commits

Author SHA1 Message Date
YanisBft 5235c4de6c
Document missing properties (#3643) 2023-08-26 12:12:59 +09:00
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 7dd0801da3 Fix NPE in RemapUnpickDefinitionsTask.
Closes #3575

Co-authored-by: Cat Core <34719527+thecatcore@users.noreply.github.com>
2023-08-02 18:34:24 +01: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
modmuss50 178c398215 1.20.1 2023-06-12 15:19:25 +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
modmuss50 9584c3495c 1.20 2023-06-07 16:06:37 +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 ad42d418c0 1.20-pre4 2023-05-19 14:32:43 +01: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
modmuss50 0252aecf0d Fix decompileCFR task not being compatible with the configuration cache. 2023-05-15 08:51:00 +01: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 5a38e2b0e2
Bump filament version 2023-05-10 21:02:47 +01:00
modmuss50 925808a83c
Fix merged mappings source ns (#3572) 2023-05-10 20:45:18 +01:00
modmuss50 31a9278db7
More buildscript updates (#3566) 2023-05-10 18:16:40 +01: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
modmuss50 88a26049eb Update build number prefix, as github no longer allows tags to start with "ref/" 2023-05-04 16:01:13 +01:00
modmuss50 910ffff60a Move to new build number action 2023-05-04 15:57:42 +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
modmuss50 093010e008 Disable config cache for filament release. 2023-04-30 12:57:53 +01:00
haykam821 45e7856cc8
Rename the StatusEffectUtil.durationToString method to getDurationText (#3558)
Fixes #3544
2023-04-28 17:30:46 +03:00
modmuss50 98a08560f9 Update Enigma 2023-04-28 12:48:03 +01:00
modmuss50 e8efc29bc7
Update Gradle (#3556) 2023-04-27 23:53:02 +01: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