Uses of Class
net.minecraft.test.TestInstance
Packages that use TestInstance
Package
Description
The base package for all Minecraft classes.
-
Uses of TestInstance in net.minecraft
Fields in net.minecraft with type parameters of type TestInstanceModifier and TypeFieldDescriptionprivate static final Set<RegistryEntry.Reference<TestInstance>> class_10656.field_56165Methods in net.minecraft that return types with arguments of type TestInstanceModifier and TypeMethodDescriptionclass_10674.findTests()static Stream<RegistryEntry.Reference<TestInstance>> class_10656.method_66918()Method parameters in net.minecraft with type arguments of type TestInstanceModifier and TypeMethodDescriptionstatic voidclass_10656.method_66919(RegistryEntry.Reference<TestInstance> reference) -
Uses of TestInstance in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type TestInstanceModifier and TypeFieldDescriptionprivate final Optional<RegistryKey<TestInstance>> TestInstanceBlockEntity.Data.testThe field for thetestrecord component.Methods in net.minecraft.block.entity that return types with arguments of type TestInstanceModifier and TypeMethodDescriptionprivate Optional<RegistryEntry.Reference<TestInstance>> TestInstanceBlockEntity.getTestEntry()TestInstanceBlockEntity.getTestKey()TestInstanceBlockEntity.Data.test()Returns the value of thetestrecord component.Method parameters in net.minecraft.block.entity with type arguments of type TestInstanceModifier and TypeMethodDescriptionTestInstanceBlockEntity.getStructureSize(ServerWorld world, RegistryKey<TestInstance> testInstance) private static Optional<StructureTemplate> TestInstanceBlockEntity.getStructureTemplate(ServerWorld world, RegistryKey<TestInstance> testInstance) Constructor parameters in net.minecraft.block.entity with type arguments of type TestInstanceModifierConstructorDescriptionData(Optional<RegistryKey<TestInstance>> optional, Vec3i vec3i, BlockRotation blockRotation, boolean bool, TestInstanceBlockEntity.Status status, Optional<Text> optional2) -
Uses of TestInstance in net.minecraft.network.packet.c2s.play
Constructor parameters in net.minecraft.network.packet.c2s.play with type arguments of type TestInstanceModifierConstructorDescriptionTestInstanceBlockActionC2SPacket(BlockPos pos, TestInstanceBlockActionC2SPacket.Action actin, Optional<RegistryKey<TestInstance>> optional, Vec3i vec3i, BlockRotation blockRotation, boolean bool) -
Uses of TestInstance in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type TestInstanceModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<TestInstance>> RegistryKeys.TEST_INSTANCEstatic final Registry<com.mojang.serialization.MapCodec<? extends TestInstance>> Registries.TEST_INSTANCE_TYPEstatic final RegistryKey<Registry<com.mojang.serialization.MapCodec<? extends TestInstance>>> RegistryKeys.TEST_INSTANCE_TYPE -
Uses of TestInstance in net.minecraft.server.command
Fields in net.minecraft.server.command with type parameters of type TestInstanceModifier and TypeFieldDescriptionprivate final UnaryOperator<Supplier<Stream<RegistryEntry.Reference<TestInstance>>>> TestFinder.Runners.field_56220Methods in net.minecraft.server.command that return types with arguments of type TestInstanceMethod parameters in net.minecraft.server.command with type arguments of type TestInstanceModifier and TypeMethodDescriptionprivate static intTestCommand.executeExport(ServerCommandSource source, RegistryEntry<TestInstance> instance) TestFinder.Runners.method_67071(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, Collection<RegistryEntry.Reference<TestInstance>> collection) Constructor parameters in net.minecraft.server.command with type arguments of type TestInstanceModifierConstructorDescriptionprivateRunners(UnaryOperator<Supplier<Stream<RegistryEntry.Reference<TestInstance>>>> unaryOperator, UnaryOperator<Supplier<Stream<BlockPos>>> testFunctionsSupplierMapper) -
Uses of TestInstance in net.minecraft.test
Subclasses of TestInstance in net.minecraft.testFields in net.minecraft.test with type parameters of type TestInstanceModifier and TypeFieldDescriptionstatic final RegistryKey<TestInstance> TestInstances.ALWAYS_PASSstatic final com.mojang.serialization.Codec<TestInstance> TestInstance.CODECprivate final RegistryEntry.Reference<TestInstance> GameTestState.testInstanceMethods in net.minecraft.test that return TestInstanceMethods in net.minecraft.test that return types with arguments of type TestInstanceModifier and TypeMethodDescriptionabstract com.mojang.serialization.MapCodec<? extends TestInstance> TestInstance.getCodec()GameTestState.method_66956()static Stream<RegistryEntry.Reference<TestInstance>> TestServer.method_66985(DynamicRegistryManager dynamicRegistryManager, String string) private static RegistryKey<TestInstance> private static com.mojang.serialization.MapCodec<? extends TestInstance> TestInstance.register(Registry<com.mojang.serialization.MapCodec<? extends TestInstance>> registry, String id, com.mojang.serialization.MapCodec<? extends TestInstance> codec) static com.mojang.serialization.MapCodec<? extends TestInstance> TestInstance.registerAndGetDefault(Registry<com.mojang.serialization.MapCodec<? extends TestInstance>> registry) Method parameters in net.minecraft.test with type arguments of type TestInstanceModifier and TypeMethodDescriptionstatic voidTestInstances.bootstrap(Registerable<TestInstance> registry) Batches.class_10658.decorate(RegistryEntry.Reference<TestInstance> reference, ServerWorld serverWorld) static List<GameTestBatch> Batches.method_66925(Collection<RegistryEntry.Reference<TestInstance>> collection, Batches.class_10658 class_10658, ServerWorld serverWorld) private static Stream<GameTestState> TestServer.method_66984(RegistryEntry.Reference<TestInstance> reference, ServerWorld serverWorld) private static com.mojang.serialization.MapCodec<? extends TestInstance> TestInstance.register(Registry<com.mojang.serialization.MapCodec<? extends TestInstance>> registry, String id, com.mojang.serialization.MapCodec<? extends TestInstance> codec) private static com.mojang.serialization.MapCodec<? extends TestInstance> TestInstance.register(Registry<com.mojang.serialization.MapCodec<? extends TestInstance>> registry, String id, com.mojang.serialization.MapCodec<? extends TestInstance> codec) static com.mojang.serialization.MapCodec<? extends TestInstance> TestInstance.registerAndGetDefault(Registry<com.mojang.serialization.MapCodec<? extends TestInstance>> registry) Constructor parameters in net.minecraft.test with type arguments of type TestInstanceModifierConstructorDescriptionGameTestState(RegistryEntry.Reference<TestInstance> testInstance, BlockRotation rotation, ServerWorld world, TestAttemptConfig testAttemptConfig)