yarn/mappings/net/minecraft/util
liach 47bdb3b9e4
Entity stuff, see #1905 (#1967)
* Squash the review stuff

Co-authored-by: Henry <obw@generalprogramming.org>
Co-authored-by: Thalia Nero <chrisvn00@gmail.com>

commit b9e91de684
Author: Henry <obw@generalprogramming.org>
Date:   Fri Jan 1 18:06:37 2021 +0000

    Apply some cleanup from code review

    Also removes some bits not present in 20w51a

    Co-authored-by: YanisBft <doublecraft.official@gmail.com>

commit e9f0cea6e7
Author: Henry Le Grys <henry@legrys.info>
Date:   Wed Dec 9 19:40:28 2020 +0000

    Add javadocs for MessageListener

commit a6fe16a9cd
Author: Henry Le Grys <henry@legrys.info>
Date:   Wed Dec 9 18:31:29 2020 +0000

    Apply some suggestions to clean up

    - Restored missing Entity methods
    - Fixed comment reference
    - Unmapped generic `flagSet`-named methods

commit cbacd58a0a
Author: Henry Le Grys <henry@legrys.info>
Date:   Thu Dec 3 18:56:45 2020 +0000

    Apply some suggestions & map extra names

commit 411b92b91f
Merge: c5287fed0 c0a046c66
Author: Henry Le Grys <henry@legrys.info>
Date:   Thu Dec 3 17:55:40 2020 +0000

    Merge 20w49a into world-entity

commit c5287fed06
Author: Thalia Nero <chrisvn00@gmail.com>
Date:   Wed Nov 11 23:18:02 2020 -0500

    listener -> handler

commit 490818513e
Merge: d74d922b0 3465a1132
Author: Thalia Nero <chrisvn00@gmail.com>
Date:   Sun Nov 8 14:53:43 2020 -0500

    Merge branch '20w45a' into world-entity

commit d74d922b0b
Author: Thalia Nero <chrisvn00@gmail.com>
Date:   Sat Nov 7 15:28:32 2020 -0500

    Update mappings from review.

commit fbb44ecbb9
Author: Thalia Nero <chrisvn00@gmail.com>
Date:   Sat Nov 7 01:51:17 2020 -0500

    Some docs and mapping of methods called by the entity stuff.

commit 095711c00a
Author: Thalia Nero <chrisvn00@gmail.com>
Date:   Sat Nov 7 01:28:23 2020 -0500

    Some parameters and mappings.

commit caea9fed00
Author: Thalia Nero <chrisvn00@gmail.com>
Date:   Sat Nov 7 01:14:33 2020 -0500

    Filter -> TypeFilter

commit 9d82f4bcc4
Author: Thalia Nero <chrisvn00@gmail.com>
Date:   Fri Nov 6 20:19:18 2020 -0500

    Map ChunkStatusChangeListener.

commit 4699e0991e
Author: Thalia Nero <chrisvn00@gmail.com>
Date:   Fri Nov 6 20:11:11 2020 -0500

    Map more entity loading stuff.

commit 8a30358ef2
Merge: 6d0aa8cff ee05e2b40
Author: Thalia Nero <chrisvn00@gmail.com>
Date:   Fri Nov 6 18:10:03 2020 -0500

    Merge branch '20w45a' of github.com:FabricMC/yarn into world-entity

commit 6d0aa8cff7
Author: Thalia Nero <chrisvn00@gmail.com>
Date:   Fri Nov 6 03:43:11 2020 -0500

    Map a lot of entity world interaction shenanigans. Feeling tired might remap later.

* Extra classes

* tweaks

* Revert some refactors

* meh, enigma bad

* move entitylike to world as it's more s/l related than actual entity

* Eliminate the "group"

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

* Bunch renames, should make sense now

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

* Fix javadoc types

Co-authored-by: YanisBft <doublecraft.official@gmail.com>

* Human-friendly name for synthetic fields in case they appear

