Uses of Class
net.neoforged.testframework.client.AbstractTestScreen.GroupableList.Entry
Packages that use AbstractTestScreen.GroupableList.Entry
-
Uses of AbstractTestScreen.GroupableList.Entry in net.neoforged.testframework.client
Subclasses of AbstractTestScreen.GroupableList.Entry in net.neoforged.testframework.clientModifier and TypeClassDescriptionprotected final class
protected final class
Fields in net.neoforged.testframework.client with type parameters of type AbstractTestScreen.GroupableList.EntryModifier and TypeFieldDescriptionprivate final Function<String,
List<? extends AbstractTestScreen.GroupableList.Entry>> AbstractTestScreen.GroupableList.entryGetter
Methods in net.neoforged.testframework.client that return types with arguments of type AbstractTestScreen.GroupableList.EntryModifier and TypeMethodDescriptionprivate Stream<? extends AbstractTestScreen.GroupableList.Entry>
AbstractTestScreen.GroupableList.withGroups
(Stream<Test> tests, List<Group> groups) Constructor parameters in net.neoforged.testframework.client with type arguments of type AbstractTestScreen.GroupableList.EntryModifierConstructorDescriptionGroupableList
(Function<String, List<? extends AbstractTestScreen.GroupableList.Entry>> entryGetter, Minecraft pMinecraft, int pWidth, int pHeight, int pY, int pItemHeight)