Uses of Record Class
net.minecraft.test.GameTestBatch
Packages that use GameTestBatch
Package
Description
The base package for all Minecraft classes.
-
Uses of GameTestBatch in net.minecraft
Methods in net.minecraft that return GameTestBatchModifier and TypeMethodDescriptionprivate static GameTestBatchclass_9113.method_56195(List<GameTestState> list, String string, MutableInt mutableInt) Methods in net.minecraft that return types with arguments of type GameTestBatchModifier and TypeMethodDescriptionstatic Collection<GameTestBatch>class_9113.method_56194(Collection<TestFunction> collection, ServerWorld serverWorld) Methods in net.minecraft with parameters of type GameTestBatchModifier and TypeMethodDescriptionvoidclass_9114.method_56199(GameTestBatch gameTestBatch) voidclass_9114.method_56200(GameTestBatch gameTestBatch) -
Uses of GameTestBatch in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type GameTestBatchModifier and TypeMethodDescriptionvoidTestCommand.class_9122.method_56199(GameTestBatch gameTestBatch) voidTestCommand.class_9122.method_56200(GameTestBatch gameTestBatch) -
Uses of GameTestBatch in net.minecraft.test
Fields in net.minecraft.test declared as GameTestBatchFields in net.minecraft.test with type parameters of type GameTestBatchModifier and TypeFieldDescriptionprivate List<GameTestBatch>TestServer.batchesprivate ImmutableList<GameTestBatch>TestUtil.field_48474private final Collection<GameTestBatch>TestUtil.class_9115.field_48490Methods in net.minecraft.test that return types with arguments of type GameTestBatchModifier and TypeMethodDescriptionTestUtil.class_9116.batch(Collection<GameTestState> collection) Method parameters in net.minecraft.test with type arguments of type GameTestBatchModifier and TypeMethodDescriptionstatic TestUtil.class_9115TestUtil.class_9115.method_56236(Collection<GameTestBatch> collection, ServerWorld serverWorld) Constructor parameters in net.minecraft.test with type arguments of type GameTestBatchModifierConstructorDescriptionprivateclass_9115(Collection<GameTestBatch> collection, ServerWorld serverWorld) protectedTestUtil(TestUtil.class_9116 class_9116, Collection<GameTestBatch> collection, ServerWorld serverWorld, TestManager testManager, TestUtil.class_9117 class_9117, TestUtil.class_9117 class_91172)