Commit Graph

1101 Commits

Author SHA1 Message Date
Player e735cddd60 Pin Tiny Remapper version to work around incompatibility with old ASM 2021-05-25 06:49:41 +02:00
Adrian Siekierka 1d4a7484e0 1.14.2 Pre-Release 4 2019-05-24 18:20:14 +02:00
modmuss50 39643cfb85 Fix 2019-05-22 15:33:17 +01:00
Adrian Siekierka 1f9f42e6dd 1.14.2 Pre-Release 3 2019-05-22 16:06:46 +02:00
intsuc 737040dcd3 Server world mappings (#711)
* Add mappings

* Remove .project
2019-05-22 14:45:49 +01:00
Nick Ignoffo fb1fab1a73 getMultipartMdoel -> getMultipartModel (#710)
Pretty uh... self explanatory.
2019-05-19 08:18:19 +01:00
Adrian Siekierka 7d5de74139
Block.isOpaque, Phase tick mappings (#708) 2019-05-18 21:45:50 +02:00
Yanis48 3abd72da61 Various entity renderer & model mappings (#707) 2019-05-18 13:23:23 +02:00
Adrian Siekierka ba48bd8717 re-run Jenkins due to wrong push order 2019-05-17 16:09:40 +02:00
Adrian Siekierka a663e6776d 1.14.2 Pre-Release 2 2019-05-17 16:08:03 +02:00
modmuss50 b60e6e7e6c 1.14.2 Pre-Release 1 2019-05-16 17:28:41 +01:00
howtonotwin ea55a3db01 Name some stuff in and around BoatEntity (#702) 2019-05-16 17:25:06 +01:00
NeunEinser bc359aa1ac fix visibility issues (#703) 2019-05-16 18:20:12 +02:00
Yanis48 1a20d52909 Particle pos arguments (#701)
* particle pos arguments

* Update LightType.mapping
2019-05-16 18:19:59 +02:00
Virtuoel 08a04c4767 More accurate coral block and egg material names (#699) 2019-05-16 18:08:44 +02:00
howtonotwin 3df5851696 A couple of names in DimensionType (#700) 2019-05-16 18:08:35 +02:00
modmuss50 60e13d70f8 Revert 2 bad renames, and downgrade enigma 2019-05-14 12:05:39 +01:00
modmuss50 1c92f132ee Hotfix for #696 and fix travis
Squashed commit of the following:

commit 741b2dd254
Author: Chloe Dawn <admin@designdevils.co.uk>
Date:   Mon May 13 16:40:38 2019 +0100

    Hotfix for #696

commit b88b9d5950
Author: modmuss50 <modmuss50@gmail.com>
Date:   Mon May 13 16:12:49 2019 +0100

    Disable email on build

commit f45e26dd01
Author: modmuss50 <modmuss50@gmail.com>
Date:   Mon May 13 16:09:21 2019 +0100

    fix travis?
2019-05-13 16:48:16 +01:00
modmuss50 d6e5e54229 Create .travis.yml 2019-05-13 15:58:41 +01:00
Chloe Dawn 7a61325ce6 getEntityWorld -> getWorld (#696) 2019-05-13 15:35:00 +01:00
Adrian Siekierka 3a97bc956d 1.14.1 2019-05-13 14:01:29 +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