Package net.minecraft.test
Class TestFunctions
java.lang.Object
net.minecraft.test.TestFunctions
- Mappings:
Namespace Name official pr
intermediary net/minecraft/class_4519
named net/minecraft/test/TestFunctions
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Map<String,
Consumer<ServerWorld>> private static final Map<String,
Consumer<ServerWorld>> private static final Collection<TestFunction>
private static final Collection<TestFunction>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addFailedTestFunction
(TestFunction testFunction) static void
static @Nullable Consumer<ServerWorld>
getAfterBatchConsumer
(String batchId) static @Nullable Consumer<ServerWorld>
getBeforeBatchConsumer
(String batchId) private static Collection<TestFunction>
getCustomTestFunctions
(Method method) static Collection<TestFunction>
private static Consumer<?>
getInvoker
(Method method) static Collection<String>
private static TestFunction
getTestFunction
(Method method) static Optional<TestFunction>
getTestFunction
(String structurePath) static TestFunction
getTestFunctionOrThrow
(String structurePath) static Collection<TestFunction>
static Collection<TestFunction>
getTestFunctions
(String testClass) private static boolean
isInClass
(TestFunction testFunction, String testClass) static void
static void
private static <T extends Annotation>
voidregisterBatchConsumers
(Method method, Class<T> clazz, Function<T, String> batchIdFunction, Map<String, Consumer<ServerWorld>> batchConsumerMap) static boolean
testClassExists
(String testClass)
-
Field Details
-
TEST_FUNCTIONS
- Mappings:
Namespace Name Mixin selector official a
Lpr;a:Ljava/util/Collection;
intermediary field_20570
Lnet/minecraft/class_4519;field_20570:Ljava/util/Collection;
named TEST_FUNCTIONS
Lnet/minecraft/test/TestFunctions;TEST_FUNCTIONS:Ljava/util/Collection;
-
TEST_CLASSES
- Mappings:
Namespace Name Mixin selector official b
Lpr;b:Ljava/util/Set;
intermediary field_20571
Lnet/minecraft/class_4519;field_20571:Ljava/util/Set;
named TEST_CLASSES
Lnet/minecraft/test/TestFunctions;TEST_CLASSES:Ljava/util/Set;
-
BEFORE_BATCH_CONSUMERS
- Mappings:
Namespace Name Mixin selector official c
Lpr;c:Ljava/util/Map;
intermediary field_20572
Lnet/minecraft/class_4519;field_20572:Ljava/util/Map;
named BEFORE_BATCH_CONSUMERS
Lnet/minecraft/test/TestFunctions;BEFORE_BATCH_CONSUMERS:Ljava/util/Map;
-
AFTER_BATCH_CONSUMERS
- Mappings:
Namespace Name Mixin selector official d
Lpr;d:Ljava/util/Map;
intermediary field_27806
Lnet/minecraft/class_4519;field_27806:Ljava/util/Map;
named AFTER_BATCH_CONSUMERS
Lnet/minecraft/test/TestFunctions;AFTER_BATCH_CONSUMERS:Ljava/util/Map;
-
FAILED_TEST_FUNCTIONS
- Mappings:
Namespace Name Mixin selector official e
Lpr;e:Ljava/util/Collection;
intermediary field_25302
Lnet/minecraft/class_4519;field_25302:Ljava/util/Collection;
named FAILED_TEST_FUNCTIONS
Lnet/minecraft/test/TestFunctions;FAILED_TEST_FUNCTIONS:Ljava/util/Collection;
-
-
Constructor Details
-
TestFunctions
public TestFunctions()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lpr;a(Ljava/lang/Class;)V
intermediary method_36068
Lnet/minecraft/class_4519;method_36068(Ljava/lang/Class;)V
named register
Lnet/minecraft/test/TestFunctions;register(Ljava/lang/Class;)V
-
register
- Mappings:
Namespace Name Mixin selector official a
Lpr;a(Ljava/lang/reflect/Method;)V
intermediary method_36069
Lnet/minecraft/class_4519;method_36069(Ljava/lang/reflect/Method;)V
named register
Lnet/minecraft/test/TestFunctions;register(Ljava/lang/reflect/Method;)V
-
registerBatchConsumers
private static <T extends Annotation> void registerBatchConsumers(Method method, Class<T> clazz, Function<T, String> batchIdFunction, Map<String, Consumer<ServerWorld>> batchConsumerMap) - Mappings:
Namespace Name Mixin selector official a
Lpr;a(Ljava/lang/reflect/Method;Ljava/lang/Class;Ljava/util/function/Function;Ljava/util/Map;)V
intermediary method_36070
Lnet/minecraft/class_4519;method_36070(Ljava/lang/reflect/Method;Ljava/lang/Class;Ljava/util/function/Function;Ljava/util/Map;)V
named registerBatchConsumers
Lnet/minecraft/test/TestFunctions;registerBatchConsumers(Ljava/lang/reflect/Method;Ljava/lang/Class;Ljava/util/function/Function;Ljava/util/Map;)V
-
getTestFunctions
- Mappings:
Namespace Name Mixin selector official a
Lpr;a(Ljava/lang/String;)Ljava/util/Collection;
intermediary method_22193
Lnet/minecraft/class_4519;method_22193(Ljava/lang/String;)Ljava/util/Collection;
named getTestFunctions
Lnet/minecraft/test/TestFunctions;getTestFunctions(Ljava/lang/String;)Ljava/util/Collection;
-
getTestFunctions
- Mappings:
Namespace Name Mixin selector official a
Lpr;a()Ljava/util/Collection;
intermediary method_22191
Lnet/minecraft/class_4519;method_22191()Ljava/util/Collection;
named getTestFunctions
Lnet/minecraft/test/TestFunctions;getTestFunctions()Ljava/util/Collection;
-
getTestClasses
- Mappings:
Namespace Name Mixin selector official b
Lpr;b()Ljava/util/Collection;
intermediary method_22195
Lnet/minecraft/class_4519;method_22195()Ljava/util/Collection;
named getTestClasses
Lnet/minecraft/test/TestFunctions;getTestClasses()Ljava/util/Collection;
-
testClassExists
- Mappings:
Namespace Name Mixin selector official b
Lpr;b(Ljava/lang/String;)Z
intermediary method_22196
Lnet/minecraft/class_4519;method_22196(Ljava/lang/String;)Z
named testClassExists
Lnet/minecraft/test/TestFunctions;testClassExists(Ljava/lang/String;)Z
-
getBeforeBatchConsumer
- Mappings:
Namespace Name Mixin selector official c
Lpr;c(Ljava/lang/String;)Ljava/util/function/Consumer;
intermediary method_22198
Lnet/minecraft/class_4519;method_22198(Ljava/lang/String;)Ljava/util/function/Consumer;
named getBeforeBatchConsumer
Lnet/minecraft/test/TestFunctions;getBeforeBatchConsumer(Ljava/lang/String;)Ljava/util/function/Consumer;
-
getAfterBatchConsumer
- Mappings:
Namespace Name Mixin selector official d
Lpr;d(Ljava/lang/String;)Ljava/util/function/Consumer;
intermediary method_32244
Lnet/minecraft/class_4519;method_32244(Ljava/lang/String;)Ljava/util/function/Consumer;
named getAfterBatchConsumer
Lnet/minecraft/test/TestFunctions;getAfterBatchConsumer(Ljava/lang/String;)Ljava/util/function/Consumer;
-
getTestFunction
- Mappings:
Namespace Name Mixin selector official e
Lpr;e(Ljava/lang/String;)Ljava/util/Optional;
intermediary method_22199
Lnet/minecraft/class_4519;method_22199(Ljava/lang/String;)Ljava/util/Optional;
named getTestFunction
Lnet/minecraft/test/TestFunctions;getTestFunction(Ljava/lang/String;)Ljava/util/Optional;
-
getTestFunctionOrThrow
- Mappings:
Namespace Name Mixin selector official f
Lpr;f(Ljava/lang/String;)Lqg;
intermediary method_22200
Lnet/minecraft/class_4519;method_22200(Ljava/lang/String;)Lnet/minecraft/class_4529;
named getTestFunctionOrThrow
Lnet/minecraft/test/TestFunctions;getTestFunctionOrThrow(Ljava/lang/String;)Lnet/minecraft/test/TestFunction;
-
getCustomTestFunctions
- Mappings:
Namespace Name Mixin selector official b
Lpr;b(Ljava/lang/reflect/Method;)Ljava/util/Collection;
intermediary method_36072
Lnet/minecraft/class_4519;method_36072(Ljava/lang/reflect/Method;)Ljava/util/Collection;
named getCustomTestFunctions
Lnet/minecraft/test/TestFunctions;getCustomTestFunctions(Ljava/lang/reflect/Method;)Ljava/util/Collection;
-
getTestFunction
- Mappings:
Namespace Name Mixin selector official c
Lpr;c(Ljava/lang/reflect/Method;)Lqg;
intermediary method_36073
Lnet/minecraft/class_4519;method_36073(Ljava/lang/reflect/Method;)Lnet/minecraft/class_4529;
named getTestFunction
Lnet/minecraft/test/TestFunctions;getTestFunction(Ljava/lang/reflect/Method;)Lnet/minecraft/test/TestFunction;
-
getInvoker
- Mappings:
Namespace Name Mixin selector official d
Lpr;d(Ljava/lang/reflect/Method;)Ljava/util/function/Consumer;
intermediary method_36074
Lnet/minecraft/class_4519;method_36074(Ljava/lang/reflect/Method;)Ljava/util/function/Consumer;
named getInvoker
Lnet/minecraft/test/TestFunctions;getInvoker(Ljava/lang/reflect/Method;)Ljava/util/function/Consumer;
-
isInClass
- Mappings:
Namespace Name Mixin selector official a
Lpr;a(Lqg;Ljava/lang/String;)Z
intermediary method_22192
Lnet/minecraft/class_4519;method_22192(Lnet/minecraft/class_4529;Ljava/lang/String;)Z
named isInClass
Lnet/minecraft/test/TestFunctions;isInClass(Lnet/minecraft/test/TestFunction;Ljava/lang/String;)Z
-
getFailedTestFunctions
- Mappings:
Namespace Name Mixin selector official c
Lpr;c()Ljava/util/Collection;
intermediary method_29405
Lnet/minecraft/class_4519;method_29405()Ljava/util/Collection;
named getFailedTestFunctions
Lnet/minecraft/test/TestFunctions;getFailedTestFunctions()Ljava/util/Collection;
-
addFailedTestFunction
- Mappings:
Namespace Name Mixin selector official a
Lpr;a(Lqg;)V
intermediary method_29404
Lnet/minecraft/class_4519;method_29404(Lnet/minecraft/class_4529;)V
named addFailedTestFunction
Lnet/minecraft/test/TestFunctions;addFailedTestFunction(Lnet/minecraft/test/TestFunction;)V
-
clearFailedTestFunctions
public static void clearFailedTestFunctions()- Mappings:
Namespace Name Mixin selector official d
Lpr;d()V
intermediary method_29406
Lnet/minecraft/class_4519;method_29406()V
named clearFailedTestFunctions
Lnet/minecraft/test/TestFunctions;clearFailedTestFunctions()V
-