yarn/mappings/net/minecraft/util/collection/TypeFilterableList.mapping

40 lines
1.7 KiB
Plaintext
Raw Normal View History

CLASS net/minecraft/class_3509 net/minecraft/util/collection/TypeFilterableList
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
COMMENT A collection allowing getting all elements of a specific type. Backed
COMMENT by {@link java.util.ArrayList}s.
COMMENT
COMMENT <p>This implementation is not efficient for frequent modifications. You
COMMENT shouldn't use this if you don't call {@link #getAllOfType(Class)}.
COMMENT
COMMENT @see #getAllOfType(Class)
COMMENT @param <T> the {@link #elementType common element type}
2019-06-28 17:55:20 -04:00
FIELD field_15635 allElements Ljava/util/List;
FIELD field_15636 elementsByType Ljava/util/Map;
FIELD field_15637 elementType Ljava/lang/Class;
2018-12-29 06:43:20 -05:00
METHOD <init> (Ljava/lang/Class;)V
ARG 1 elementType
METHOD add (Ljava/lang/Object;)Z
ARG 1 e
METHOD contains (Ljava/lang/Object;)Z
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
COMMENT {@inheritDoc}
COMMENT
COMMENT @throws IllegalArgumentException if {@code o} is not an instance of
COMMENT {@link #elementType}
2018-12-29 06:43:20 -05:00
ARG 1 o
2019-06-28 17:55:20 -04:00
METHOD method_15216 getAllOfType (Ljava/lang/Class;)Ljava/util/Collection;
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
COMMENT Returns all elements in this collection that are instances of {@code type}.
COMMENT The result is unmodifiable.
COMMENT
COMMENT <p>The {@code type}, or {@code S}, must extend the class' type parameter {@code T}.
COMMENT
COMMENT @param <S> the specialized type, effectively {@code S extends T}
COMMENT @throws IllegalArgumentException when {@code type} does not extend
COMMENT {@link #elementType}
COMMENT @return this collection's elements that are instances of {@code type}
2019-06-28 17:55:20 -04:00
ARG 1 type
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
COMMENT the specialized type, must extend {@link #elementType}
METHOD method_15217 (Ljava/lang/Class;)Ljava/util/List;
ARG 1 typeClass
METHOD method_34897 copy ()Ljava/util/List;
2018-12-29 06:43:20 -05:00
METHOD remove (Ljava/lang/Object;)Z
ARG 1 o