Uses of Class
net.minecraft.test.TestSet
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.server.command |
-
Uses of TestSet in net.minecraft
Fields in net.minecraft declared as TestSet Modifier and Type Field Description private @Nullable TestSetclass_6306. field_33162 -
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)