Commit Graph

3523 Commits

Author SHA1 Message Date
Shnupbups d57199285c
23w43a tick stuff (#3707)
* 23w43a tick stuff

Unfinished, feel free to finish up or I will if I find time

* Finish the tick stuff

---------

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2023-10-27 20:57:40 +11:00
Liam Hanrahan ca59cc648e
make remove and add tag methods more consistent (#3708) 2023-10-27 16:00:03 +11:00
Shnupbups 96e9bc2d65
23w43a stuff (#3706)
* 23w43a stuff

No tick stuff in this PR

* Update mappings/net/minecraft/data/client/BlockStateModelGenerator.mapping

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

---------

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2023-10-26 11:35:51 +02:00
modmuss50 06ee097207 23w43a 2023-10-25 16:10:58 +01:00
apple502j bd4e393324
More 23w42a stuff (#3703) 2023-10-22 14:47:45 +09:00
apple502j d691007450
23w42a world loading (#3702) 2023-10-22 14:47:34 +09:00
Shnupbups 95ddfdde51
23w42a realms and world stuff (#3700)
the unfun things
very unfinished
2023-10-20 23:01:19 +09:00
Shnupbups 7a80090b57
23w42a stuff (#3699)
* 23w42a stuff

No realms or world load stuff here

* is this borked?
2023-10-19 22:43:23 +09:00
modmuss50 0736e22eb1 23w42a 2023-10-18 16:46:35 +01:00
apple502j 0d04d119d8
23w41a stuff (#3698)
* Improve some names mapped in #3694

- `VirtualMachine` sounds like an expensive object to construct. This isn't really a VM, so rename it to something
more neutral.
- `Control` conflicts with the class in entity.ai package. Add a prefix.
- Related changes.

* Rename inaccurate method names in VehicleEntity

* Map ProjectileUtil constant

* More command stuff

* Realms stuff

* Map everything else

* Apply suggestions from code review

* Update mappings/net/minecraft/entity/vehicle/VehicleEntity.mapping
2023-10-18 23:03:58 +09:00
Shnupbups 47a9140697
23w41a realms (#3692)
* 23w41a realms

unfinished

* Delete CreateSnapshotWorldTask.mapping
2023-10-14 20:38:03 +09:00
Shnupbups 623e1bd0f3
23w41a misc (#3691)
No realms or commands
2023-10-14 20:37:33 +09:00
enjarai 8578e79d3c
Fix minor capitalisation error on field name (#3696) 2023-10-14 01:50:47 +02:00
bluebear94 a40e233410
More 23w41a stuff (#3694)
* Add some 23w41a mappings

* Fix name conflict

* Revise some more names
2023-10-12 21:55:15 +09:00
modmuss50 cd029577f0 23w41a 2023-10-11 16:19:59 +01:00
apple502j aa1f7c199d
Map loot codecs (#3690)
* Map loot codecs

* Rename AndFunction
2023-10-11 01:18:14 +02:00
apple502j ff86a2466c
23w40a blocks (#3688)
* 23w40a blocks

* Update mappings/net/minecraft/block/ButtonBlock.mapping
2023-10-08 19:30:17 +11:00
haykam821 96c1f8e561
Rename the SnowmanPumpkinFeatureRenderer class to SnowGolemPumpkinFeatureRenderer (#3689) 2023-10-08 13:28:21 +09:00
apple502j 0634ed4287
23w40a misc (#3687)
* 23w40a misc

* Remove obsolete javadoc
2023-10-07 01:00:37 +09:00
apple502j 8f3c48884b
23w40a client (#3686) 2023-10-07 01:00:25 +09:00
apple502j 6527525673
23w40a util (#3684)
* 23w40a util

* Fix typo
2023-10-07 01:00:08 +09:00
apple502j 2a2cb9a902
23w40a text (#3683)
* 23w40a text

* Javadocs
2023-10-07 00:59:55 +09:00
Shnupbups f128da972b
More 23w40a stuff (#3685) 2023-10-06 22:50:47 +09:00
Shnupbups b2526c6209
23w40a stuff (#3682)
* 23w40a stuff

Mostly block codec stuff

* more stuff

* that should probably be plural

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

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

---------

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2023-10-05 22:47:04 +09:00
modmuss50 4c7cccce56 Fix incorrect innerclass intermediary name. 2023-10-04 21:51:41 +01:00
modmuss50 8c30666139 23w40a 2023-10-04 21:37:40 +01:00
enjarai 36373c69e4
Update method names in DefaultSkinHelper to reflect new return type (#3681) 2023-10-05 06:36:24 +11:00
alexia 1a5fab57aa
DebugHud.{show -> should}ShowPacketSizeAndPingCharts (#3680)
Looks like a typo, the new name matches the other Yarn mappings in the class.
2023-10-04 23:38:06 +11:00
haykam821 5f4326454a
Rename the AbstractFurnaceBlock.checkType method to validateTicker (#3678)
Fixes #3677
2023-09-30 11:28:47 +10:00
modmuss50 c06d7aec66 1.20.2 2023-09-21 16:05:37 +01:00
XanderStuff eb9a6ccd07
Rename an argument of Merchant#sendOffers (#3640)
* Fix typo in one of Merchant's method arguments

Basically go from:
`void sendOffers(PlayerEntity player, Text test, int levelProgress)`
to:
`void sendOffers(PlayerEntity player, Text text, int levelProgress)`

* Rename Merchant#sendOffers "text" argument to "displayName"

* rename param

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2023-09-19 01:48:27 +10:00
Shnupbups 208f335146
i forgor 💀 (#3674) 2023-09-18 16:56:04 +02:00
Shnupbups 17aceb89aa
1.20.2-rc2 stuff (#3673) 2023-09-18 23:46:45 +09:00
modmuss50 37fe135868 1.20.2-rc2 2023-09-18 15:06:36 +01:00
kb1000 596fd90f6b
AbstractClientPlayerEntity.getSkinTextures (#3669) 2023-09-17 12:41:46 +02:00
Shnupbups 27fc8fc794
1.20.2-rc1 stuff (#3668) 2023-09-16 00:44:06 +10:00
modmuss50 12f85d9b56 1.20.2-rc1 2023-09-15 14:47:40 +01:00
apple502j 9fd329fb6d
1.20.2-pre4 small stuff (#3667) 2023-09-14 23:39:04 +10:00
haykam821 0fd75419b8
Map changes to dispensers in 1.20.2 pre-release 4 (#3665) 2023-09-14 20:56:09 +09:00
modmuss50 c1471bce86 1.20.2-pre4 2023-09-13 17:07:40 +01:00
Noah van der Aa b4a69e0be1 Rename BackgroundRenderer#setFogBlack, map constants (#3660) 2023-09-12 15:42:01 +01:00
apple502j 2d04635cfc
1.20.2-pre3 stuff (#3663) 2023-09-13 00:39:11 +10:00
YanisBft b8bd54a150
Rename SkullItem to PlayerHeadItem (#3658) 2023-09-12 23:38:52 +09:00
Apollo f198e47f2c
Vanilla biome parameter tweaks (#3662)
method_43718 -> inDeepDarkParameters
method_40014 (getWeirdnessParameters) -> getPeaksValleysParameters
method_40015 -> getWeirdnessParameters
2023-09-12 23:32:14 +10:00
modmuss50 fbbad5d9ad Fix build 2023-09-12 14:24:20 +01:00
modmuss50 e3380fa937 1.20.2-pre3 2023-09-12 14:17:57 +01:00
YanisBft b0581c6822
Fix box length methods not following conventions (#3657) 2023-09-10 01:54:41 +10:00
Juuz ac3e82ddf5
Document ButtonTextures and fix constructor parameters (#3659)
* Fix ButtonTextures constructor parameter order

* Document ButtonTextures
2023-09-10 01:54:33 +10:00
YanisBft e4f311ec61
Remove remaining paragraph ending tags (#3654)
* Remove remaining paragraph ending tags

* Update CONVENTIONS.md

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

---------

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
2023-09-08 16:54:03 +01:00
apple502j f5f0803fec
1.20.2-pre2 stuff (#3656) 2023-09-07 17:02:15 +02:00
modmuss50 93e832105a 1.20.2-pre2 2023-09-07 15:06:18 +01:00
apple502j 774a015f93
1.20.2-pre1 stuff (#3655)
* 1.20.2-pre1 stuff

* Renames
2023-09-06 21:33:23 +10:00
modmuss50 7f173cd771 Fix CriterionMerger class mappings 2023-09-05 17:06:51 +01:00
modmuss50 2433a6d493 Update to fixed intermediary names. 2023-09-05 15:57:59 +01:00
modmuss50 0ab4ad3b8c 1.20.2-pre1 2023-09-05 15:45:48 +01:00
apple502j 9c878850f5
Repackage ChatVisibility (#3653) 2023-09-04 15:24:20 +02:00
apple502j 807efe787c
Create client.session package (#3644) 2023-09-02 18:04:14 +02:00
apple502j db49164055
23w35a realms (#3648) 2023-09-02 22:09:53 +09:00
apple502j d2ec05c9dc
23w35a misc (#3650) 2023-09-02 22:09:42 +09:00
apple502j e2c1b54681
23w35a more recipes (#3649) 2023-09-01 22:24:03 +02:00
apple502j 212bc71047
Update javadoc links (#3652) 2023-09-02 02:44:21 +09:00
Shnupbups 8e61f401b6
23w35a stuff (#3646)
* oh god oh heck

* Improve advancement mappings

* Fix some mappings

* Rename RecipeOutput to RecipeExporter

* Use ingredient-result

* rename based on review

---------

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2023-09-01 19:03:28 +09:00
Draylar aec943a74d
Add jdocs for ArmorMaterial class (#3323)
* Add initial documentation for ArmorMaterial class

* Switch to inline return on getKnockbackResistance method descriptor

* Remove armor documentation reference link to Minecraft Wiki

* Replace qualified javadoc imports with class names for classes in same package

* Merge branch '23w35a' into pr/3323

* fix docs

---------

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2023-09-01 15:58:33 +09:00
Draylar cd6aaaae9a
Add documentation for ToolMaterial & ToolItem classes (#3344)
* Add documentation for ToolMaterial & ToolItem classes

* Switch duplicated @ return tags to inline {@ return}

* typo

---------

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2023-09-01 15:58:03 +09:00
YanisBft 9a4cb6c19f
Recipe stuff (#3645) 2023-08-31 15:46:36 +09:00
modmuss50 8139d4fd98 Update spotless to fix build. 2023-08-30 16:19:43 +01:00
modmuss50 377865c1d3 Update Enigma and Gradle. 2023-08-30 15:57:10 +01:00
modmuss50 638219fd96 Update name proposal and fix JavadocLintTask when there are no changes. 2023-08-30 15:45:51 +01:00
modmuss50 d074c62ba7 23w35a 2023-08-30 14:12:47 +01:00
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