Commit Graph

3283 Commits

Author SHA1 Message Date
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
George Adams b834c10efd
migrate from openjdk base image to eclipse-temurin (#3449)
* migrate from openjdk base image to eclipse-temurin

https://hub.docker.com/_/openjdk has been deprecated for some time and will no longer get security updates

* Update publish.yml

* Update release-filament.yml
2022-12-23 12:46:15 +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 04cda4a2bb 1.19.3 2022-12-07 16:01:33 +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
modmuss50 61e8671f83 1.19.3-rc2 2022-12-05 14:13:40 +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
apple502j 5a1333dcbe
Update Gson javadoc link (#3412) 2022-11-17 08:40:02 +00: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
modmuss50 d66a79f45c
Update github actions, add auto PR labeling action. (#3401) 2022-11-15 17:07:13 +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
modmuss50 5293bbb29d
Remove wrapper-validation-action as its unstable, replace with distributionSha256Sum (#3387) 2022-11-07 18:21:47 +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 b51b923557
Update javadoc links (#3370) 2022-10-28 09:28:42 +01: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