Commit Graph

1156 Commits

Author SHA1 Message Date
Player 63c55e604e Pin Tiny Remapper version to work around incompatibility with old ASM 2021-05-25 06:49:56 +02:00
liach 08dc88d859 Mapped some non-realms stuff (#782) 2019-07-10 08:52:57 +02:00
­Sollace 685cdf51e1 Fix #789 (#790) 2019-07-08 21:15:28 +02:00
Runemoro 618083791c Fix some methods not using intermediaries (#788) 2019-07-08 18:09:22 +02:00
modmuss50 e20cfe9b0e 1.14.4-pre3 2019-07-08 13:27:46 +01:00
modmuss50 88ec43cee5 Remove 2 bad class mappings 2019-07-04 16:44:18 +01:00
modmuss50 618de57dfb 1.14.4-pre2 2019-07-04 16:29:01 +01:00
Chloe Dawn c426dbbce9 Remap ContainerScreenRegistry as Screens (#779) 2019-07-03 21:29:22 +02:00
Adrian Siekierka ab32dae2fa 1.14.4-pre1 2019-07-03 20:50:19 +02:00
Adrian Siekierka 6ef446bf2f
DefaultedList changes, updated #714 (#769) 2019-07-02 23:37:15 +02:00
Adrian Siekierka 491a3215ea
fix #764 (#768) 2019-07-02 23:37:06 +02:00
Chloe Dawn f2f31885d5 outputs.file -> outputs.dir (#780) 2019-07-02 23:36:55 +02:00
liach bac8d3fecf Update Stitch to match new semantics (#767)
Signed-off-by: liach <liach@users.noreply.github.com>
2019-06-29 13:08:36 +02:00
Adrian Siekierka 30dc644d22 update Enigma, Stitch; drop unnecessary enum mappings 2019-06-29 09:49:26 +02:00
Adrian Siekierka 4be1c27c10 merge missing 1.14.3-pre2 mappings; update Enigma to fix save NPE 2019-06-29 00:43:29 +02:00
Adrian Siekierka 4a5f2b30e1 The Great Intermediary Update: fix Tiny mapping generation 2019-06-29 00:17:32 +02:00
Adrian Siekierka 1a6f261a2e The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
modmuss50 3401fb4f27 Merge branch 'pull/766' into 1.14.3
# Conflicts:
#	mappings/net/minecraft/client/gui/screen/GameMenuScreen.mapping
2019-06-28 22:16:11 +01:00
quaternary e3f8c1660e Fix three easy issues (#762)
* WORLD_INFO -> DEMO_LEVEL_INFO (fix #761)

* MinecraftServer#isServerThreadAlive -> isServerThreadDead (fix #760)

* PauseScreen -> GameMenuScreen (fix #704)
2019-06-28 22:12:32 +02:00
Runemoro bccef14e3c Replace Weave commands with Enigma commands (#763) 2019-06-28 22:12:16 +02:00
Unknown 8c37c3e68f Hud and Screen related changes 2019-06-27 19:48:47 +08:00
modmuss50 5fc42005e9 1.14.3 2019-06-24 16:08:46 +01:00
liach ee0c22d08b Mapped two unmapped classes and some villager stuff (#758)
* Mapped two unmapped classes and some villager stuff

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

* optimize name

Signed-off-by: liach <liach@users.noreply.github.com>
2019-06-23 18:55:59 +01:00
Runemoro 001d1f2527 Add naming conventions (#733)
* Create CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md
2019-06-19 22:21:40 +01:00
modmuss50 bc21aa2a63 Merge branch 'pull/695' into 1.14.3-pre4
# Conflicts:
#	build.gradle
2019-06-19 20:26:23 +01:00
modmuss50 b6ed693b8d 1.14.3-pre4 2019-06-19 20:24:08 +01:00
modmuss50 b27778997a 1.14.3-pre3 2019-06-19 18:48:53 +01:00
liach 852c9db4fe
Update README.md 2019-06-19 13:08:54 +08:00
liach 6ead33f66a Fix bug
Signed-off-by: liach <liach@users.noreply.github.com>
2019-06-19 09:50:52 +08:00
­Sollace 57f9d99fc1 EntitySize -> EntityDimensions (#745)
* EntitySize -> EntityDimensions

* resizeable -> changing

* constant -> fixed (fite me)

* x/z -> width/height

* EntityType.setSize -> setDimensions

* Entity.getSize -> getDimensions

* EnderDragonPart.partSize -> partDimensions

* PlayerEntity.STANDING_SIZE -> STANDING_DIMENSIONS

* LivingEntity.SLEEPING_SIZE -> SLEEPING_DIMENSIONS

* PlayerEntity.SIZES -> POSE_DIMENSIONS (POSTURES?)

* EntityType.size -> dimensions

* Entity.size -> dimensions

* EntityType.getDefaultSize -> getDimensions

* Entity.refreshSize -> calculateDimensions

* getActiveEyeHeight(pose,size) -> getActiveEyeHeight(pose,dimensions)
2019-06-18 13:05:31 +01:00
liach ce3f15c1e2 Add proposed field names to the mapped named jar
Changed old named jar to yarn jar
Beautify readme and added groups to gradle tasks
always indent with tabs

Signed-off-by: liach <liach@users.noreply.github.com>
2019-06-17 22:11:28 +08:00
Chloe Dawn a8804c177e TranslatableBuiltInExceptions (#742) 2019-06-15 11:51:37 +02:00
Adrian Siekierka 1bc52639f0 Fix #723 (#753)
* Fix #723

* update
2019-06-15 11:47:49 +02:00
Sollace 4f02e797fc Mapped SkullEntityModel (#726) 2019-06-14 12:02:38 +02:00
Adrian Siekierka ccab95ddef take care of a newer version of #730 2019-06-14 11:58:37 +02:00
Adrian Siekierka 3fae250684 take care of #730 2019-06-14 11:57:55 +02:00
Chloe Dawn 57a5362bf3 Improve implied semantics of setters and getters in GameRules (#748)
Also simplifies the public API methods to just get() and set(value)
2019-06-14 11:53:01 +02:00
Griff T d14a4d7b67 Add message history related mappings. (#744) 2019-06-14 11:42:38 +02:00
Chloe Dawn 6d8bd33f8c Identifier.ofNullable -> Identifier.tryParse (#749) 2019-06-14 11:41:50 +02:00
asie a5b61ef87f update Enigma 2019-06-13 09:39:42 +02:00
kashike 2ac1eadb7c wolf food -> meat (#746) 2019-06-09 11:47:14 +02:00
Chloe Dawn 0e1a9a2516 Game rule mappings (#739)
* Game rule mappings

* getDataValue -> toCommandResult
2019-06-07 21:36:45 +01:00
modmuss50 8554a5ae8c 1.14.3-pre2 2019-06-07 12:45:25 +01:00
Chloe Dawn 510f8cbc08 Text refactoring + related mappings (#737)
* Text refactoring + related mappings

* Add a more explicit name for the truncated string getter

* Move Formatting to util package and fully map members

* Advancement#toHoverableText

* Correct mappings in ScoreboardObjective

* Various changes in NbtText and subclasses

* JSONREADER -> JSON_READER

* Shorten TranslatableText argument getter to getArg

* Cleanup mappings in Difficulty class

* Fix Style$Serializer#deserialize json parameter name

* Cleanup some field names in TranslatableText

* More changes to NbtText

* Fix incorrect method name in Texts

* toGreenText -> join

* Use more semantically correct name joinOrdered

* Fix method name in Entity

* Actually fix the method names.. derp
2019-06-07 12:18:04 +01:00
­Sollace 5aab5d0029 Mapped the remaining fields in Camera (#735) 2019-06-07 13:15:03 +02:00
NeunEinser 4419bb5811 Some new 1.14.3 mappings (#731) 2019-06-06 21:37:03 +02:00
Chloe Dawn 4bb427e528 getCustomName -> getName (#736) 2019-06-06 14:46:13 +01:00
Runemoro 7b3277f928 BoundingBox -> Box (#734) 2019-06-05 15:42:23 +01:00
Adrian Siekierka bdbf125b33 1.14.3-pre1 2019-06-03 18:48:18 +02:00
Chloe Dawn 4e34f949a4 Refactor properties (#716) 2019-06-03 18:42:57 +02:00
Chloe Dawn bb90607728 Item refactoring (#712) 2019-06-03 18:42:18 +02:00
Daniel She 5c733115e7 RecipeBookScreen -> RecipeBookWidget (#721) 2019-06-03 18:07:14 +02:00
Daniel She 47a4f0b338 Few gui & containers changes (#722)
- Mostly mapping gui & containers parameters
- RecipeBookButtonWidget -> TexturedButtonWidget
2019-06-03 18:06:58 +02:00
Yanis48 86b6ca3940 Class renamings, mainly entity-related (#720)
* renamings

* tnt minecart entity
2019-06-02 20:35:57 +01:00
Chloe Dawn faaea0d363 Remove manual GameMode mapping (#717) 2019-05-27 22:14:40 +02:00
Adrian Siekierka 12fe7389eb 1.14.2 2019-05-27 14:24:04 +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