Uses of Class
net.minecraft.test.TestSet
| Package | Description |
|---|---|
| net.minecraft.server.command | |
| net.minecraft.test |
-
Uses of TestSet in net.minecraft.server.command
Fields in net.minecraft.server.command declared as TestSet Modifier and Type Field Description private TestSetTestCommand.Listener. testsMethods in net.minecraft.server.command with parameters of type TestSet Modifier and Type Method Description private static voidTestCommand. onCompletion(ServerWorld world, TestSet tests)private static voidTestCommand. run(ServerWorld world, BlockPos pos, @Nullable TestSet tests)Constructors in net.minecraft.server.command with parameters of type TestSet Constructor Description Listener(ServerWorld world, TestSet tests) -
Uses of TestSet in net.minecraft.test
Fields in net.minecraft.test declared as TestSet Modifier and Type Field Description private @Nullable TestSetTestServer. testSet