yarn/mappings/net/minecraft
liach 7ec52f4c2a Tweaked a few json helper names (#325)
Methods working on json objects renamed to `hasXxx` instead of `isXxx` (reserved for json elements).

Type\\Operation  | Check | Retrieve
-- | ----- | --------
`JsonElement` | `isXxx` | `asXxx`
`JsonObject` | `hasXxx` | `getXxx`

I made all methods follow the guide set in that form above so that new modders can understand the `JsonHelper` more easily.

Also added some mappings for string and boolean parameters and missing default values.
2018-12-17 13:08:08 -05:00
..
advancement CriterionCriterions -> Criterions 2018-12-15 22:12:18 +01:00
block Improvments in net/minecraft/block/entity (#320) 2018-12-16 21:35:03 +01:00
client Move some client only Vecmath classes to better location. (#328) 2018-12-17 18:49:58 +01:00
command rebuild method names 2018-12-12 18:22:18 +01:00
container fix #324 2018-12-17 11:36:56 +01:00
data Server Properties, and minor fixes (#306) 2018-12-15 22:14:30 +01:00
datafixers Map two forgotten datafixers (#323) 2018-12-17 01:29:47 +01:00
enchantment rebuild method names 2018-12-12 18:22:18 +01:00
entity Comprehensive particle mappings (#309) 2018-12-16 18:26:54 +01:00
fluid rebuild method names 2018-12-12 18:22:18 +01:00
inventory Many names following from UnlockRecipesClientPacket (#303) 2018-12-16 09:57:44 +01:00
item Update BucketItem.mapping (#319) 2018-12-16 21:35:21 +01:00
nbt rebuild method names 2018-12-12 18:22:18 +01:00
network Map ALL the packets! 2018-12-14 19:20:08 +01:00
particle Comprehensive particle mappings (#309) 2018-12-16 18:26:54 +01:00
potion rebuild method names 2018-12-12 18:22:18 +01:00
predicate rebuild method names 2018-12-12 18:22:18 +01:00
realms Gui and renderer mapping (#311) 2018-12-16 12:20:03 +00:00
recipe Further RecipeBookGui-related names (#318) 2018-12-16 18:29:21 +01:00
resource rebuild method names 2018-12-12 18:22:18 +01:00
scoreboard Map ALL the packets! 2018-12-14 19:20:08 +01:00
server Further RecipeBookGui-related names (#318) 2018-12-16 18:29:21 +01:00
sortme Move some client only Vecmath classes to better location. (#328) 2018-12-17 18:49:58 +01:00
sound port to 18w50a 2018-12-12 18:12:26 +01:00
stat port to 18w50a 2018-12-12 18:12:26 +01:00
state rebuild method names 2018-12-12 18:22:18 +01:00
tag rebuild method names 2018-12-12 18:22:18 +01:00
text Server Properties, and minor fixes (#306) 2018-12-15 22:14:30 +01:00
util Tweaked a few json helper names (#325) 2018-12-17 13:08:08 -05:00
village rebuild method names 2018-12-12 18:22:18 +01:00
world Comprehensive particle mappings (#309) 2018-12-16 18:26:54 +01:00
Bootstrap.mapping rebuild method names 2018-12-12 18:22:18 +01:00
MinecraftVersion.mapping flesh out Items 2018-12-09 13:12:02 +01:00
SharedConstants.mapping flesh out Items 2018-12-09 13:12:02 +01:00