Package net.minecraft.test
Class TestUtil
java.lang.Object
net.minecraft.test.TestUtil
- Mappings:
Namespace Name official lyintermediary net/minecraft/class_4520named net/minecraft/test/TestUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic intstatic intprivate static int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclearDebugMarkers(ServerWorld world)static voidclearTests(ServerWorld world, BlockPos pos, TestManager testManager, int radius)static Collection<GameTestBatch>createBatches(Collection<TestFunction> testFunctions)static Collection<GameTestState>runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)static Collection<GameTestState>runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)static voidstartTest(GameTestState test, BlockPos pos, TestManager testManager)
-
Field Details
-
field_33152
private static final int field_33152- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official eLly;e:Iintermediary field_33152Lnet/minecraft/class_4520;field_33152:Inamed field_33152Lnet/minecraft/test/TestUtil;field_33152:I
-
field_33148
public static final int field_33148- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLly;a:Iintermediary field_33148Lnet/minecraft/class_4520;field_33148:Inamed field_33148Lnet/minecraft/test/TestUtil;field_33148:I
-
field_33149
public static final int field_33149- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official bLly;b:Iintermediary field_33149Lnet/minecraft/class_4520;field_33149:Inamed field_33149Lnet/minecraft/test/TestUtil;field_33149:I
-
field_33150
public static final int field_33150- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official cLly;c:Iintermediary field_33150Lnet/minecraft/class_4520;field_33150:Inamed field_33150Lnet/minecraft/test/TestUtil;field_33150:I
-
field_33151
public static final int field_33151- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official dLly;d:Iintermediary field_33151Lnet/minecraft/class_4520;field_33151:Inamed field_33151Lnet/minecraft/test/TestUtil;field_33151:I
-
-
Constructor Details
-
TestUtil
public TestUtil()
-
-
Method Details
-
startTest
- Mappings:
Namespace Name Mixin selector official aLly;a(Llv;Lgb;Lmb;)Vintermediary method_22203Lnet/minecraft/class_4520;method_22203(Lnet/minecraft/class_4517;Lnet/minecraft/class_2338;Lnet/minecraft/class_4521;)Vnamed startTestLnet/minecraft/test/TestUtil;startTest(Lnet/minecraft/test/GameTestState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/test/TestManager;)V
-
runTestBatches
public static Collection<GameTestState> runTestBatches(Collection<GameTestBatch> batches, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)- Mappings:
Namespace Name Mixin selector official aLly;a(Ljava/util/Collection;Lgb;Lceq;Labj;Lmb;I)Ljava/util/Collection;intermediary method_22210Lnet/minecraft/class_4520;method_22210(Ljava/util/Collection;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Lnet/minecraft/class_3218;Lnet/minecraft/class_4521;I)Ljava/util/Collection;named runTestBatchesLnet/minecraft/test/TestUtil;runTestBatches(Ljava/util/Collection;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/test/TestManager;I)Ljava/util/Collection;
-
runTestFunctions
public static Collection<GameTestState> runTestFunctions(Collection<TestFunction> testFunctions, BlockPos pos, BlockRotation rotation, ServerWorld world, TestManager testManager, int sizeZ)- Mappings:
Namespace Name Mixin selector official bLly;b(Ljava/util/Collection;Lgb;Lceq;Labj;Lmb;I)Ljava/util/Collection;intermediary method_22222Lnet/minecraft/class_4520;method_22222(Ljava/util/Collection;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Lnet/minecraft/class_3218;Lnet/minecraft/class_4521;I)Ljava/util/Collection;named runTestFunctionsLnet/minecraft/test/TestUtil;runTestFunctions(Ljava/util/Collection;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/test/TestManager;I)Ljava/util/Collection;
-
createBatches
- Mappings:
Namespace Name Mixin selector official aLly;a(Ljava/util/Collection;)Ljava/util/Collection;intermediary method_22209Lnet/minecraft/class_4520;method_22209(Ljava/util/Collection;)Ljava/util/Collection;named createBatchesLnet/minecraft/test/TestUtil;createBatches(Ljava/util/Collection;)Ljava/util/Collection;
-
clearTests
public static void clearTests(ServerWorld world, BlockPos pos, TestManager testManager, int radius)- Mappings:
Namespace Name Mixin selector official aLly;a(Labj;Lgb;Lmb;I)Vintermediary method_22216Lnet/minecraft/class_4520;method_22216(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_4521;I)Vnamed clearTestsLnet/minecraft/test/TestUtil;clearTests(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/test/TestManager;I)V
-
clearDebugMarkers
- Mappings:
Namespace Name Mixin selector official aLly;a(Labj;)Vintermediary method_22213Lnet/minecraft/class_4520;method_22213(Lnet/minecraft/class_3218;)Vnamed clearDebugMarkersLnet/minecraft/test/TestUtil;clearDebugMarkers(Lnet/minecraft/server/world/ServerWorld;)V
-