* rename

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: YanisBft <doublecraft.official@gmail.com>
2021-02-10 19:35:29 +00:00
..
collection Entity stuff, see #1905 (#1967) 2021-02-10 19:35:29 +00:00
crash Util package stuff (#1994) 2021-02-02 17:57:50 +00:00
dynamic Util package stuff (#1994) 2021-02-02 17:57:50 +00:00
function stuff (#1231) 2020-03-30 09:10:03 +00:00
hit Finish BlockHitResult mapping (#1787) 2020-10-11 21:37:04 +01:00
logging Util package stuff (#1994) 2021-02-02 17:57:50 +00:00
math 21w06a 2021-02-10 18:42:45 +00:00
profiler Moved a lot of "util" classes to more appropriate packages (#1171) 2020-03-17 23:04:34 +00:00
registry Util package stuff (#1994) 2021-02-02 17:57:50 +00:00
shape Util package stuff (#1994) 2021-02-02 17:57:50 +00:00
snooper Some command source docs, remove a few old Registry tracker names and some world data stuff (#1522) 2020-06-30 20:08:39 +01:00
thread Entity stuff, see #1905 (#1967) 2021-02-10 19:35:29 +00:00
ActionResult.mapping Explosions (#1429) 2020-06-07 15:33:15 +01:00
Arm.mapping Finish Option mapping (#1783) 2020-10-13 08:57:15 +01:00
BlockMirror.mapping Util package stuff (#1994) 2021-02-02 17:57:50 +00:00
BlockRotation.mapping Move direction transformation and matrix3f to util math (need same package) (#1235) 2020-03-27 15:08:10 +00:00
ChatUtil.mapping stuff (#1231) 2020-03-30 09:10:03 +00:00
Clearable.mapping Remap inventories :D (#1154) 2020-03-27 18:04:46 +00:00
ClickType.mapping Bundle related methods (#1843) 2020-11-06 22:51:37 +00:00
CubicSampler.mapping 20w09a all classes mapped (#1143) 2020-03-03 15:10:30 +00:00
CuboidBlockIterator.mapping stuff (#1231) 2020-03-30 09:10:03 +00:00
DyeColor.mapping Beacon beam rendering and other be renderers (#1944) 2020-12-31 14:23:15 +00:00
EightWayDirection.mapping 20w49a 2020-12-02 18:29:46 +00:00
FileNameUtil.mapping Util package stuff (#1994) 2021-02-02 17:57:50 +00:00
Formatting.mapping 20w17a 2020-04-22 16:59:47 +01:00
Hand.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
Identifier.mapping Util package stuff (#1994) 2021-02-02 17:57:50 +00:00
InvalidIdentifierException.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
ItemScatterer.mapping Various stuff (#1987) 2021-01-31 12:37:36 +00:00
JsonHelper.mapping 20w09a 2020-02-26 17:56:39 +00:00
JsonSerializableType.mapping Loot and JSON stuff (#1437) 2020-06-07 22:57:17 +01:00
JsonSerializer.mapping Loot and JSON stuff (#1437) 2020-06-07 22:57:17 +01:00
JsonSerializing.mapping Util package stuff (#1994) 2021-02-02 17:57:50 +00:00
Language.mapping Text-related refactors & new text things (#1635) 2020-08-02 09:34:45 +01:00
Lazy.mapping 21w05a 2021-02-03 19:34:30 +00:00
LowercaseEnumTypeAdapterFactory.mapping Minor stuff for util package (#935) 2019-11-02 21:47:58 +00:00
MetricsData.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
Nameable.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
Pair.mapping Minor stuff for util package (#935) 2019-11-02 21:47:58 +00:00
ProgressListener.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
Rarity.mapping stuff (#1231) 2020-03-30 09:10:03 +00:00
SignType.mapping A few 1.16 mappings (#1091) 2020-02-06 20:02:23 +00:00
StringIdentifiable.mapping Misc things (#1862) 2020-11-08 14:35:59 +00:00
ThrowableDeliverer.mapping Region and session lock (#1254) 2020-04-04 21:19:01 +01:00
TickDurationMonitor.mapping 20w06a profiler mappings (#1085) 2020-02-05 18:50:55 +00:00
TypeFilter.mapping Entity stuff, see #1905 (#1967) 2021-02-10 19:35:29 +00:00
TypedActionResult.mapping method_29237 -> success (#1773) 2020-10-01 23:30:32 +01:00
Unit.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
UseAction.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
UserCache.mapping Util package stuff (#1994) 2021-02-02 17:57:50 +00:00
Util.mapping codec utilities (#2001) 2021-02-02 17:53:26 +00:00
WorldSavePath.mapping 20w20a mappings (#1353) 2020-05-20 22:57:06 +01:00