Commit Graph

1264 Commits

Author SHA1 Message Date
Mikhail Oleynikov c37fc0ee16 Fill names in AdvancementTabType with existing names in the context 2019-11-03 21:14:00 +00:00
liach 02908445ab Mapped all top-level classes (#934)
* Mapped all top-level classes

No more obfuscated top-level class

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

* Mapping inner classes (Still some left)

These to go:
net/minecraft/datafixers/fixes/LeavesFix$class_1192
net/minecraft/structure/NetherFortressGenerator$class_3404
net/minecraft/structure/OceanMonumentGenerator$class_3367
net/minecraft/structure/OceanMonumentGenerator$class_3368
net/minecraft/structure/OceanMonumentGenerator$class_3369
net/minecraft/structure/OceanMonumentGenerator$class_3370
net/minecraft/structure/OceanMonumentGenerator$class_3371
net/minecraft/structure/OceanMonumentGenerator$class_3372
net/minecraft/structure/OceanMonumentGenerator$class_3373
net/minecraft/structure/OceanMonumentGenerator$class_3375
net/minecraft/structure/OceanMonumentGenerator$class_3388
net/minecraft/structure/StrongholdGenerator$class_3427
net/minecraft/structure/StrongholdGenerator$class_3466
net/minecraft/structure/Structure$class_3500
net/minecraft/structure/WoodlandMansionGenerator$class_3478

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

* Update StructurePoolBasedGenerator.mapping

* Fixes as suggested by @Runemoro

Signed-off-by: liach <liach@users.noreply.github.com>
2019-11-02 21:51:27 +00:00
liach f61755b603 Minor stuff for util package (#935)
Signed-off-by: liach <liach@users.noreply.github.com>
2019-11-02 21:47:58 +00:00
Draylar 72748541b9 StructurePoolBasedGenerator mappings (#919) (#937)
* StructurePoolBasedGenerator mappings

* Update mappings/net/minecraft/structure/pool/StructurePoolBasedGenerator.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>
2019-11-02 21:47:22 +00:00
Mikhail Oleynikov d912077df8 Bring back BER.render (#933) 2019-10-30 18:58:20 +00:00
modmuss50 ab5cfb2bf9 Fix 2019-10-30 16:56:29 +00:00
modmuss50 bf6fdd7195 19w44a 2019-10-30 16:28:24 +00:00
liach 6fa1e34c83 19w42a rendering and layers etc (#917)
* 19w42a rendering and layers etc

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

* Stage changes

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

* stuff stuff stuff

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

* fixed color

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

* Banner Pattern "Patterns"

Patterns name see https://minecraft.gamepedia.com/Banner#Block_entity

* Some more changes

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

* Add 2 mappings

Signed-off-by: liach <liach@users.noreply.github.com>
2019-10-30 16:15:03 +00:00
biom4st3r 11d3a5cf6e StatusEffect mapping and Cuboid Method rename (#906)
* Mappings for statusEffects
Changed Cuboid.copyRotation -> Cuboid.copyRotationAndPoint because of the misleading name

* Apply suggestions from code review

Co-Authored-By: Runemoro <runemoro1@gmail.com>
Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/entity/effect/StatusEffect.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>
2019-10-30 15:50:18 +00:00
Laura F. D d5b9f96390 Some entity mappings (#888)
* Some entity mappings

* Mixed set/getShowsDeathScreen up

* AbstractMinecartEntity mappings

* Bee mapping

* No boolean getters

* Reorder words

* rebase and fix
2019-10-30 15:42:22 +00:00
Runemoro faa40892e4 Foliage placer and block placer mappings (#932)
* Foliage placer, block placer, block state provider

* Fix
2019-10-30 14:21:39 +00:00
valoeghese 47a4de08b2 lots of world gen mappings (#924)
* lots of world gen mappings

* some changes

* move state providers to a new package
2019-10-30 14:21:17 +00:00
SPGoding 37a5f80d32 Map and remap things in advancement/criterion and predicate (#907)
* Map and remap names in BredAnimalsCriterion

* Map things in BrewedPotionCriterion

* Map and remap rest things in advancement critetia

* Map something for predicate

* Rename handle -> trigger

* Update mappings/net/minecraft/advancement/criterion/LevitationCriterion.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/advancement/criterion/LevitationCriterion.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/server/network/ServerPlayerEntity.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/server/network/ServerPlayerEntity.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Update code due to review changes
2019-10-30 14:20:26 +00:00
Mikhail Oleynikov 665fbeb969 Restore Source/DestFactor names 2019-10-27 14:56:12 +00:00
Yanis48 a1a04c20da Move loot package out of world (#921)
* Move loot package out of world

* oopsie
2019-10-25 16:58:38 +01:00
UpcraftLP ba767b5dfb you need Boat (#923) 2019-10-25 16:57:20 +01:00
Siphalor 194e42daff Mapped entity rendering methods/classes & options screens (#913)
* Mapped entity rendering methods and classes & options screens

* Fixed Knit's issues and implemented liach's suggestions

* Removed strange leftover obf stubs (I blame Knit)

* Mapped some more stuff from AnimalModel

* Adapt some stuff from Runemoro

* Some more Runemoro

* Another two fixes

* Unmap unobfuscated mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Shorten dragon

by liach

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Shorten biped model

by liach

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Shorten another biped model

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>
2019-10-25 09:02:48 +01:00
modmuss50 b8403e7661 19w42a 2019-10-16 18:09:47 +01:00
Erlend Åmdal 040aa58ae5 Fix dust particle effect scale misnamed as alpha 2019-10-15 16:38:05 +00:00
Juuxel 92727cae99 Fix MobSpawnS2CPacket velocity and rotation being swapped 2019-10-13 21:27:01 +00:00
Modmuss50 ef9864b2b8 A few easy mappings for 41a (#904) 2019-10-10 06:36:35 +02:00
Shnupbups 68328eddc5 Some new stuff (#903) 2019-10-09 20:35:45 +01:00
modmuss50 841e352c61 19w41a 2019-10-09 18:17:26 +01:00
Julian Dunskus cbd7317764 FishingBobberEntity Mappings (#820)
* FishingBobberEntity complete

`luckOfTheSeaLevel` and `lureLevel` were swapped

* following boolean field naming conventions

* naming improvements
2019-10-09 17:45:12 +01:00
liach 8de7fde3c9 Remap resource pack profile stuff as I revisit it during api writing (#879)
* Remap resource pack profile stuff as I revisit it during api writing

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

* ResourcePackCreator -> ResourcePackProvider
ResourcePackProfileManager -> ResourcePackManager

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

* Minor

Signed-off-by: liach <liach@users.noreply.github.com>
2019-10-09 17:44:35 +01:00
liach e68c809d40 19w36a: The art of nether update (#862)
* 19w37a biomes mappings

also mapped that new world thing to VoxelView (all methods mapped)

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

* Fixes two broken packages

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

* access -> getStored

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

* Few biome fields nearby

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

* voronoi

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

* cull -> culling

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

* voxelview -> worldview, biomeaccessor -> biomeaccess, biomeaccessstrategy -> biomeaccesstype

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

* Other improvements

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

* fix biome access name in chunkregion

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

* addSalt, map another biome array field, also move access things to world/biome from world/biome/source package

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

* Revert the is full cube name

(It was like whether to check neighbor for shape check)
2019-10-09 17:44:19 +01:00
Juuxel c95856c60f Entity properties (#882)
* Entity stuff

* Better param name

* ServerPlayerEntity.xScore -> lastXScore

* World border improvements and some player/living entity methods

* Remove redundant pos suffix

* Airy renames
2019-10-09 17:44:02 +01:00
Runemoro 04ad11fed6 Rendering mappings (#897)
* Rendering mappings

* Remove duplicate class

* Suggestions by liach and juuxel

* Unmap inferred field and move to better package
2019-10-09 17:43:46 +01:00
SPGoding 8d19e8266c Map a filed in TridentEntity (#898) 2019-10-09 07:36:50 +01:00
biom4st3r f8dec9497e Iron Golem Model Mappings (#900) 2019-10-09 07:36:31 +01:00
liach 6e610a892e Screen/GUI fields (#890)
Requested by 3tusk to map out the hud health stuff initially, so

Signed-off-by: liach <liach@users.noreply.github.com>
2019-10-07 11:47:33 +01:00
prplz 26a0269634 Correct spelling of Bruijn (#894) 2019-10-07 11:46:49 +01:00
Juuxel 174d38ad30 Drop 'on' prefixes from block tick methods, Block.activate -> onUse (#886)
* Drop 'on' prefixes from block tick methods, activate() => use()

* use -> onUse
2019-10-03 13:19:48 +01:00
Danielshe 4bd3848cfb isMinceraft (#893) 2019-10-03 13:19:07 +01:00
Gareth Williams 26c6645776 mapped isSpawnableFarFromPlayer (#892)
* mapped isSpawnableFarFromPlayer

* mapped spawnableFarFromPlayer
2019-10-03 13:18:51 +01:00
modmuss50 a642ad93e7 19w40a 2019-10-02 15:28:28 +01:00
DrMeepster b86853dc72 ZombieEntity Mappings (#857)
* named difficultyChecker

* Update ZombieEntity.mapping

* Baby data

* revised data name

* more naming

* renamed another variable

* Update mappings/net/minecraft/entity/mob/ZombieEntity.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/entity/mob/ZombieEntity.mapping

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* changed name to fit conventions

* replaced child with baby for consistency

* changed itemStack to stack
2019-09-30 21:27:45 +01:00
liach 02540173b1 19w39a tag mappings, nbt storage text, and a funny villager namer (#881)
Also fix commandexception method name clash

Signed-off-by: liach <liach@users.noreply.github.com>
2019-09-30 21:27:11 +01:00
liach e4fd77a6a9 Little random bits (#861)
Signed-off-by: liach <liach@users.noreply.github.com>
2019-09-30 21:26:39 +01:00
Laura F. D 0357243c9f isOpaque backing field/block settings (#885) 2019-09-30 21:26:00 +01:00
João fbb208ed8d Mappings for projectileEntity (#880)
* Map LongArgumentSerializer (#813)

* Mappings for projectileEntity

* Changed/fix fireTime to fireTicks

* Some fixes

* Update mappings/net/minecraft/entity/projectile/ProjectileEntity.mapping

Co-Authored-By: Juuxel <kasperi.kauppi@gmail.com>

* Update mappings/net/minecraft/entity/projectile/ProjectileEntity.mapping

Co-Authored-By: Juuxel <kasperi.kauppi@gmail.com>

* Update mappings/net/minecraft/entity/projectile/ProjectileEntity.mapping

Co-Authored-By: Juuxel <kasperi.kauppi@gmail.com>
2019-09-30 13:58:58 +01:00
Juuxel d9447e37cc Randoms and datafixers (#871)
* Some random mappings

* Revert block tick method renames
2019-09-29 18:46:25 +01:00
Danielshe 255b94fe0d 19w39a: Some simple methods (#884) 2019-09-29 18:41:14 +01:00
Juuxel 976473470a Spawn restriction mappings (#858)
* Spawn restriction mappings

* SpawnRestriction.canSpawnAt -> canSpawn for consistency

* Some tweaks

* Suggestions

* isValidSpawnHeight -> isValidSpawnDepth

* SpawnRestriction.Predicate => SpawnPredicate

* Parameter names
2019-09-29 18:40:10 +01:00
NeunEinser 439ffb8933 Fix clash of CommandBlockBlockEntity#getType with BlockEntity#getType (#874) 2019-09-29 18:37:06 +01:00
Juuxel e1c4281e7d Small book and text tweaks (#883)
* More text stuff

* Fix BookScreen page button names

* Improve BookEditScreen button names
2019-09-29 18:31:40 +01:00
modmuss50 cec1663f54 Fix inner class name 2019-09-27 17:27:32 +01:00
modmuss50 052e77acc0 19w39a 2019-09-27 17:23:24 +01:00
liach 8d9d435405 19w38b - loot conditions from data packs, advancements go smart, data… (#865)
* 19w38b - loot conditions from data packs, advancements go smart, data storage, etc

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

* Improve names a bit as I edit mcwiki

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

* some fields

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

* More stuff spotted

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

* name

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

* nbt helper has a lot of troublesome names, especially that "equal" one is not checking for equality but for contained relationship

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

* Corrections on nbt path names

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

* Improve some loot mapping

Signed-off-by: liach <liach@users.noreply.github.com>
2019-09-26 08:42:38 +01:00
Laura F. D 95821ed700 Map NetworkState. (#875)
* Map NetworkState.

* Suggestions + fix that typo
2019-09-26 08:36:11 +01:00
SPGoding 374bd980a2 Map a field (#873) 2019-09-26 08:35:18 +01:00
Juuxel d7687c5d92 Fix pages being called lines in BookScreen (#869)
* Fix pages being called lines in BookScreen

* Suggestions + map BookEditScreen.Position(int, int) params
2019-09-22 12:31:03 +01:00
Juuxel 56ed1582ab Creative inventory mappings (#843)
* Creative inventory mappings

* More creative inventory mappings

* method_2476 => applyStatusEffectOffset

* field_2888 -> ignoreTypedCharacter, searchedTags -> searchResultTags
2019-09-22 10:38:45 +02:00
Juuxel 98c04442d7 FixItemName/ChoiceTypes -> ItemName/ChoiceTypesFix (#844)
* Rename FixItemName/ChoiceTypes to ItemName/ChoiceTypesFix, closes #795

* Fix typo
2019-09-22 10:35:41 +02:00
grondag c65ee2bb41 Map bindTexture() to public method (#870)
In the latest snapshot the old bindTexture method was made private and is now wrapped by a public method that ensures thread safety.  Mods calling `bindTexture()` will fail due to an access violate.  This PR maps `bindTexture` to the new publicMethod and renames the private method.
2019-09-21 23:27:52 +02:00
liach 28abbf8109 Map two unmapped dfu fixes classes (#866)
Signed-off-by: liach <liach@users.noreply.github.com>
2019-09-21 23:27:18 +02:00
modmuss50 92eec25199 Remap outer class for LootCondition 2019-09-18 18:57:57 +01:00
modmuss50 0190a8d517 More inner class fixes 2019-09-18 17:57:06 +01:00
modmuss50 bf500b5591 Fix 19w38b 2019-09-18 17:39:49 +01:00
modmuss50 5f624356fc 19w38b 2019-09-18 16:29:55 +01:00
modmuss50 2565f0b45b 19w38a 2019-09-18 16:17:05 +01:00
Shnupbups c9f29349e4 Some stuff (#854) 2019-09-15 13:05:47 +01:00
modmuss50 7d5ab03aba Fix CME, if you have a better name please let me know. 2019-09-12 16:37:31 +01:00
modmuss50 1a06fe37a8 Merge #801
# Conflicts:
#	mappings/net/minecraft/util/math/BlockBox.mapping
2019-09-12 14:46:52 +01:00
modmuss50 363b9de876 Merged #849
Squashed commit of the following:

commit 10e2858763
Author: Joe <burtonjae@hotmail.co.uk>
Date:   Thu Sep 5 15:49:09 2019 +0100

    Rename BlockPlayerActionS2CPacket

commit c3357584bc
Author: Joe <burtonjae@hotmail.co.uk>
Date:   Thu Sep 5 13:55:32 2019 +0100

    Add some player interaction mappings
2019-09-12 14:38:10 +01:00
modmuss50 84adfb1d6c Merged #825
Squashed commit of the following:

commit ce2f24233b
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Wed Aug 28 20:43:17 2019 +0100

    Fix typo

commit ba7ca63d44
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Fri Aug 23 00:42:05 2019 +0100

    Fix typo + missing rename from previous commit

commit c63132b3b8
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Fri Aug 23 00:37:33 2019 +0100

    Rename variable names in 'natural language order'

commit b5c1f164f8
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:33:09 2019 +0100

    class_597 METHOD init ARG 2 -> scale

commit 728bec6b41
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:31:06 2019 +0100

    class_597 METHOD init ARG 1 -> ySize

commit d3dc2b2ee3
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:26:33 2019 +0100

    method_2800 -> getHead

commit d1aca82776
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:25:30 2019 +0100

    field_3356 -> finRight

commit ca9476050e
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:25:09 2019 +0100

    field_3351 -> finLeft

commit a88727b5ab
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:21:28 2019 +0100

    field_3355 -> finTop

commit 1abd1bd4bc
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:19:49 2019 +0100

    field_3350 -> finTail

commit 8b2faed2cf
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:13:05 2019 +0100

    field_3352 -> mouth

commit 4162946189
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:09:36 2019 +0100

    field_3354 -> head

commit 62ea7ab62f
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:08:36 2019 +0100

    field_3353 -> body

commit 84aeb8284b
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:04:36 2019 +0100

    field_3347 -> wingRight

commit 394c90e230
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:04:03 2019 +0100

    field_3341 -> wingLeft

commit 9e177b49a6
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:01:56 2019 +0100

    field_3343 -> legRight

commit cf37239d25
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 05:01:22 2019 +0100

    field_3345 -> legLeft

commit 5b16409623
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:58:24 2019 +0100

    field_3346 -> body

commit 41157a8d86
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:55:20 2019 +0100

    field_3342 -> wattle

commit 036c309d3b
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:52:43 2019 +0100

    field_3340 -> beak

commit cc948d7ca9
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:48:21 2019 +0100

    method_2798 -> getLid

commit a4bba1e1f0
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:47:17 2019 +0100

    method_2799 -> render

commit 21fc1342cf
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:45:52 2019 +0100

    class_582 METHOD init ARG 1 -> scale

commit b60f47e4f1
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:35:08 2019 +0100

    method_17073 ARG 6 -> scale

commit f5821fd949
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:33:51 2019 +0100

    method_17072 ARG 6 -> scale

commit 3f59c2482d
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:27:34 2019 +0100

    method_2836 ARG 7 -> scale

commit b3308599e8
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:24:01 2019 +0100

    field_3326 -> bottom

commit 50501302e9
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:03:07 2019 +0100

    field_3328 -> rods

commit 9b019bd627
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 04:00:18 2019 +0100

    field_3329 -> head

commit 94954e9dc5
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:58:14 2019 +0100

    field_3318 -> part2

commit e0da88d86a
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:57:41 2019 +0100

    field_3316 -> part1

commit f91e3b2473
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:52:49 2019 +0100

    field_3317 -> legs

commit a7b2e36c57
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:52:12 2019 +0100

    method_2795 ARG 1 -> visible

commit 2ee962f9d9
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:48:12 2019 +0100

    field_3324 -> wingLeftTip

commit 6c89361dea
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:47:38 2019 +0100

    field_3319 -> wingRightTip

commit 18289d89b9
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:45:57 2019 +0100

    field_3320 -> wingLeft

commit b7cfac8702
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:43:41 2019 +0100

    field_3322 -> wingRight

commit 66203f9137
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:39:49 2019 +0100

    field_3323 -> body

commit d8344db158
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:39:19 2019 +0100

    field_3321 -> head

commit e5c8a26170
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:17:37 2019 +0100

    method_2793 -> render

commit 5a86e9f41a
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:15:37 2019 +0100

    method_2792 -> getBanner

commit f6b577fe9b
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:14:42 2019 +0100

    method_2791 -> getStickVertical

commit 2d53a588f3
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:13:21 2019 +0100

    field_3310 -> stickHorizontal

commit 42c6c02edb
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:11:47 2019 +0100

    field_3311 -> stickVertical

commit 4117732d33
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 03:10:13 2019 +0100

    field_3309 -> banner

commit 9cf06abcbb
Author: YummyLoop <12478030+YummyLoop@users.noreply.github.com>
Date:   Mon Aug 19 02:59:03 2019 +0100

    method_17790 -> isAttacking
2019-09-12 14:36:00 +01:00
modmuss50 4130e35c88 Merge #848
# Conflicts:
#	mappings/net/minecraft/world/CollisionView.mapping
#	mappings/net/minecraft/world/chunk/light/LightingProvider.mapping
2019-09-12 14:34:29 +01:00
modmuss50 b198b9c6ca Merge #822
# Conflicts:
#	mappings/net/minecraft/entity/LivingEntity.mapping
#	mappings/net/minecraft/entity/mob/MobEntity.mapping
#	mappings/net/minecraft/util/SystemUtil.mapping
2019-09-12 14:28:23 +01:00
modmuss50 32dc564123 Update Enigma 2019-09-12 14:25:30 +01:00
therealfarfetchd 225f9efaa9 Some NBT names (#853) 2019-09-12 14:21:38 +01:00
modmuss50 f4da454c81 19w37a 2019-09-11 16:28:06 +01:00
modmuss50 6bcf8b8ce9 19w36a 2019-09-05 10:54:58 +01:00
Runemoro 22d643e113 A few client mappings (#833)
* A few client mappings

* More client mappings

* Update TitleScreen.mapping

* Drop things that are gone
2019-09-01 16:22:10 +01:00
Runemoro 35891f155e Map some new 19w34a classes (#831)
* Map some new 19w23a classes

* Fixes

* Fix typo

* Drop methods that are gone
2019-09-01 16:21:31 +01:00
modmuss50 d75cbd833f 19w35a 2019-08-28 18:46:02 +01:00
Runemoro efcf572268 Fix #810 (#834)
* Fix #810

* Fix
2019-08-27 14:09:54 +01:00
NinjaPhenix 0db729b674 Updates ChestEntityModel Mapping (#835) 2019-08-27 14:09:26 +01:00
NinjaPhenix 9350e9382e Renames some classes now shared by parrots and bees (#840)
* Renames some classes now shared by parrots and bees

* Renames Flutters to Flutterer due to recommendation in #yarn.
2019-08-26 22:34:19 +01:00
Shnupbups 3ae7d9f0a9 Fixed a typo (#836)
* Map LongArgumentSerializer (#813)

* Fixed a typo
2019-08-26 12:02:55 +01:00
Shnupbups 80e8183975 Begin 19w34a mappings (#828)
* Begin 19w34a mappings

* more stuff

* More stuff

* stuff

* stuff again

* Update EntityRenderer.mapping

* x

* Finish mapping and modify BeeEntity, name string damagesource, map bee model

* Fix typo in class_1282 method 21748

* Update BeeEntity.mapping

* Update BeeHiveBlockEntity.mapping

* more stuff
2019-08-25 15:18:10 +00:00
Valoeghese b4e6da6711 name method 2019-08-25 15:15:44 +00:00
Valoeghese 9acebe4e04 more mappings for spawn helper and ocean monument 2019-08-25 15:15:44 +00:00
João 82ebc4eecd ArmorStandEntityModel + CrepperEntityModel + some related mappings (#824)
* Set limbs and scale mappings

* Add mappings to ArmorStandEntityModel and some associated
2019-08-22 21:26:26 +01:00
qouteall fb586361ab _ (#811) 2019-08-22 21:26:00 +01:00
Fudge f8b340109c Ingredient Mappings (#805)
* Updated mappings in net.minecraft.recipe.Ingredient

* un-name test

* remove unrelated arg

* address review

* Filled out the rest of Ingredient and should also resolve conflict
2019-08-22 21:25:40 +01:00
­Sollace 7166083ec4 LivingEntity mappings (#802)
* field_6276 -> lastDamageSource
field_6226 -> lastDamageTime

* getHealthMaximum -> getMaximumHealth

* method_6124 -> getPrimeAdversary

* addPotionEffect -> addStatusEffect

* method_6009 -> onStatusEffectUpgraded
method_6020 -> onStatusEffectApplied

* clearPotionEffects -> clearStatusEffects

* method_6024 -> getLeaningPitch
field_6243 -> leaningPitch
field_6264 -> lastLeaningPitch

* Mapped all the tracking fields. (These are sent by the server and incrementally applied on the client to rubber-band entities into position)

* method_18802 -> getMovementSpeed
field_6281 -> flyingSpeed

* method_18801 -> applyClimbingSpeed

* method_6093 -> knockDownwards

* cannotMove -> isImmobile

* method_18396 -> getArmorVisibility

* isEquippedStackValid -> hasStackEquipped

* setEquippedStack -> equipStack

* attributeContainer -> attributes

* method_6039 -> isBlocking
method_6061 -> canPierceDefense

* method_6040 -> consumeItem

* method_6076 -> tickActiveItemStack

* method_6072 -> updateLeaningPitch

* method_6077 -> canEnterTrapdoor

* method_16212 -> getBlockStateUnderFeet (suggestions welcome)

* method_6095 -> absorbDamage

* field_6271 -> knockbackVelocity (or painFactor)

* field_6239 -> roll

* field_6228 -> jumpingCooldown

* field_6254 -> maxHurtTime

* method_6129 -> onStatusEffectRemoved

* field_6285 -> effectsChanged

* spawnPotionParticles -> tickStatusEffects

* method_6031 -> turnHead (as hinted by Mojang)
field_6283 -> bodyYaw
field_6220 -> prevBodyYaw

* field_6255 -> lookDirection (result of turnHead)

* method_6038 -> onDismounted (checks collisions and pushes the entity and boat apart)

* field_6267 -> diagonalSpeed

* field_6261 -> pushCooldown
method_6035 -> push (As hinted by Mojang)
tickPushing -> tickCramming (applies the cramming rule)

* field_6232 -> scoreAmount (appears unused. Value increments a score on the player when this entity is killed - see ServerPlayerEntity.updateKilledAdvancementCriterion)

* field_6253 -> lastDamageTaken (Damage amount is stored and applyDamage is called with the difference only if the new damage is higher than it was before)

* field_6275 -> prevLookDirection

* field_6269 -> defaultMaximumHealth (public, final, value is 20)

* (unused - interpolated between 0 and 0.3 when the entity is on the ground, and always 0 when riding)
field_6233 -> stepBobbingAmount
field_6217 -> prevStepBobbingAmount

* (unused - set to a random float when constructing)
field_6244 -> randomLargeSeed
field_6262 -> randomSmallSeed

* Stitch did this. I don't know why.

* StatusEffect.method_5555 -> onApplied

* canPierceDefense -> tryUseShield

* absorbDamage -> tryUseTotem

* getBlockStateUnderFeet -> getBlockState

* diagonalSpeed -> turningSpeed

* Mapped several parameters

* removeStatusEffect -> tryRemoveStatusEffect
removePotionEffect -> removeStatusEffect

* isPotionEffective -> canHaveStatusEffect

* More parameters

* tryUseShield -> blockedByShield (because "hitsShield" reads like manglish)
2019-08-22 21:25:19 +01:00
modmuss50 5695254f64 19w34a 2019-08-22 14:39:40 +01:00
Daniel She bf0c48ee7e CraftResponseS2CPacket -> CraftFailedResponseS2CPacket (#814) 2019-08-19 17:26:42 +01:00
valoeghese 23d9781b47 some more gen mappings and other stuff (#819)
* some gen mappings

* requested changes
2019-08-19 17:24:19 +01:00
Modmuss50 fbce991f97
Fix #808 (#812) 2019-08-06 20:21:16 +01:00
­Sollace 093d7f91c1 Item entity mappings (#796)
* method_6980 -> setCreativeDespawnTime

* method_20397 -> canMerge

* method_6974 -> applyBuoyancy

* method_6976 -> setCovetedItem

* method_6987 -> setDespawnImmediately
2019-08-03 23:47:19 +01:00
­Sollace 9095b0dc74 BlockPos mappings (#803)
* ChunkPos.1.field_18684 -> position

* Mapped missing/wrong parameter names in BlockPos

* crossProductPos -> crossProduct
2019-08-03 13:26:58 +02:00
Mitchell Skaggs 5d2b212bb3 Add Vec3i constructor params (#806) 2019-08-03 12:10:03 +02:00
Shnupbups 4243e9813b Mapped lots of random things (#794)
* Stuff

* more stuff

* even more stuff

* removed an accidental thing

* stuff 4: electric boogaloo

* Update BlockState.mapping

* Stuff VI: The Search for Stuff V

* Update NativeImage.mapping

* removed things already mapped by Rune's PR

Namely `net/minecraft/realms/YesNoScreen' (`com/mojang/realmsclient/gui/screens/RealmsConfirmScreen` in Rune's PR), `net/minecraft/realms/RealmsError' (`com/mojang/realmsclient/client/RealmsError` in Rune's PR), and `net/minecraft/realms/InvalidClientScreen' (`com/mojang/realmsclient/gui/screens/RealmsClientOutdatedScreen` in Rune's PR).

* Stuff: The Final Stuffening

* Stuff: Revengeance

* Stuff Episode IX: Endgame
2019-07-31 15:20:12 +01:00
SPGoding 475439613f Change mappings in selector (#798)
* Change mappings in selector

`EntitySelector#count` -> `EntitySelector#limit`
`EntitySelector#getCount` -> `EntitySelector#getLimit`
`EntitySelectorReader#count` -> `EntitySelectorReader#limit`
`EntitySelectorReader#setCount` -> `EntitySelectorReader#setLimit`
`EntitySelectorReader#UNSORT` -> `EntitySelectorReader#ARBITRARY`
`EntitySelectorReader#NEAREST_FIRST` -> `EntitySelectorReader#NEAREST`
`EntitySelectorReader#FURTHEST_FIRST` -> `EntitySelectorReader#FURTHEST`
Because they are called so in selector arguments:
https://minecraft.gamepedia.com/Commands#Target_selector_arguments

* Change mappings in EntitySelectorReader

* Change more selector mappings
2019-07-29 13:55:03 +01:00
Thalia Nero 67bddaca81 Remap Biome#getTemperature (#797) 2019-07-25 14:37:07 +01:00
Runemoro 067810dd32 Realm mappings (#792)
* Match Realm mappings

* Drop x_ constructor parameters (anonymous class outer variables)
2019-07-20 11:15:42 +01:00
modmuss50 fb7a45c9d8 1.14.4 2019-07-19 11:19:05 +01:00
Adrian Siekierka c82d08c359 1.14.4-pre7 2019-07-18 20:23:35 +02:00
­Sollace 1ef02b7539 UntrackMemoryUtil -> Untracker (#777)
Co-Authored-By: Chloe Dawn <InsomniaKitten@users.noreply.github.com>
2019-07-16 20:27:41 +02:00