Commit Graph

1081 Commits

Author SHA1 Message Date
Player 2f3cf6de9c Pin Tiny Remapper version to work around incompatibility with old ASM 2021-05-25 06:49:34 +02:00
Adrian Siekierka 3d9cd2a265 update stitch to fix yarn/intermediary merged tiny output 2019-05-12 11:18:01 +02:00
Daniel She 281dcb15b9 Container + Screen Widgets (#694) 2019-05-12 10:26:20 +02:00
asie 9f196c16d4 fix BlockArgumentParser 2019-05-12 10:23:14 +02:00
Chloe Dawn 874380340d Cleanup Identifier mappings (#692)
* Identifier

* Fix param name
2019-05-11 20:05:12 +01:00
quaternary 06751587fb Pass over DataFixers (#693) 2019-05-10 10:58:44 +02:00
Adrian Siekierka 7290b5ae14 1.14.1 Pre-Release 2 2019-05-09 17:00:37 +02:00
Juuxel 4f63389810 Rename ICrashCallable to CrashCallable (#691) 2019-05-09 15:41:56 +01:00
NeunEinser 6f7871ec09 Added mappings for aec class (#690) 2019-05-09 15:41:45 +01:00
Runemoro bdc8e57397 VoxelShape.getIncludedPoints -> getPointPositions (#688) 2019-05-09 15:41:34 +01:00
liach 8f058161f4 Add some obf classes and fix my snake case thing (#685)
Signed-off-by: liach <liach@users.noreply.github.com>
2019-05-07 23:48:24 +02:00
NeunEinser 86634d3461 some new 1.14.1-pre1 stuff (#686) 2019-05-07 23:48:07 +02:00
modmuss50 fa072139bf 1.14.1 Pre-Release 1 2019-05-07 17:05:49 +01:00
tyra 6178ac86fc Update LlamaEntity.mapping (#684)
Adds mappings for two more methods
2019-05-07 16:57:34 +01:00
liach 1e43a50151 ItemProvider -> ItemConvertible, StringRepresentable -> SnakeCaseIdentifiable (#652)
* ItemProvider -> ItemConvertible, StringRepresentable -> EnumPropertyValue

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

* Name it snake case identifiable instead

Signed-off-by: liach <liach@users.noreply.github.com>
2019-05-07 16:57:07 +01:00
liach 000b032f15 Map resources (pack, reload) stuff (#674)
* Map resources (pack, reload) stuff

some tag stuff
command suggestion window in both chat and command block ui
(mojang should just unify those instead of copy pasta)

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

* Unify the names to complete for completion of one suggestion

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

* Initial feedback from runemoro

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

* Missed a few things. Thanks rune for pointing out

Simplified name for abstract file resource pack

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

* fileNameFilter -> pathFilter (id path filter)

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

* creator -> factory

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

* main thread and caching tags

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

* TagManager -> RegistryTagManager (only manages registry tags)

Also named prepared data for application "Intermediate"

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

* Save some stuff

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

* Fix inferred name missing in named jar

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

* Revert auto mapping addition

Signed-off-by: liach <liach@users.noreply.github.com>
2019-05-07 16:56:34 +01:00
Runemoro 892d4afb41 FIx issues (#680)
* FIx misnamed things

* Game options and mysterious setblockstate boolean

* a

* Remove duplicate class, remove enum constant from Unit
2019-05-07 15:21:22 +01:00
NeunEinser e375b99270 Entity mappings (#657)
* Entity mapping modifications

* Entity mapping renames

* improvements

* xp -> experience, Snowgolem -> SnowGolem, spitout -> spitOut, lastLeveledUp -> lastPlayedLevelUpSoundTime, missed an instance of targetting

* Rename SnowgolemEntity.mapping to SnowGolemEntity.mapping

Stupid file system doesn't make a difference between cases.

* touchingLava -> inLava, touchLava() - setInLava()

* putOnTopmostSolidBlock -> afterSpawn

* owner -> actor, other improvements

* Actors are evil. Or something.

* Missed some actors, reverted stuff that's now part of #663

* isInfestableBlock -> isInfestable

* getRegularBlock(BlockState) ->fromRegularBlock

Another method with inverse logic in that class.

* use method name from main branch for surface collision
2019-05-07 12:19:00 +01:00
NeunEinser 802650ea21 Removed enum constants were auto mapping works, added them where it does not. (#663) 2019-05-06 17:57:44 +01:00
Chocohead 61d6105249 Fix some strange settings names (#681)
* Fix some strange setting names

* Name unused parameter
2019-05-06 17:56:46 +01:00
Runemoro 99548e84ad Chunk rendering mappings (#677)
* Chunk rendering mappings

* Update WorldRenderer.mapping

* Fix

* Update WorldRenderer.mapping
2019-05-06 17:56:16 +01:00
Chloe Dawn 9535915845 Update CropBlock mappings (#670)
* Update CropBlock mappings

* getCropItem -> getSeedsItem

* getMaximumAge -> getMaxAge
2019-05-06 00:21:14 +01:00
quaternary b0db177b4f Lots of fields, methods, params relating to blocks and their internals (#651)
* Lots of fields, methods, params relating to blocks and their internals

* Woops

* More STUFF! 😱

* Woops 2 electric boogaloo

* Minor text fix with pistons

* Reviews

* Map Block#n and friends

* Reviews

* 💩

* snowman -> snow golem

* Consistification with wither skull

* s/nt//

* rightChest/leftChest... might be backwards?
2019-05-05 23:31:29 +01:00
Jamie Mansfield fa4da7c6fa Refactor chat components (#650)
Closes #174, Succeeds #567 (partially).

This PR brings the naming of chat components in line with Mojang - in both
package and *chat* components.
2019-05-05 23:25:15 +01:00
Chloe Dawn 412a4678f0 Refactor color classes (#664) 2019-05-05 23:24:22 +01:00
Chloe Dawn 6873106509 VerticalEntityPosition -> EntityContext (#669) 2019-05-05 23:23:57 +01:00
Chloe Dawn 831826ec00 StateFactory$Builder with -> append (#647)
* StateFactory$Builder with -> append

The term `append` makes more sense for a mutable Builder type

* append -> add

Changed to reflect pull request reviews
2019-05-05 13:52:15 +02:00
Chloe Dawn 5603ea9c27 Remove manual mappings for Hand enum constants (#660) 2019-04-29 23:39:34 +02:00
Jonathan Frederick 8c3e83af94 Update missing Items mappings (#659) 2019-04-29 13:25:08 +02:00
Adrian Siekierka 465a1e3701
entity renderer naming consistency fixes (#653) 2019-04-29 08:54:17 +02:00
kashike 48ce54854e ease -> perlinFade (#658)
https://flafla2.github.io/2014/08/09/perlinnoise.html#the-fade-function
2019-04-29 08:54:02 +02:00
valoeghese da0a1f4b44 layer and noise mappings (#648) 2019-04-25 11:37:06 +02:00
Runemoro f8505bdd1c Map the new 1.14 classes (#646) 2019-04-24 23:19:40 +02:00
Adrian Siekierka 824ba100e6 1.14 2019-04-23 18:41:46 +02:00
Runemoro ca0680d8ca Item mappings (#641)
* Item mappings

* shouldCheckIfStateAllowsPlacement

* canBeLit
2019-04-23 14:47:50 +01:00
Pyrofab a4d9672e02 Made a few needed changes based on open issues (#645)
* Rename LivingEntity#attack, fixes #482

* Rename ItemCooldownManager#isCooldown, fixes #488

* Rename StringItem, fixes #525

* Rename *riddenEntity to *vehicle, closes #589

* Rename PlayerMoveServerMessage, closes #623

* Disambiguate Rotation, fixes #630

* Distinguish rotation classes more

* Revert to BlockRotation
2019-04-23 14:47:15 +01:00
Chocohead 02018a01a8 Map Screeny Parameters (#643)
* Name the blits

* Name the last of Element and ParentElement

focusOn is given by Realms, setInitialFocus does the same thing but is only called from init methods

* Name the last of Screen and ContainerScreen
2019-04-22 13:29:29 +01:00
Chocohead 7e6b45d68f ItemListWidget => EntryListWidget (#644) 2019-04-22 13:29:05 +01:00
Runemoro 1ba9489576 A few server mappings (#642) 2019-04-20 23:17:07 +02:00
NeunEinser 50205d62f9 structure mappings (#640) 2019-04-20 13:20:33 +02:00
asie a483b11f81 buildscript tweaks 2019-04-18 23:22:36 +02:00
modmuss50 de13dda07c 1.14 Pre-Release 5 2019-04-18 22:01:39 +01:00
Runemoro 213a3102b2 Server mappings (#639) 2019-04-18 21:56:09 +01:00
NeunEinser b948925b87 A few new pre-4 mappings (#633)
* A few new pre-4 mappings

* typo

* Update and rename ItemOminousBannerTranslataionKeyRenameFix.mapping to ItemOminousBannerTranslationKeyRenameFix.mapping

* Improvements + some parameter names for CartographyTableContainer
2019-04-18 21:51:33 +01:00
Runemoro 4ce0451a0a Block mappings (#638)
* Block mappings

* upddate -> update

* maxFrostedIceNeighborCount -> maxNeighbors

* tickViewerCount
2019-04-18 21:50:55 +01:00
NeunEinser c23285eae4 Improvements for own previously provided mappings (#635)
* Improved own mappings

* minor

* typo
2019-04-18 20:38:22 +01:00
modmuss50 84d0ae402b Remove conflicting method name 2019-04-17 17:45:59 +01:00
modmuss50 782b07c692 1.14 Pre-Release 4 2019-04-17 17:41:25 +01:00
Runemoro 4aa3c17b17 A few mappings (#631)
* A few mappings

* Suggestions by liach

* Improvements

* Add methods from liach's PR

* make -> get to match others

* get -> create for methods that create tasks
2019-04-17 17:23:22 +01:00
Adrian Siekierka 13943c582b update to 1.14 Pre-Release 3 2019-04-16 17:51:03 +02:00
Adrian Siekierka f5cae4511e @Runemoro please be more careful when mapping named (or seemingly named?) methods 2019-04-16 17:23:32 +02:00
intsuc 3e46c4a21e Rename Mojangson to Snbt (#627) 2019-04-16 16:18:14 +02:00
NeunEinser 4ef4dc3e8d Command Mappings, mostly arguments and some missing methods/inner classes (#613) 2019-04-16 16:17:28 +02:00
Runemoro 4b82d7412a Misc mappings (#621) 2019-04-16 16:16:45 +02:00
Runemoro d59d0ed42f Client mappings (#620) 2019-04-16 16:13:47 +02:00
NeunEinser 3f84c64cd5 Menu mappings (#611) 2019-04-16 16:13:34 +02:00
Nick Ignoffo dfe0afdd25 Fix TextFormat.RESET being named as color (#626) 2019-04-16 16:13:16 +02:00
liach eca8dc8f6e Some updated raid mappings (#617) 2019-04-16 16:13:03 +02:00
Runemoro 4365e0f69a Fix #615 (#616) 2019-04-16 16:12:45 +02:00
liach 8a7db99717 Update method calls for player's tiny remapper update (#624) 2019-04-15 16:39:14 +02:00
Siphalor 97ff26cc49 Added some Villager model mappings (#614) 2019-04-14 13:04:29 +02:00
Yanis48 79f37a5b7c Some 1.14-pre2 and options mappings (#610)
* 1.14 Pre-Release 2 mappings

* random field not mapped

* things
2019-04-14 13:03:02 +02:00
SquidDev 616683e536 A couple more methods for CommandBlockExecutor (#612) 2019-04-14 10:55:58 +02:00
modmuss50 2fd19127ea 1.14 Pre-Release 2 2019-04-12 15:38:24 +01:00
modmuss50 dcf1bdca01 Merge branch 'pull/607' into 1.14_Pre-Release_1
# Conflicts:
#	mappings/net/minecraft/world/loot/function/SetNbtLootFunction.mapping
2019-04-12 15:20:28 +01:00
liach a4de6322db Map some poi and village stuff (#604)
* Map some poi and village stuff

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

* Update based on suggestion
traderrecipe -> tradeoffer

Signed-off-by: liach <liach@users.noreply.github.com>
2019-04-12 15:16:50 +01:00
SquidDev 6216cbc25c Map a collection of random methods (#608) 2019-04-12 15:16:19 +01:00
Runemoro ffdab84e79 Client mappings (#609)
* Client mappings

* Update BlockLeakParticle.mapping

* Update NativeImage.mapping
2019-04-12 15:15:55 +01:00
NeunEinser 07603ac46e CheckboxWidget and other gui related mappings (#605)
* CheckBoxWidget and other gui related stuff

* CheckBox -> Checkbox
2019-04-12 15:15:16 +01:00
NeunEinser bf02951053 Forgot to add SetNbtLootFunction.mapping in #598 (#603)
* Forgot to add SetNbtLootFunction.mappings in #598

* Builder sub class missing
2019-04-12 15:14:46 +01:00
modmuss50 ec9b3d8e63 Actually Un-map a bunch of realms classes 2019-04-11 19:25:21 +01:00
modmuss50 5e2176bee3 Un-map a bunch of realms classes that were renamed and fix a mapping conflict 2019-04-11 19:14:54 +01:00
modmuss50 e8f5c4603b Rename expand to grow as it conflicts, open an issue or PR if you dont like the new name. 2019-04-11 18:45:22 +01:00
Runemoro 7574969ea7 Missed a few mappings 2019-04-11 02:37:12 -04:00
Runemoro 7bedd4cd9f Map all commands and argument types 2019-04-11 01:58:54 -04:00
modmuss50 f60ca50438 Move to a +build. separator 2019-04-10 17:20:44 +01:00
modmuss50 b13686aed0 1.14 Pre-Release 1 2019-04-10 16:36:17 +01:00
NeunEinser 0d36018c1a Some mappings for loot tables (#598)
* Some mappings for loot tables

* Some improvments

* Added many more mappings around loot tables and improved some of them

* Renamed builder methods, argument -> supplierGetter, dropItemConsumer -> itemDropper and more minor improvments

* Typo
2019-04-10 15:34:16 +01:00
Runemoro 6bb2ca352f Entity mappings (#595)
* Entity mappings

* More mappings

* A few more names

* More entity mappings

* Update CompositeTask.mapping
2019-04-10 15:34:04 +01:00
Blake Redenius 2256c9193d Fix mapping conflict and map a field. (#602)
* Fix mapping conflict in WallStandingBlockItem.

* Add field mapping for hand in ItemUsageContext.
2019-04-10 12:38:39 +01:00
liach 94b94160ea Some mappings for 19w14b (#592)
* Some mappings

Map render distance center packet and fix revenge target selection goal

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

* More mappings along entities, etc.

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

* Save mappings again

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

* Fixes a few mappings

Signed-off-by: liach <liach@users.noreply.github.com>
2019-04-10 12:36:55 +01:00
Pyrofab 01ff1e61da Mapped frustrums and some method arguments (#601)
* Map frustrums and some method arguments

* Normalize matrix names
2019-04-10 12:35:21 +01:00
Uriel Salischiker ac757c350a Mappings for some files (#600) 2019-04-07 12:07:33 +02:00
Uriel Salischiker 94d5e5ddf9 Mapping for potions and trades factories (#599)
* Mapping for potions and trades

* Remove extra r
2019-04-07 09:13:16 +02:00
Runemoro 5048461b98 Map remaining 19w14b classes (#593) 2019-04-07 09:05:39 +02:00
modmuss50 0e8b18ad3f 19w14b 2019-04-05 17:03:47 +01:00
modmuss50 6bc3deea2f Merge branch 'pull/590' into 19w14a
# Conflicts:
#	mappings/net/minecraft/entity/Entity.mapping
#	mappings/net/minecraft/entity/mob/SlimeEntity.mapping
#	mappings/net/minecraft/entity/passive/AbstractTraderEntity.mapping
#	mappings/net/minecraft/entity/passive/VillagerEntity.mapping
2019-04-05 16:59:48 +01:00
liach e2c9a5c337 A few mappings around villagers (#587)
* A few mappings around villagers

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

* Update VillagerEntity.mapping

did enigma broke
2019-04-05 16:56:48 +01:00
liach f4db2fcda3 Some slight advancement mappings (#586)
Signed-off-by: liach <liach@users.noreply.github.com>
2019-04-05 16:56:15 +01:00
Yanis48 1d2960ebe7 A few random mappings (#583)
* my little mappings

* plural methods
2019-04-05 16:56:01 +01:00
Sargun Vohra 046e93f136 Mostly EntityType stuff, plus a bit of slime stuff (#588) 2019-04-05 13:58:14 +02:00
valoeghese 6020645bc9 World generation related features (#591) 2019-04-05 13:47:45 +02:00
Runemoro fca78f74f4 More mappings 2019-04-04 18:04:19 -04:00
Runemoro 81637a825a
Merge branch '19w14a' into 19w14a 2019-04-04 16:05:29 -04:00
Runemoro 8fb75cc949 Entity mappings 2019-04-04 16:04:27 -04:00
Runemoro 8a4c8e5043 Remove incorrect mapping (#585)
4ebfe3c891 (r33023399)
2019-04-03 23:04:36 +02:00
modmuss50 845be1d2ec 19w14a 2019-04-03 17:16:41 +01:00
modmuss50 90190d1843 Merge branch 'pull/580' into 19w13b
# Conflicts:
#	mappings/net/minecraft/world/EntityView.mapping
2019-04-03 16:46:13 +01:00
modmuss50 087ce6de98 Merge branch 'pull/579' into 19w13b
# Conflicts:
#	mappings/net/minecraft/entity/ai/goal/TemptGoal.mapping
#	mappings/net/minecraft/world/EntityView.mapping
2019-04-03 16:45:44 +01:00
Sargun Vohra dcf0691315 Make AI task lifecycle easier to understand (#581) 2019-04-03 16:43:23 +01:00