yarn/mappings/net/minecraft/world/EntityView.mapping

110 lines
4.7 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_1924 net/minecraft/world/EntityView
2020-11-04 15:44:22 -05:00
METHOD method_18023 getEntitiesByType (Lnet/minecraft/class_5575;Lnet/minecraft/class_238;Ljava/util/function/Predicate;)Ljava/util/List;
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 b9e91de684428f0b0350755527052e418dfa84f1 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 e9f0cea6e77e28bcdbb49e80ec95d0392107c54d Author: Henry Le Grys <henry@legrys.info> Date: Wed Dec 9 19:40:28 2020 +0000 Add javadocs for MessageListener commit a6fe16a9cd0d18c17938ba56b35cda253ad9c008 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 cbacd58a0ad73f9ebb3e2766f9e7a583003c61f3 Author: Henry Le Grys <henry@legrys.info> Date: Thu Dec 3 18:56:45 2020 +0000 Apply some suggestions & map extra names commit 411b92b91fd863afafd0d2cec2292ad53a275e20 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 c5287fed068a748c91c6cd7744b74537c10e6ab6 Author: Thalia Nero <chrisvn00@gmail.com> Date: Wed Nov 11 23:18:02 2020 -0500 listener -> handler commit 490818513eaad0f53adc0e11258dcf57d49f3b5c 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 d74d922b0b01cff8291fe6f1fa4199bad1b51c87 Author: Thalia Nero <chrisvn00@gmail.com> Date: Sat Nov 7 15:28:32 2020 -0500 Update mappings from review. commit fbb44ecbb94300be1a1efe1108a12a3591cbea54 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 095711c00abeb269ca66ee2449bc21e981aaac10 Author: Thalia Nero <chrisvn00@gmail.com> Date: Sat Nov 7 01:28:23 2020 -0500 Some parameters and mappings. commit caea9fed001f8c6c1e965c67120a3d7171ad08e7 Author: Thalia Nero <chrisvn00@gmail.com> Date: Sat Nov 7 01:14:33 2020 -0500 Filter -> TypeFilter commit 9d82f4bcc4b8d0982fc676d51b777077dc5d104d Author: Thalia Nero <chrisvn00@gmail.com> Date: Fri Nov 6 20:19:18 2020 -0500 Map ChunkStatusChangeListener. commit 4699e0991e4a4ad3f12e9db6ce9d39f0d9743cb3 Author: Thalia Nero <chrisvn00@gmail.com> Date: Fri Nov 6 20:11:11 2020 -0500 Map more entity loading stuff. commit 8a30358ef29a692045f86ba26dbb75536a5f4783 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 6d0aa8cff719465ffa3e3049627a4575d6ea4069 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 14:35:29 -05:00
ARG 1 filter
ARG 2 box
ARG 3 predicate
2019-06-28 17:55:20 -04:00
METHOD method_18456 getPlayers ()Ljava/util/List;
METHOD method_18458 isPlayerInRange (DDDD)Z
ARG 1 x
ARG 3 y
ARG 5 z
ARG 7 range
2019-06-28 17:55:20 -04:00
METHOD method_18459 getClosestPlayer (DDDDZ)Lnet/minecraft/class_1657;
ARG 1 x
ARG 3 y
ARG 5 z
ARG 7 maxDistance
ARG 9 ignoreCreative
2019-06-28 17:55:20 -04:00
METHOD method_18460 getClosestPlayer (Lnet/minecraft/class_1297;D)Lnet/minecraft/class_1657;
ARG 1 entity
ARG 2 maxDistance
2019-06-28 17:55:20 -04:00
METHOD method_18461 getClosestPlayer (Lnet/minecraft/class_4051;DDD)Lnet/minecraft/class_1657;
ARG 1 targetPredicate
ARG 2 x
ARG 4 y
ARG 6 z
2019-06-28 17:55:20 -04:00
METHOD method_18462 getClosestPlayer (Lnet/minecraft/class_4051;Lnet/minecraft/class_1309;)Lnet/minecraft/class_1657;
ARG 1 targetPredicate
ARG 2 entity
2019-06-28 17:55:20 -04:00
METHOD method_18463 getClosestPlayer (Lnet/minecraft/class_4051;Lnet/minecraft/class_1309;DDD)Lnet/minecraft/class_1657;
ARG 1 targetPredicate
ARG 2 entity
ARG 3 x
ARG 5 y
ARG 7 z
METHOD method_18464 getPlayers (Lnet/minecraft/class_4051;Lnet/minecraft/class_1309;Lnet/minecraft/class_238;)Ljava/util/List;
ARG 1 targetPredicate
ARG 2 entity
ARG 3 box
2019-06-28 17:55:20 -04:00
METHOD method_18466 getTargets (Ljava/lang/Class;Lnet/minecraft/class_4051;Lnet/minecraft/class_1309;Lnet/minecraft/class_238;)Ljava/util/List;
ARG 1 entityClass
2019-04-04 16:04:27 -04:00
ARG 2 targetPredicate
ARG 3 targetingEntity
2019-04-04 16:04:27 -04:00
ARG 4 box
METHOD method_18467 getNonSpectatingEntities (Ljava/lang/Class;Lnet/minecraft/class_238;)Ljava/util/List;
ARG 1 entityClass
2019-04-04 16:04:27 -04:00
ARG 2 box
2019-06-28 17:55:20 -04:00
METHOD method_18468 getClosestEntity (Ljava/util/List;Lnet/minecraft/class_4051;Lnet/minecraft/class_1309;DDD)Lnet/minecraft/class_1309;
ARG 1 entityList
ARG 2 targetPredicate
ARG 3 entity
ARG 4 x
ARG 6 y
ARG 8 z
2019-06-28 17:55:20 -04:00
METHOD method_18470 getPlayerByUuid (Ljava/util/UUID;)Lnet/minecraft/class_1657;
ARG 1 uuid
2020-04-02 13:40:17 -04:00
METHOD method_20743 getEntityCollisions (Lnet/minecraft/class_1297;Lnet/minecraft/class_238;Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
ARG 1 entity
ARG 2 box
ARG 3 predicate
METHOD method_21726 getClosestEntity (Ljava/lang/Class;Lnet/minecraft/class_4051;Lnet/minecraft/class_1309;DDDLnet/minecraft/class_238;)Lnet/minecraft/class_1309;
ARG 1 entityClass
ARG 2 targetPredicate
ARG 3 entity
ARG 4 x
ARG 6 y
ARG 8 z
ARG 10 box
METHOD method_8333 getOtherEntities (Lnet/minecraft/class_1297;Lnet/minecraft/class_238;Ljava/util/function/Predicate;)Ljava/util/List;
COMMENT Computes a list of entities within some box, excluding the given entity, that satisfy the given predicate.
COMMENT
COMMENT @return a list of entities within a box, excluding the given entity, all satisfying the given predicate
2019-06-28 17:55:20 -04:00
ARG 1 except
COMMENT the entity the box logically surrounds; this entity is ignored if it is inside the box
2019-06-28 17:55:20 -04:00
ARG 2 box
COMMENT the box in which to search for entities
2019-06-28 17:55:20 -04:00
ARG 3 predicate
COMMENT a predicate which entities must satisfy in order to be included in the returned list
METHOD method_8335 getOtherEntities (Lnet/minecraft/class_1297;Lnet/minecraft/class_238;)Ljava/util/List;
COMMENT Computes a list of entities within some box, excluding the given entity, that are not spectators.
COMMENT
COMMENT @return a list of entities within a box, excluding the given entity
COMMENT @see #getOtherEntities(Entity, Box, Predicate)
COMMENT @see Entity#isSpectator()
2019-06-28 17:55:20 -04:00
ARG 1 except
COMMENT the entity the box logically surrounds; this entity is ignored if it is inside the box
2019-06-28 17:55:20 -04:00
ARG 2 box
COMMENT the box in which to search for entities
2020-07-29 11:36:02 -04:00
METHOD method_8338 (Lnet/minecraft/class_238;Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;)Z
ARG 1 e
METHOD method_8390 getEntitiesByClass (Ljava/lang/Class;Lnet/minecraft/class_238;Ljava/util/function/Predicate;)Ljava/util/List;
COMMENT Computes a list of entities within some box whose runtime Java class is the same as or is
COMMENT a subclass of the given class.
COMMENT
COMMENT @return a list of entities within the box whose runtime class is a subclass of the given class
2019-06-28 17:55:20 -04:00
ARG 1 entityClass
COMMENT the class the list of entities must extend
2019-06-28 17:55:20 -04:00
ARG 2 box
COMMENT the box in which to search for entities
2019-06-28 17:55:20 -04:00
ARG 3 predicate
COMMENT a predicate which entities must satisfy in order to be included in the returned list
2019-06-28 17:55:20 -04:00
METHOD method_8604 getClosestPlayer (DDDDLjava/util/function/Predicate;)Lnet/minecraft/class_1657;
ARG 1 x
ARG 3 y
ARG 5 z
ARG 7 maxDistance
ARG 9 targetPredicate
METHOD method_8611 intersectsEntities (Lnet/minecraft/class_1297;Lnet/minecraft/class_265;)Z
ARG 1 entity
ARG 2 shape