Package net.minecraft.test
Class TestFunctions
java.lang.Object
net.minecraft.test.TestFunctions
public class TestFunctions extends Object
- Mappings:
Namespace Name official lx
intermediary net/minecraft/class_4519
named net/minecraft/test/TestFunctions
-
Field Summary
Fields Modifier and Type Field Description private static Collection<TestFunction>
FAILED_TEST_FUNCTIONS
private static Map<String,Consumer<ServerWorld>>
field_27806
private static Collection<TestFunction>
TEST_FUNCTIONS
private static Set<String>
testClasses
private static Map<String,Consumer<ServerWorld>>
WORLD_SETTERS
-
Constructor Summary
Constructors Constructor Description TestFunctions()
-
Method Summary
-
Field Details
-
TEST_FUNCTIONS
- Mappings:
Namespace Name Mixin selector official a
Llx;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;
-
testClasses
- Mappings:
Namespace Name Mixin selector official b
Llx;b:Ljava/util/Set;
intermediary field_20571
Lnet/minecraft/class_4519;field_20571:Ljava/util/Set;
named testClasses
Lnet/minecraft/test/TestFunctions;testClasses:Ljava/util/Set;
-
WORLD_SETTERS
- Mappings:
Namespace Name Mixin selector official c
Llx;c:Ljava/util/Map;
intermediary field_20572
Lnet/minecraft/class_4519;field_20572:Ljava/util/Map;
named WORLD_SETTERS
Lnet/minecraft/test/TestFunctions;WORLD_SETTERS:Ljava/util/Map;
-
field_27806
- Mappings:
Namespace Name Mixin selector official d
Llx;d:Ljava/util/Map;
intermediary field_27806
Lnet/minecraft/class_4519;field_27806:Ljava/util/Map;
named field_27806
Lnet/minecraft/test/TestFunctions;field_27806:Ljava/util/Map;
-
FAILED_TEST_FUNCTIONS
- Mappings:
Namespace Name Mixin selector official e
Llx;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
-
method_36068
- Mappings:
Namespace Name Mixin selector official a
Llx;a(Ljava/lang/Class;)V
intermediary method_36068
Lnet/minecraft/class_4519;method_36068(Ljava/lang/Class;)V
named method_36068
Lnet/minecraft/test/TestFunctions;method_36068(Ljava/lang/Class;)V
-
method_36069
- Mappings:
Namespace Name Mixin selector official a
Llx;a(Ljava/lang/reflect/Method;)V
intermediary method_36069
Lnet/minecraft/class_4519;method_36069(Ljava/lang/reflect/Method;)V
named method_36069
Lnet/minecraft/test/TestFunctions;method_36069(Ljava/lang/reflect/Method;)V
-
validateCount
private static <T extends Annotation> void validateCount(Method method, Class<T> clazz, Function<T,String> function, Map<String,Consumer<ServerWorld>> map)- Mappings:
Namespace Name Mixin selector official a
Llx;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 validateCount
Lnet/minecraft/test/TestFunctions;validateCount(Ljava/lang/reflect/Method;Ljava/lang/Class;Ljava/util/function/Function;Ljava/util/Map;)V
-
getTestFunctions
- Mappings:
Namespace Name Mixin selector official a
Llx;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
Llx;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
Llx;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
Llx;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
-
getWorldSetter
- Mappings:
Namespace Name Mixin selector official c
Llx;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 getWorldSetter
Lnet/minecraft/test/TestFunctions;getWorldSetter(Ljava/lang/String;)Ljava/util/function/Consumer;
-
method_32244
- Mappings:
Namespace Name Mixin selector official d
Llx;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 method_32244
Lnet/minecraft/test/TestFunctions;method_32244(Ljava/lang/String;)Ljava/util/function/Consumer;
-
getTestFunction
- Mappings:
Namespace Name Mixin selector official e
Llx;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
Llx;f(Ljava/lang/String;)Lmm;
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;
-
invoke
- Mappings:
Namespace Name Mixin selector official b
Llx;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 invoke
Lnet/minecraft/test/TestFunctions;invoke(Ljava/lang/reflect/Method;)Ljava/util/Collection;
-
method_36073
- Mappings:
Namespace Name Mixin selector official c
Llx;c(Ljava/lang/reflect/Method;)Lmm;
intermediary method_36073
Lnet/minecraft/class_4519;method_36073(Ljava/lang/reflect/Method;)Lnet/minecraft/class_4529;
named method_36073
Lnet/minecraft/test/TestFunctions;method_36073(Ljava/lang/reflect/Method;)Lnet/minecraft/test/TestFunction;
-
getInvoker
- Mappings:
Namespace Name Mixin selector official d
Llx;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
Llx;a(Lmm;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
Llx;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
Llx;a(Lmm;)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
Llx;d()V
intermediary method_29406
Lnet/minecraft/class_4519;method_29406()V
named clearFailedTestFunctions
Lnet/minecraft/test/TestFunctions;clearFailedTestFunctions()V
-