Commit Graph

1081 Commits

Author SHA1 Message Date
David Vierra d5c0647d78 Further RecipeBookGui-related names (#318)
* Further RecipeBookGui-related names

* getCraftingSlotCount
2018-12-16 18:29:21 +01:00
Erlend Åmdal 23242ea914 Comprehensive particle mappings (#309)
* Map particle stuff

* source -> parameters

* Fix things

* xVelocity -> velocityX
2018-12-16 18:26:54 +01:00
Adrian Siekierka da2e38b785
fix #313, fix #314 (#317)
* fix #313, fix #314

* fix other instances
2018-12-16 13:37:03 +01:00
Gegy bbbe4237ef Gui and renderer mapping (#311)
* Gui mapping

* Gui and render mapping

* Gui and render mapping
2018-12-16 12:20:03 +00:00
David Vierra 6c829da1f5 Many names following from UnlockRecipesClientPacket (#303) 2018-12-16 09:57:44 +01:00
RedstoneParadox 926a19b9fb Multiple Item Related Mappings (#302)
* Update some thrown entity mappings.

* Item + Trading mappings.

* Update ArmorItem.mapping

* Update ArmorMaterials.mapping

* Update ArmorMaterials.mapping

* Create ArmorMaterial.mapping

* Update ArmorStandItem.mapping

* Update ArrowItem.mapping

* Update AxeItem.mapping

* Update BannerPatternItem.mapping

* Update BaseBowItem.mapping

* Update BoatItem.mapping

* Delete VillagerTrade.mapping

* Delete VillagerTradeList.mapping

* Update BannerPatternItem.mapping
2018-12-15 19:30:09 -05:00
Adrian Siekierka fd313793e0
isRemote -> isClient (#316) 2018-12-15 23:42:22 +01:00
Juuxel 67865937a5 Item mappings (#310)
* Add ArmorMaterial.getEnchantability()

* Add the firework type enum

* FireworkChargeItem's static methods

* BucketItem and FishBucketItem

* Add crop mapping to SeedsItem
2018-12-15 23:14:11 +01:00
Jamie Mansfield 9931775d94 Server Properties, and minor fixes (#306) 2018-12-15 22:14:30 +01:00
Adrian Siekierka 9f3ca36a3b CriterionCriterions -> Criterions 2018-12-15 22:12:18 +01:00
Striker Rocker 08bcd4dcd7 Update toast class names (#308) 2018-12-15 20:41:22 +01:00
Adrian Siekierka 390a455a0d map Material.breakByHand (#304) 2018-12-15 09:37:56 -05:00
E2 73fa67d926 primeTnt method, with additional fixes. (#281) 2018-12-15 09:52:54 +01:00
Bilal El Baz 0617ddff1a Mouse and Keyboard related mappings (#292)
Map Mouse, Keyboard classes and a few related utils.
2018-12-14 18:07:29 -05:00
Adrian Siekierka 8a83c44585
Item-related name tweaks (#295)
* item name tweaks

* missed one

* better names, remap ArmorMaterial as we lost it again?
2018-12-14 23:26:40 +01:00
SquidDev a847209178 Several changes to blocks (#287)
Apologies for PR spam, just this one has a couple of changes I was unsure of, so it felt cleaner to split it into something separate:

 - I'm a bit conflicted on `.getCollisionShape` - it appears to be used both
for entity collision and determining if a block's side is a "full cube" (and so can have torches placed against or w/e)
 - I've renamed `getRenderingState` to `getStateForNeighborUpdate`, though am not 100% it's a good name - it may also perform side effects (mostly scheduling this block to be ticked next thread), so isn't quite a pure getter.
2018-12-14 17:18:57 -05:00
Jamie Mansfield 2e320d51e0 Tweak features, and OCD changes (#301)
Fixes #268 and #298.
2018-12-14 22:54:17 +01:00
SquidDev 31b020f2c8 Map ItemColorMap (#296) 2018-12-14 21:42:16 +01:00
Adrian Siekierka 1099ef5c83 correct a few names to fit new conventions 2018-12-14 21:14:07 +01:00
Jamie Mansfield c144691acb 18w50a: Update registries (#294) 2018-12-14 20:05:02 +01:00
quat b17dbf0abf Map ALL the packets! 2018-12-14 19:20:08 +01:00
David Vierra 4cc228e366 Lots of stuff related to RecipeBook and RecipeBookGui (#289)
* Lots of stuff related to RecipeBook and RecipeBookGui

* RecipeDisplayListener

* RecipeResultCollection

* RecipeGridAligner

* idToAmountMap

* RecipeInputProvider

* Ingredient.NON_EMPTY
2018-12-14 16:43:15 +00:00
SquidDev 3d49f46517 Several mappings for chunk/block rerendering (#286)
Also fleshes out a couple of other missing mappings within `World` - most of these are existing methods which just forward to another.
2018-12-14 09:05:56 -05:00
Striker Rocker 034a3c4888 Updated some entity fields and class mappings (#288) 2018-12-14 08:37:49 -05:00
modmuss50 44a5868fae Decrease build time by not building twice 2018-12-13 09:28:54 +00:00
David Vierra 4954f79f69 AbstractSmeltingRecipe and inheritors (#284) 2018-12-13 09:25:23 +00:00
David Vierra 2e7520f28d AbstractFurnaceGui/Container and inheritors (#283) 2018-12-13 09:20:59 +00:00
SquidDev 9ac856c303 Re-add mappings for Nameable (#279) 2018-12-13 09:17:42 +00:00
E2 ebefe690cc Added several strings related to chat networking (#282) 2018-12-13 07:55:21 +01:00
Adrian Siekierka c8152014af rebuild method names 2018-12-12 18:22:18 +01:00
Adrian Siekierka e9ccf701a7 port to 18w50a 2018-12-12 18:12:26 +01:00
modmuss50 e12eb80d6a Merge branch 'kashike-rn/e29de153-1c6a-445c-a0b1-879daea42d66' into 18w49a 2018-12-12 15:30:08 +00:00
modmuss50 4c6139025b Merge branch 'rn/e29de153-1c6a-445c-a0b1-879daea42d66' of https://github.com/kashike/pomf into kashike-rn/e29de153-1c6a-445c-a0b1-879daea42d66 2018-12-12 15:29:30 +00:00
modmuss50 dc2a07b681 Merge branch 'JamiesWhiteShirt-serverchunkprovider' into 18w49a 2018-12-12 15:23:53 +00:00
modmuss50 fc8a71fcaa Merge branch 'serverchunkprovider' of https://github.com/JamiesWhiteShirt/yarn into JamiesWhiteShirt-serverchunkprovider 2018-12-12 15:23:10 +00:00
therealfarfetchd aff4547d93 Mapping a lot of block related classes (#267)
* Block related mappings

* Block related mappings, pt2

* Block related mappings, pt3

* Darnit, it ate my files again

* Unmap BaseFluid#g()Z

* prevState -> oldState

* apply some change suggestions

* Hopefully unmap all local variables

* T data -> T object
2018-12-12 15:08:04 +00:00
kashike 49d9a66a1e minor input mappings (#272) 2018-12-12 14:55:39 +00:00
Gegy 84b945de51 Biome layer system mapping (#269)
* Biome layer system mapping

* Move to biome layer package

* Integrate mappings from former biome layer PR

* OverworldBiomeLayers

* Change back to BiomeLayers per request
2018-12-12 14:52:14 +00:00
kashike 91aa9f5d4f singular names (#251)
* singular names

* Sound -> SoundEvent
2018-12-12 14:46:51 +00:00
Gegy 559bf8da90 Chunk generator mappings (#275)
* Chunk generator mapping

* Tweak
2018-12-12 14:45:01 +00:00
asie 710d7d3f05 fix StatusEffectInstance 2018-12-12 15:31:23 +01:00
Erlend Åmdal da9279af5c Remove duplicate method 2018-12-12 15:27:41 +01:00
asie 8f86e9535d GameOptions 2018-12-12 15:00:56 +01:00
Jamie Mansfield 4b1e6082e1 Map RuleTests and StructureProcessors (#264) 2018-12-12 11:36:33 +01:00
Shadowfacts afaf4b010b Assorted dragon fight work (#258)
* Assorted dragon fight work

* PhaseBase -> AbstractPhase, PhaseBaseOther -> AbstractSittingPhase

* crystalWasDamaged -> crystalDestroyed

* More dragon fight work
2018-12-12 11:36:16 +01:00
kashike 2d30b9c3f0 I change shapes just to hide in this place but I'm still, I'm still an animal (#270) 2018-12-12 11:35:12 +01:00
Erlend Åmdal b86941250a Remove chunk -> unload chunk 2018-12-12 09:36:44 +01:00
Erlend Åmdal c334609ebe Properly rename chunk provider to chunk manager 2018-12-11 21:53:44 +01:00
Erlend Åmdal 20f6a3e240 Fix class names 2018-12-11 21:39:06 +01:00
Erlend Åmdal f01d72762d Do some more 2018-12-11 21:21:02 +01:00
Erlend Åmdal b7eb5e0683 Merge branch '18w49a' into serverchunkprovider 2018-12-11 16:12:58 +01:00
Erlend Åmdal bfaf5dbbf4 Map some of ServerChunkProvider and family 2018-12-11 15:34:35 +01:00
Adrian Siekierka 0a3f579fc7
partial mapping of EntityTracker (#262) 2018-12-11 14:21:44 +01:00
kashike 4a1f5474ea builder-friendliness (#260) 2018-12-11 07:45:42 -05:00
Adrian Siekierka 14bc1dfaed
map out EntityType (#259)
* map out EntityType

* missed a few
2018-12-11 09:15:34 +01:00
Gegy d1c21f67b7 Model and debug renderer mapping (#261) 2018-12-11 09:15:18 +01:00
Ryan Liptak c992cbd49c saturationRestored -> saturationModifier (#257)
* saturationRestored -> saturationModifier

Saturation restored is calculated by (hungerRestored * saturationModifier * 2), so saturationRestored is an incorrect name for the field

* Fix typo in saturation method names (extra at)
2018-12-11 07:12:01 +01:00
Jamie Mansfield b093e2f65b populateCrashReport (#255) 2018-12-10 19:53:18 +01:00
therealfarfetchd f97c7ba42b Map various obfuscated names (#253)
* Map various obfuscated names
* "active" actually had more uses as opposed to "enabled", so that's what it's going to be
* Chunk -> WorldChunk, IChunk -> Chunk
2018-12-10 18:34:18 +01:00
Adrian Siekierka c79869974f
fix ParticleManager, map LookupManager and related (#254) 2018-12-10 18:33:47 +01:00
liach df3a55d46c Mapped out a few resource-related stuff (#250)
Signed-off-by: liach <liach@users.noreply.github.com>
2018-12-10 18:09:03 +01:00
kashike 4385959a96 Facing -> Direction 2018-12-10 00:54:34 -08:00
asie a10a6291ed unmap wrong name in MinecraftClient, standardize appendCrashReportDetails 2018-12-10 07:52:44 +01:00
asie 45d2c9b6db nothing to see here, move right along 2018-12-09 22:14:34 +01:00
Adrian Siekierka b62276acb1 incorporate some discussed names 2018-12-09 17:04:45 +01:00
Adrian Siekierka 9502bd793e a few renames 2018-12-09 17:00:06 +01:00
modmuss50 111d4f1fdb Add back some fluid mappings 2018-12-09 15:01:24 +00:00
Adrian Siekierka d93e241d50 too hasty 2018-12-09 13:12:53 +01:00
Adrian Siekierka e7960860a8 flesh out Items 2018-12-09 13:12:02 +01:00
Adrian Siekierka fcf771cb3b how did Bootstrap get lost? 2018-12-09 13:09:49 +01:00
Adrian Siekierka f62182c87a typofix 2018-12-09 12:47:36 +01:00
Adrian Siekierka 3d9e301f11 update README 2018-12-09 12:46:48 +01:00
Adrian Siekierka 9f3cec1b1e close #242, close #243 2018-12-09 12:45:24 +01:00
Prospector b3992e890d Bit of work (#246)
* Bit of work

* A bit of biome source stuff before I gave up. ITried.jpg

* Revert stuff I don't understand

* get rid of enum mapping
2018-12-08 23:20:01 +01:00
asie 3ad7815fdd accidentally unmapped Items, sorry 2018-12-08 14:51:07 +01:00
asie b12b46a7b2 remove some enums 2018-12-08 14:48:51 +01:00
asie 8d9558ae38 integrate Stitch Enigma plugin with Enigma 2018-12-08 13:32:48 +01:00
asie 81d451d691 block/item render name tweaks 2018-12-07 22:37:16 +01:00
asie 97567d9cd6 rework EnchantmentHelper names, map a few network-related things 2018-12-07 21:00:43 +01:00
asie 2bcdc0b46c how sweet 2018-12-06 17:52:51 +01:00
asie 5afd0c9926 sweet berry bushes, oh my 2018-12-06 16:58:38 +01:00
asie b4febed443 tweaks to previous + DamageSource 2018-12-06 11:27:17 +01:00
Prospector c2c85a6606 Literally low-hanging fruit (#244) 2018-12-06 08:13:30 +01:00
Adrian Siekierka 245ce1dd92 update to 18w49a 2018-12-05 15:13:16 +01:00
SquidDev 6cfe623cc2 Lots of loot table work (#240)
* Lots of loot table work

* Rename both methods to .getThis to remove conflicts
2018-12-05 15:09:44 +01:00
asie 3219314eb4 ServerPlayerEntity-related naming work 2018-12-05 12:16:14 +01:00
kashike feeb33086f various mappings (#239) 2018-12-04 22:17:20 +01:00
asie 557df3c0fb minor file cleanup 2018-12-04 09:13:56 +01:00
asie bfd76a7512 Merge branch '18w48b' of github.com:FabricMC/pomf into 18w48b 2018-12-04 09:01:46 +01:00
kashike 1fcdaa7b1e various mappings (#238) 2018-12-04 08:58:24 +01:00
Jamie Mansfield b8dc7de893 RegionFileCache (#237)
Mapped the same as Scaevolus' original :)
2018-12-03 21:19:42 +01:00
asie 63470107ac mapping name unification & fixes 2018-12-03 20:57:18 +01:00
Jamie Mansfield 4bca70994b SuggestionProviders, new features, and stuffs (#236) 2018-12-03 20:56:28 +01:00
kashike ff74e3d54f map colour -> material colour (#233) 2018-12-03 20:12:19 +01:00
kashike 6b9cd483ff various mappings (#235) 2018-12-03 13:33:56 +01:00
Adrian Siekierka f4d37dc92c another hotfix 2018-12-02 11:53:35 +01:00
Adrian Siekierka a9aaf83026 fixes and mapping work 2018-12-02 11:38:26 +01:00
Adrian Siekierka 815b9fbd01 early work on server interaction manager mapping, flesh out BlockItem subclasses 2018-12-02 10:52:03 +01:00
Ewan Arends edbb56841e fixed typo in readme.md (#231) 2018-12-01 18:05:08 +01:00
Adrian Siekierka 014028b098
map baked model loader-related classes (#230)
* map baked model loader-related classes

* UnbakedModel.getDependencies

* rename a few things
2018-12-01 17:36:51 +01:00