Commit Graph

2961 Commits

Author SHA1 Message Date
frqnny 8b51f948f8
A few entity mappings (#3095)
* A few entity mappings

* Remove WorldAccess changes as they appear to be already applied

* a tiny amount of more mappings

* a tinsy itsy bit of changes
2022-04-20 13:21:20 +01:00
haykam821 86ed8ccb3e
Rename the HorseBaseEntity class to AbstractHorseEntity (#3098)
* Rename the HorseBaseEntity class to AbstractHorseEntity

Fixes #3082

* Rename the HorseBaseEntityRenderer class to AbstractHorseEntityRenderer
2022-04-20 13:20:26 +01:00
haykam821 07ca9a4927
Rename the Bucketable#getBucketedSound method to getBucketFillSound (#3099)
Fixes #3009
2022-04-20 13:20:17 +01:00
enbrain ef07037428
Map woodland mansion generation (#3041) 2022-04-19 16:21:07 +01:00
Shnupbups 67250a55d3
22w15a stuff (#3091)
* 22w15a stuff

* Apply suggestions from code review

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

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
2022-04-19 11:06:11 +01:00
apple502j b594123e52
Fix typo in SimpleOptions (#3094)
* Fix typo in SimpleOptions

* Fix punctuation in SimpleOptions javadoc

* TranslatableOption is an interface
2022-04-19 11:05:48 +01:00
modmuss50 7a9cbb55b2
Update dependencies (#3093) 2022-04-15 23:17:53 +01:00
apple502j a664192233
22w15a more stuff (#3092)
* 22w15a stuff

* Apply suggestions from code review

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

* Apply suggestions from code review

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-04-15 14:19:09 +01:00
MattiDragon 51ee5c0ad7
22w15a stuff (#3090) 2022-04-13 19:59:12 +01:00
Player 8b8dc86b74 22w15a 2022-04-13 18:50:51 +02:00
Shnupbups fbe4d7fc7f
22w14a de-featured structures (#3079)
* De-featured structures

Structures moved to own package, plus renames and extra stuff, now that they aren't features at all

* more

* renamed StructureType to clear up name collision
2022-04-13 16:23:27 +00:00
frqnny a96db03dd0
Codec Mappings and some misc stuff (#3077)
* Codec Mappings and some misc stuff
* Misc Stuff Includes random obvious constants I found

* Apply suggestions from code review

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>
Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2022-04-13 13:46:45 +00:00
apple502j df55892693
22w14a typo fixing (#3089) 2022-04-13 07:50:37 +01:00
enbrain fe3bdd302d
Fix typo: FrogEntityModel.rightLEg -> rightLeg (#3088) 2022-04-11 18:26:32 +00:00
Shnupbups 42acd4afae
22w14a stuff 2: electric boogaloo (#3085)
* 22w14a stuff 2: electric boogaloo

* Update mappings/net/minecraft/predicate/entity/TypeSpecificPredicate.mapping

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-04-11 14:39:36 +00:00
enbrain 07cd703d97
Follow up of the titleRemainTicks rename (#3084) 2022-04-08 16:29:49 +01:00
haykam821 2198e744de
Move the GlobalPos class to the net.minecraft.util.math package (#3083) 2022-04-08 16:29:37 +01:00
apple502j 0f2bef6b84
22w14a stuff (#3081)
* 22w14a stuff

* Some random params I mapped during Enigma testing

* Rename stuff based on liach's suggestion
2022-04-08 08:56:33 +01:00
Shnupbups f0cf73b5fa
22w14a stuff (#3078)
* 22w14a stuff

* more

* more
2022-04-08 08:55:17 +01:00
apple502j 95ba1767b5
22w14a random (#3080)
* 22w14a random package move, BlockingSimpleRandom

* Map new util methods for shuffling

* 22w14a random params
2022-04-07 15:14:42 +01:00
Player 574aababbd Drop invalid anonymous class derived name 2022-04-06 21:37:42 +02:00
Player 13c4ad0853 22w14a 2022-04-06 21:01:01 +02:00
Awakened-Redstone fd1158aa3f
Fix wrong mappings at InGameHud (#3075)
* Fix wrong mappings

`Lnet/minecraft/client/gui/hud/InGameHud;titleTotalTicks:I` and `Lnet/minecraft/client/gui/hud/InGameHud;titleRemainTicks:I` have some wrong mappings
The renaming is simple:
* `titleTotalTicks` -> `titleRemainingTicks` 
* `titleRemainTicks` -> `titleStayTicks`

Total ticks seems like the total time it is on the screen, but it is a reducing value, as it can be seen on `Lnet/minecraft/client/gui/hud/InGameHud;tick()V` where it has `--this.titleTotalTicks;`
Remain ticks seem to be the ticks remaining for the title on the screen, but it is the amount of ticks between fade out and fade in, on `TitleCommand` at `/title times fadeIn stay fadeOut` it's parameter is labled as `stay`

* Update InGameHud.mapping
2022-04-06 16:05:41 +00:00
apple502j 7930e597e4
22w13a misc stuff (#3073)
* 22w13a stuff

* Update StringIdentifiable.mapping

* Fix several mapping bugs
Resolves #3043
Resolves #3057
Resolves #3066
2022-04-06 16:05:01 +00:00
apple502j 424de6e072
22w13a worldgen (#3072)
* 22w13a worldgen

* Improve shnupbups PR conflict
2022-04-06 16:04:51 +00:00
Shnupbups b029eaf79c
22w13a stuff (#3070)
* 22w13a stuff

* more stuff

dunno about this structure stuff tbh might delete later

* remove duplicates

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2022-04-06 13:34:24 +00:00
apple502j 25bd806f5b
22w13a client (#3071)
* 22w13a client

* Document SimpleOption
Hmm, might not be simple after all...

* Apply suggestions from code review

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

* Fix more stuff

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-04-06 12:18:01 +00:00
Player 4770b3c0f6 Port from 1.19-exp1 2022-03-31 20:05:58 +02:00
Player 39344922af 22w13a 2022-03-31 19:20:30 +02:00
Jake Potrebic 1c1f593167
Chunk generator stuff (#3067)
* Chunk generator stuff

* rename codec builder getter
2022-03-31 06:38:03 +00:00
Shnupbups 9a3618695c
22w12a just a bit more (#3069) 2022-03-30 13:02:05 +00:00
apple502j da98aa3b21
22w12a deep dark (#3064)
* 22w12a sculk

* 22w12a warden

* Fix shnupbups conflict

* Update SculkShriekerWarningManager.mapping
2022-03-30 10:47:02 +00:00
apple502j 8960bd3017
22w12a datafixer and codecs (#3063) 2022-03-30 10:46:43 +00:00
apple502j 52295ce678
22w12a client stuff (#3062) 2022-03-30 10:46:22 +00:00
apple502j 1e952a0178
22w12a world (#3061) 2022-03-30 09:48:16 +00:00
apple502j 9e906386ba
22w12a misc stuff (#3065) 2022-03-30 09:19:16 +00:00
apple502j 35367baa99
22w12a entity (#3060)
* 22w12a entity

* Fix shnupbups PR conflict
2022-03-30 09:18:27 +00:00
apple502j fa051488ea
22w12a chest boat (#3058)
* 22w12a chest boat

* FIx some names
2022-03-30 09:18:07 +00:00
Leximon 1b9e6aed78
swap parameter names (#3056)
Co-authored-by: Lex305 <lex305@web.de>
2022-03-30 09:13:59 +00:00
Shnupbups 77aef71b0a
22w12a stuff (#3059)
* 22w12a stuff

* fixes from @apple502j and a bit more

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

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

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2022-03-30 09:10:15 +00:00
Player f5611fdd0f Port from 1.19-exp1 2022-03-24 23:48:18 +01:00
modmuss50 18cd8cc489 22w12a 2022-03-24 19:10:04 +00:00
apple502j 14e3a297d2
22w11a javadoc fixes (#3055)
* 22w11a javadoc fixes

* Update mappings/net/minecraft/tag/TagPacketSerializer.mapping

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-03-23 10:38:27 +00:00
apple502j 4702895447
22w11a misc stuff (#3053)
* 22w11a networking

* 22w11a world

* 22w11a misc stuff

* Update javadoc for PacketByteBuf
2022-03-23 10:37:54 +00:00
apple502j 290abdc6a2
22w11a client (#3049)
* 22w11a font

* 22w11a sound stuff

* 22w11a options

* 22w11a macOS icon stuff

* 22w11a gl timer

* 22w11a pending update/desync fix

* 22w11a MC-235964 fix

* 22w11a screen

* 22w11a particle

* 22w11a realms

* 22w11a client util

* 22w11a more sequence stuff

* 22w11a misc client stuff

* Add newline
2022-03-23 10:37:29 +00:00
apple502j eab2a53ed9
22w11a registry (#3046)
* 22w11a registry

* Map registry stuff

* Rename and move classes

* Add javadoc
2022-03-23 10:36:40 +00:00
apple502j a98e8513e9
22w11a commands (#3052)
* 22w11a command arguments

* 22w11a command misc

* 22w11a server commands

* Rename registryWrapperFactory

* Map a field in DataPackContents
2022-03-23 10:36:03 +00:00
apple502j ebd912a82f
22w11a resource (#3048)
* 22w11a resource stuff

* 22w11a client resource stuff

* 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>
2022-03-19 15:58:06 +00:00
apple502j c2d1eac595
22w11a neighbor update (#3047) 2022-03-19 15:57:01 +00:00
apple502j e722042166
22w11a save loading (#3045)
* 22w11a save loading

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

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

* Rename stuff

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-03-19 15:56:00 +00:00
Shnupbups 64377ac365
22w11a stuff (#3044)
* this is all i can bear to do for now, im tired

* i lied

* Update DispenserBehavior.mapping

* have a little more, as a treat

* fixes

* *more* stuff

* more animation stuff

* model parts

* initAndGetDefault

y'all have some weird defaults mojang
2022-03-19 15:55:02 +00:00
Player f61113a967 Fix anonymous class mappings 2022-03-16 22:24:28 +01:00
Player 845467b67e 22w11a 2022-03-16 21:42:31 +01:00
Noah van der Aa dcbab03041
Map VeinCreator (class_6955) (#3038)
* Map VeinCreator (class_6955)

* Address comments

* Address comments

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-03-05 14:37:12 +00:00
modmuss50 2d548eedce 1.18.2 2022-02-28 14:11:10 +00:00
Shnupbups d1df9656eb
best pr ever (#3037)
removed a single letter to reflect change made in RC1
2022-02-25 14:40:56 +00:00
modmuss50 e26f9d1d29 1.18.2-rc1 2022-02-25 14:26:22 +00:00
enbrain 89f68384a3
Fix chest model part names being swapped (#3036) 2022-02-25 08:52:30 +00:00
Shnupbups 7dfbb2f61b
moved a couple classes (#3032)
`TextureMap` moved to `data/client`  - `data/client/model` package is no longer used, but `TextureMap` was still in it accidentally due to being renamed by another PR
`NoiseHelper` moved to `world/gen/noise` - makes sense to be with other noise related classes
2022-02-25 08:52:19 +00:00
Noah van der Aa 1e2be4f32a
Use camelCase for fields in VanillaBiomeParameters (#3034) 2022-02-24 22:25:12 +00:00
Shnupbups 44028de306
1.18.2-pre3 stuff (#3031) 2022-02-24 18:19:07 +00:00
apple502j 6d6db4430f
Fix javadoc error (#3035) 2022-02-24 18:18:07 +00:00
apple502j ce775e378d
Rename ServerResourceManager (#3029)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-23 21:59:26 +00:00
apple502j 15cdad81b0
1.18.2-pre3 stuff (#3030)
* 1.18.2-pre3 stuff

* Apply suggestions from code review

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-23 21:58:44 +00:00
modmuss50 f0f44472dd 1.18.2-pre3 2022-02-23 16:15:59 +00:00
apple502j cfeee50df1
Map class_6904 and related stuff (#3017)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-23 10:59:09 +00:00
Shnupbups 7ca2496621
1.18.2-pre1 stuff (#3022)
* 1.18.2-pre1 stuff

* Update StructureFeature.mapping

* Update StructureFeature.mapping

* 1.18.2-pre1 stuff

* yeah

* removed duplicates

not sure how they managed to stay

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

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-23 10:56:40 +00:00
apple502j 9965d9ca53
1.18.2 pre1 stuff (#3023)
* 1.18.2 pre1 stuff

* Remove RegistryItemArgumentType, separate PR

* Apply suggestions from code review

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-22 17:00:35 +00:00
Jake Potrebic 45c56b435b
Rename flag from 'scared' to 'sitting' (#2965)
When you send the entity metadata packet with the appropriate update to the client
the panda's behavior can be better described as sitting up rather than being scared
2022-02-22 16:59:28 +00:00
apple502j 29f36d2f10
1.18.2 pre2 stuff (#3027) 2022-02-22 16:29:15 +00:00
apple502j b5c6646188
Map RegistryPredicateArgumentType (#3025)
* Map RegistryPredicateArgumentType

* Apply suggestions from code review

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

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-21 17:33:27 +00:00
modmuss50 ceb3a205fb 1.18.2-pre2 2022-02-21 16:09:06 +00:00
Shnupbups 4731a2c3ce
22w07a stuff (#3012)
* biome tags

* more biome tag stuff + datafix

* more stuff

* remove stuff mapped by #3013

* some noise stuff

* Apply suggestions from code review

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

* dropped invalids

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-19 11:29:24 +00:00
apple502j 20e6725f2c
22w07a stuff (#3013)
* 22w07a stuff

* Update Registry.mapping

* Apply suggestions from code review

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

* registryKeys -> keys

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-18 22:44:32 +00:00
Jake Potrebic fb1700efe5
Remove reference to wool (#3021) 2022-02-18 18:35:12 +00:00
apple502j 4edf893074
Rename TagKey#intern (#3020)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-18 18:17:56 +00:00
modmuss50 7623cc5bec Update name-proposal 2022-02-18 18:13:00 +00:00
modmuss50 e268e3d958 1.18.2-pre1 2022-02-18 17:15:29 +00:00
SquidCooki2 81d81de49f
Update arg to be consistent with its block counterpart (#3015)
Unmapped argument in RenderLayers
- Inconsistent with its block counterpart, "map"
- "hashMap"
2022-02-18 09:04:24 +00:00
modmuss50 025aff5b55 Update name name-proposal 2022-02-16 18:45:19 +00:00
Player fd8c5a7486 22w07a 2022-02-16 19:13:28 +01:00
Gegy ae2126e384
fix misleading VertexBuffer-related names (#3005) 2022-02-16 16:58:50 +00:00
modmuss50 c490cdb066
Fix broken javadoc jar (#3011)
* Try building against jdk18

* update grade

* Update asm for unpick

* Set ignore-source-errors
2022-02-16 16:19:57 +00:00
apple502j ab17c13eb1
22w06a more cursed stuff (#3004)
* 22w06a more cursed stuff

* Even more cursed stuff

* Finish mapping cursed stuff

* Revert move

* Fix javadoc lint

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

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

* 6903 is RegistryOps

* Copy javadocs

* More fixes

* Fix invalid mapping

* Apply suggestions from code review

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

* Rename RegistryCodecs methods

Co-authored-by: Shnupbups <shnupbups@gmail.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-16 15:57:25 +00:00
Noah van der Aa 35180240f9
Map some fields related to stats and structures (#3006)
* Map some fields related to stats and structures

* Update mappings/net/minecraft/stat/StatFormatter.mapping

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

* Update mappings/net/minecraft/structure/DesertTempleGenerator.mapping

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>
2022-02-12 17:04:42 +00:00
apple502j 3fa5f241ce
22w06a more tags/registries stuff (#3003)
* 22w06a more tags/registries stuff

* rename to getIndexedEntries
2022-02-12 17:04:11 +00:00
liach 33efbaf906
22w06a resources (#2998)
* 22w06a resources

fyi javadoc gen broke, wait for me to fix it...

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

* Apply suggestions from code review

* Update mappings/net/minecraft/resource/NamespaceResourceManager.mapping

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

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-02-12 17:03:23 +00:00
Noah van der Aa a6d414dd13
Map some random entity stuff (#2994)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-11 09:03:20 +00:00
enbrain c35b6868e2
Rename some builder classes (#2921)
* Rename some builder classes

* builder -> advancementBuilder

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-02-11 09:02:52 +00:00
haykam821 3e9aadc6d2
Map structure placements (#2997)
* Map structure placements

* Update mappings/net/minecraft/world/gen/chunk/placement/StructurePlacementType.mapping

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

Co-authored-by: modmuss50 <modmuss50@gmail.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-02-11 08:56:39 +00:00
Shnupbups 0a36582e4b
Datagen refactors (#2905)
* `BlockStateDefinitionProvider` -> `ModelProvider`

`BlockStateDefinitionProvider` is inaccurate, as it also handles all the models in the game including item models.

Also moved everything from `data/client/model` down to just `data/client` as they're *all* model related so there's no point in having it be separate.

Should probably backport this to 1.18, and maybe even 1.17.1 if #2904 is merged. Also recommend the rename is reflected in the Fabric API implementation also.

* Make all providers and generators plural where appropriate

Also change `WorldgenListProvider` to `WorldgenProvider`... why did it have `List` in the first place?

* Change to singular prefixes

* Fix some incorrect names

* Update Tag.mapping

* Update RecipeProvider.mapping

* Update RecipeProvider.mapping

* Fix bad merge

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-02-11 08:55:08 +00:00
Shnupbups 81898922c6
22w06a stuff (#2996)
* man wtf is this

* Revert "man wtf is this"

This reverts commit 8e63ae95e9.

* oh gosh oh heck what is this

* why

* seriously

* Update RegistryEntryList.mapping
2022-02-10 18:47:38 +00:00
haykam821 c6ba227c7d
Map the RegistryEntryList class (#3001)
* Map the RegistryEntryList class

* Move the RegistryEntryList class to the net.minecraft.util.registry package
2022-02-10 18:39:46 +00:00
apple502j eb5070e74f
22w06a non-cursed stuff (#2999) 2022-02-10 17:31:50 +00:00
modmuss50 0ef70746f2 22w06a 2022-02-09 18:58:35 +00:00
enbrain e8a1536e6c
Fix some setters not matching fields and params (#2978)
* Fix some setters not matching fields and params

* Revert params with current prefix

* Rename targetPool to target

to match the setter in JigsawBlockEntity

* Revert more renames

* Revert setInvStackList -> setInventory

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-09 16:42:35 +00:00
Shnupbups 536210f3e7
some random stuff (#2969)
* some random stuff

* more stuff

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-09 16:42:22 +00:00
haykam821 e92e4b57c1
Rename the Texture class to TextureMap (#2974) 2022-02-09 11:41:36 +00:00
Noah van der Aa c4e3dcfe53
Rename NarratorOptionsScreen -> SimpleOptionsScreen (#2984) 2022-02-09 11:39:31 +00:00
haykam821 53a6bb1e84
Rename the BlockStateModelGenerator#registerCarpet method to registerWoolAndCarpet (#2973) 2022-02-09 11:37:57 +00:00