Uses of Class
net.minecraft.test.TestSet
Packages that use TestSet
-
Uses of TestSet in net.minecraft.server.command
Fields in net.minecraft.server.command declared as TestSetModifier and TypeFieldDescriptionprivate final TestSet
TestCommand.Listener.tests
The field for thetests
record component.Methods in net.minecraft.server.command that return TestSetModifier and TypeMethodDescriptionTestCommand.Listener.tests()
Returns the value of thetests
record component.Methods in net.minecraft.server.command with parameters of type TestSetModifier and TypeMethodDescriptionprivate static void
TestCommand.Listener.onFinished
(ServerWorld world, TestSet tests) Constructors in net.minecraft.server.command with parameters of type TestSetModifierConstructorDescriptionListener
(ServerWorld world, TestSet tests) Creates an instance of aListener
record class. -
Uses of TestSet in net.minecraft.test
Fields in net.minecraft.test declared as TestSet