Commit Graph

1021 Commits

Author SHA1 Message Date
Raph Hennessy fe983fcbe6 Started mapping new Camera class (#526)
* Started mapping new Camera class

* generic names for blockPos and setPos overload

* Map the Camera instance

* fixes from gegy's review

* more of those ^
2019-03-19 08:13:52 +02:00
NinjaPhenix 60f5139ded Updated Generic Container Mapping (#530)
* Updated Generic Container Mapping

Mapped the changes introduced in latest snapshot (19w11a)

* Converted from uppercase to camelcase.

* Prefiex methods with create
2019-03-18 19:54:52 +00:00
Terrails 24ede5ae9b 19w11b FoodItem replacements (#523)
* Mappings for the FoodItem replacement

* Update FoodItemSetting.mapping

* Update FoodItemSetting.mapping

* Update FoodItemSetting.mapping

* Make setter methods similar to other Setting builders
2019-03-18 19:54:11 +00:00
Runemoro 936397a574 Client class mappings (#534)
* Client class mappings

* A few more classes

* 3 more

* A few more classes

* a

* Suggestions

* ErrorScreen
2019-03-18 19:53:22 +00:00
grondag cd3b01ffc5 ThreadTaskQueue and subtypes (#532) 2019-03-18 19:50:44 +00:00
NinjaPhenix 0895f02cd7 Renamed ResourceLocationArgumentType to IdentifierArgumentType (#529)
Changed for consistancy
2019-03-18 19:48:30 +00:00
Runemoro 9cf13f1d60 Increase max memory for Enigma (#528)
Export source is now crashing with the default memory limit. Increasing it to 2GB fixes the problem and makes it faster than it ever was.
2019-03-17 16:49:10 +00:00
modmuss50 b7d1ab3eab CrossbowUser.w should be getTarget. Work around for propagation issue 2019-03-17 16:40:47 +00:00
Unknown f0e32b9963 Map more gui 2019-03-16 21:29:27 +08:00
Daniel She 2db429f30e Gui Mappings again for 19w11a (#522) 2019-03-15 00:21:29 +00:00
modmuss50 a7eee8f064 Fix inner class names 2019-03-14 19:41:19 +00:00
modmuss50 eef3d973f2 Save in enigma, removes some propagated method names 2019-03-14 16:26:35 +00:00
modmuss50 e3d24ae102 19w11b 2019-03-14 15:39:51 +00:00
Adrian Siekierka 333e59da73 19w11a 2019-03-14 13:57:09 +01:00
Erlend Åmdal 1bef14f8ad Polygon -> Quad (#519) 2019-03-13 11:46:27 +01:00
Chocohead 844a1fbb3b Fix TextFieldWidget constructor parameters (#520)
When ID was removed the parameters weren't shifted down to account for it
Also does `fontRenderer` => `textRenderer` to account for the class rename
2019-03-13 11:46:00 +01:00
Erlend Åmdal de55b628c2 Container drag slots (#517) 2019-03-12 11:16:50 +00:00
Erlend Åmdal 56280bd00a vertexes -> vertexCount (#518) 2019-03-10 21:37:07 +01:00
Blake Redenius 3678cb6171 Add 2 new methods mappings and rename a few others. (#516)
* Change ItemStack#invalid to ItemStack#empty. Only ever used when checking if the stack is empty

* Rename BucketMilkItem to MilkBucketItem

* Change FireworksItem to FireworkItem (registry name is also singular, not plural)

* Rename EntityType.ILLAGER_BEAST to RAVAGER to match the class / actual entity name.

* Map 2 of FenceBlock's connection-related methods.
2019-03-09 15:13:29 +01:00
Raph Hennessy 85bfe2b5b4 Mapped CameraHelper, Shaped/Shapeless Serializers and other small methods (#512) 2019-03-08 02:01:59 +01:00
Chloe Dawn 6ef156da8a InventoryUtil -> Inventories (#511)
- (de)serialize -> toTag/fromTag
2019-03-05 21:47:19 +01:00
HoLLy a4ec05171d (Nearly) complete MainMenuScreen and Container mappings (#513) 2019-03-05 14:54:45 +01:00
Christian Mesh ed84e8d284 Add mappings for world chunk ticking (#509) 2019-03-01 18:55:01 +01:00
asie 4b91cfbcf5 19w09a 2019-02-27 19:17:22 +01:00
gegy1000 9c2a779f00 (#507) Arbitrary Mapping 2019-02-27 19:09:49 +01:00
Adrian Siekierka 436cf33f9f
improve resource mappings (#508) 2019-02-27 19:06:10 +01:00
Siphalor b19232160e Screen naming (#505) 2019-02-26 09:40:28 +01:00
NinjaPhenix fb6025d320 Fully mapped out Items class (net.minecraft.item.Items) (#504) (HACK HACKITY HACK FIXME PROPERLY) 2019-02-26 09:39:53 +01:00
Ryan Liptak a2e9d2cb1a Updated movement mappings for 19w08b (#498)
FFF changed to Vec3d, this updates those functions to match the mappings that were added in https://github.com/FabricMC/yarn/pull/492 + a few other new mappings

movementSpeed -> speed
vec3dHorizontalLengthSq -> Entity.squaredHorizontalLength
2019-02-25 14:33:09 +01:00
Pyrofab 4be7484935 Update EntityPose related mappings (#501)
* Update EntityPose related mappings

* refreshDimensions -> refreshSize
2019-02-23 14:09:20 +00:00
Ryan Liptak 566ee9ab04 Map the rest of Vec3d/Vec3i (#502) 2019-02-23 08:59:09 +01:00
Meredith Espinosa cdb7916a69 map the new enum for status effects (#497) 2019-02-22 13:33:25 +01:00
asie 4c6e7b023d fix PandaEntity 2019-02-21 19:46:39 +01:00
asie a64d5e220f fix ButtonWidget 2019-02-21 19:37:50 +01:00
Adrian Siekierka 5b57dd7623 map Entity.*velocity 2019-02-21 19:20:43 +01:00
Adrian Siekierka c25fcbb177 19w08b 2019-02-21 19:19:18 +01:00
asie b8455e0dc2 mapping tweaks, close #494 2019-02-21 19:15:03 +01:00
Blake Redenius d2fc51f986 Misc GameOptions mappings. (#495) 2019-02-21 19:14:24 +01:00
liach 2855b53931 A few assorted entity related mappings (#491) 2019-02-21 19:13:36 +01:00
Ryan Liptak c869757d91 Movement and input related mappings (#492)
- Reasoning for updateVelocity/travel naming: https://github.com/FabricMC/yarn/pull/485#issuecomment-465793034
- PlayerLookC2SPacket -> PlayerInputC2SPacket
  + There's no look information in this packet, only info related to the movement keys the player is pressing
  + PlayerLookC2SPacket.yaw -> PlayerInputC2SPacket.sideways
  + PlayerLookC2SPacket.pitch -> PlayerInputC2SPacket.forward
- Mapped Input.movementSideways/Input.movementForward fields and adding 'pressing' prefix to the boolean Input.forward/back/right/left fields
2019-02-21 19:02:24 +01:00
Adrian Siekierka 4d7f586b2e MutableRegistry.set -> add 2019-02-20 22:19:53 +01:00
Adrian Siekierka d1435774dc fix mappings 2019-02-20 22:01:25 +01:00
Adrian Siekierka d7bcddb228 fix ThreadedAnvilChunkStorage 2019-02-20 21:53:09 +01:00
Adrian Siekierka 66156a5471 update to 19w08a 2019-02-20 21:49:23 +01:00
modmuss50 14456fa52c Merge branch 'pull/487' into 19w07a 2019-02-20 15:49:17 +00:00
modmuss50 a3c10fa185 Fix 2 names 2019-02-20 15:49:01 +00:00
Kitten ec11344980 Remap registries (#489) 2019-02-20 15:34:41 +00:00
Kitten eceb27c13a TooltipOptions$Instance -> TooltipContext$Default (#486) 2019-02-20 14:53:49 +00:00
hea3ven d29e08d05b Map ContainerWorldContext (#464)
* Map ContainerWorldContext

* Fix static field name

* Fix method name order
2019-02-20 14:53:06 +00:00
quat 47af0fc37e Some things, mainly relating to InGameHud 2019-02-20 02:38:08 -05:00
Kitten a6037a7d93 Cleanup Bootstrap mappings (#484) 2019-02-19 22:24:47 +01:00
Adrian Siekierka 691403b74e
SliderWidget, some model stuff, BrewingRecipeRegistry (#479) 2019-02-19 17:21:14 +01:00
Adrian Siekierka 93e1c4a918
GUI mappings, take two (#469) 2019-02-18 22:02:56 +01:00
Kitten 4a8c4286b8 Cleanup ItemGroup mappings (#480)
* Cleanup ItemGroup mappings

* isLastColumn -> isInLastColumn

* isInLastColumn -> isSpecial
2019-02-18 20:53:52 +00:00
Adrian Siekierka 7c106f6eec clean up Knit bugs, unmap some enums, map a few names along the way - close #461 (#472) 2019-02-17 19:12:23 +00:00
Meredith Espinosa d3a3dc08c0 add various PlayerEntity-related mappings (#473)
* add various PlayerEntity-related mappings

* add mappings for jumps
2019-02-17 19:11:39 +00:00
Yanis Guaye 644904f268 LightningEntity mappings (#475)
* LightningEntity mappings

* Fully mapped LightningEntity

* better field and parameter names

* extraFireBlocksCount -> spreadAttempts
2019-02-17 16:50:31 +00:00
kashike f9219d3e30 fix wither class name (#478) 2019-02-17 12:28:17 +01:00
Runemoro b09e907146 Class mappings (#460) 2019-02-16 22:01:42 +01:00
liach 9ce0143a77 Map all fields, methods, and inner classes of fox entity (#459) 2019-02-16 21:50:35 +01:00
Adrian Siekierka 5fa5a01590
map login packets (#463) 2019-02-16 21:50:10 +01:00
Runemoro 403c3308d9 A few client mappings (#466) 2019-02-16 21:49:37 +01:00
geni d60e6bf66d fix typo (#471) 2019-02-16 16:46:48 +01:00
asie 30d01c3b66 restore lost mappings (thanks @Ansraer) 2019-02-15 21:37:14 +01:00
asie 723f432182 map LWJGL3 paulscode hook 2019-02-15 12:33:27 +01:00
Adrian Siekierka 2febf7b2b8 missed one 2019-02-14 21:02:48 +01:00
Adrian Siekierka 4f390a9306
map 19w07a resource reloading (#462) 2019-02-14 20:54:51 +01:00
modmuss50 8a2af8044e 19w07a 2019-02-13 17:35:08 +00:00
modmuss50 f374817c56 Merge branch 'pull/454' into 19w06a
# Conflicts:
#	mappings/net/minecraft/client/render/WorldRenderer.mapping
#	mappings/net/minecraft/server/world/ServerWorld.mapping
2019-02-13 17:31:31 +00:00
liach 7e30693713 Mapped all methods and fields in village package (#456)
* Mapped all methods and fields in village package

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

* Squared

Signed-off-by: liach <liach@users.noreply.github.com>
2019-02-13 16:31:54 +00:00
Runemoro 0eb1c00edd
handleInputEvents 2019-02-13 00:52:54 -05:00
Adrian Siekierka 6d8d358514
Client/Server -> S2C/C2S (#458) 2019-02-13 02:13:12 +01:00
Urey. Xue 138a56992d Decipher RecipeProvider-related mappings (#451) 2019-02-12 13:38:05 +01:00
Ansraer 5b32f374b8 Mappings for NewLevelScreen, SplashScreen and the Bonus Chest. (#457)
* Some NewLevelScreen mappings

Added some more mappings to the NewLevelScreen

* Bonus Chest Generation Mapping

* SplashScreen related stuff

* Fixed Typo
2019-02-12 01:24:04 +00:00
Runemoro c02d638d96 Fix something 2019-02-11 17:51:33 -05:00
Runemoro 158ae78519 A few more mappings 2019-02-11 17:10:05 -05:00
Runemoro 16f5301a1e More layers 2019-02-11 16:31:08 -05:00
Runemoro 595c688b5b A few more layers 2019-02-11 16:03:11 -05:00
Runemoro b45e68ab2a A few layer mappings 2019-02-11 15:55:36 -05:00
Runemoro ca70d5bc51 More worldgen mappings 2019-02-11 14:19:43 -05:00
Runemoro 8d1ad0f562 A few more mappings 2019-02-10 20:01:01 -05:00
Runemoro 7bb1bdef41 Fix duplicates 2019-02-10 17:56:07 -05:00
Runemoro 1a4b55d24b resetWeather 2019-02-10 17:50:09 -05:00
Runemoro e83980a6cb Suggestions by asie 2019-02-10 17:49:21 -05:00
Runemoro ac35e0d4ce Merge remote-tracking branch 'upstream/19w06a' into x 2019-02-10 17:45:35 -05:00
Blake Redenius 901311e1e5 Mapping for SynchronousResourceReloadListener#a -> reloadResources. Also fix up some LootTables names, and a few other misc mappings. (#455) 2019-02-10 23:43:24 +01:00
Runemoro 81ed519743 More feature mappings 2019-02-10 14:47:10 -05:00
Runemoro a228f870b2 Fix ChunkGeneratorConfig mappings 2019-02-10 03:38:07 -05:00
Runemoro 5dbc9015b9 A few more mappings 2019-02-10 03:26:07 -05:00
Runemoro cb61641543 World mappings 2019-02-10 02:49:48 -05:00
grondag ee69e55c98 normalize -> reciprocal (#452) 2019-02-10 01:49:22 +01:00
Adrian Siekierka 88671d22d7 map basic resource stuff 2019-02-06 21:33:19 +01:00
Adrian Siekierka e2a1bba0b6 19w06a 2019-02-06 21:22:24 +01:00
Bartosz Skrzypczak 31f4f20902 Add more chunkloading-related mappings (#447) 2019-02-06 18:13:57 +00:00
Pyrofab 5c388721a8 Map GuardianEntity (#446) 2019-02-06 18:11:49 +00:00
Gegy 15fb68b4f0 AI mapping (#441)
* AI mapping

* Remove redundant inherited method mapping

* Fix PrimedTntEntity mapping

* Fix PrimedTntEntity mapping

* Fix PrimedTntEntity mapping

* initGoals
2019-02-06 18:11:04 +00:00
Gareth Williams ea2837fd3a hasItemStack mapping (#444) 2019-02-06 17:01:17 +01:00
hea3ven 55b991bdd2 Various container mappings (#445) 2019-02-05 19:06:02 +01:00
Siphalor 60b0d0a61f Added mappings for Dimension (#439) 2019-02-05 19:05:28 +01:00
Erlend Åmdal 283f41bd21 DimensionalPersistentStateManager -> PersistentStateManager (#438) 2019-02-05 10:49:34 +00:00