Uses of Class
net.minecraft.class_10660
Packages that use class_10660
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10660 in net.minecraft
Subclasses of class_10660 in net.minecraftFields in net.minecraft with type parameters of type class_10660Modifier and TypeFieldDescriptionstatic final RegistryKey<class_10660> class_10661.ALWAYS_PASSprivate static final Set<RegistryEntry.Reference<class_10660>> class_10656.field_56165static final com.mojang.serialization.Codec<class_10660> class_10660.field_56178private final Optional<RegistryKey<class_10660>> class_10638.class_10639.testThe field for thetestrecord component.Methods in net.minecraft that return types with arguments of type class_10660Modifier and TypeMethodDescriptionclass_10674.findTests()private Optional<RegistryEntry.Reference<class_10660>> class_10638.method_66735()class_10638.method_66763()abstract com.mojang.serialization.MapCodec<? extends class_10660> class_10660.method_66905()static Stream<RegistryEntry.Reference<class_10660>> class_10656.method_66918()static com.mojang.serialization.MapCodec<? extends class_10660> class_10660.method_66960(Registry<com.mojang.serialization.MapCodec<? extends class_10660>> registry) private static com.mojang.serialization.MapCodec<? extends class_10660> class_10660.method_66961(Registry<com.mojang.serialization.MapCodec<? extends class_10660>> registry, String string, com.mojang.serialization.MapCodec<? extends class_10660> mapCodec) private static RegistryKey<class_10660> class_10661.method_66975(String string) class_10638.class_10639.test()Returns the value of thetestrecord component.Method parameters in net.minecraft with type arguments of type class_10660Modifier and TypeMethodDescriptionclass_10638.method_66740(ServerWorld serverWorld, RegistryKey<class_10660> registryKey) private static Optional<StructureTemplate> class_10638.method_66752(ServerWorld serverWorld, RegistryKey<class_10660> registryKey) static voidclass_10656.method_66919(RegistryEntry.Reference<class_10660> reference) static com.mojang.serialization.MapCodec<? extends class_10660> class_10660.method_66960(Registry<com.mojang.serialization.MapCodec<? extends class_10660>> registry) private static com.mojang.serialization.MapCodec<? extends class_10660> class_10660.method_66961(Registry<com.mojang.serialization.MapCodec<? extends class_10660>> registry, String string, com.mojang.serialization.MapCodec<? extends class_10660> mapCodec) private static com.mojang.serialization.MapCodec<? extends class_10660> class_10660.method_66961(Registry<com.mojang.serialization.MapCodec<? extends class_10660>> registry, String string, com.mojang.serialization.MapCodec<? extends class_10660> mapCodec) static voidclass_10661.method_66976(Registerable<class_10660> registerable) Constructor parameters in net.minecraft with type arguments of type class_10660ModifierConstructorDescriptionclass_10616(BlockPos blockPos, class_10616.class_10617 class_10617, Optional<RegistryKey<class_10660>> optional, Vec3i vec3i, BlockRotation blockRotation, boolean bool) class_10639(Optional<RegistryKey<class_10660>> optional, Vec3i vec3i, BlockRotation blockRotation, boolean bool, class_10638.class_10640 class_10640, Optional<Text> optional2) -
Uses of class_10660 in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type class_10660Modifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.MapCodec<? extends class_10660>> Registries.field_56155static final RegistryKey<Registry<class_10660>> RegistryKeys.TEST_INSTANCEstatic final RegistryKey<Registry<com.mojang.serialization.MapCodec<? extends class_10660>>> RegistryKeys.TEST_INSTANCE_TYPE -
Uses of class_10660 in net.minecraft.server.command
Fields in net.minecraft.server.command with type parameters of type class_10660Modifier and TypeFieldDescriptionprivate final UnaryOperator<Supplier<Stream<RegistryEntry.Reference<class_10660>>>> TestFinder.Runners.field_56220Methods in net.minecraft.server.command that return types with arguments of type class_10660Method parameters in net.minecraft.server.command with type arguments of type class_10660Modifier and TypeMethodDescriptionprivate static intTestCommand.executeExport(ServerCommandSource source, RegistryEntry<class_10660> registryEntry) TestFinder.Runners.method_67071(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, Collection<RegistryEntry.Reference<class_10660>> collection) Constructor parameters in net.minecraft.server.command with type arguments of type class_10660ModifierConstructorDescriptionprivateRunners(UnaryOperator<Supplier<Stream<RegistryEntry.Reference<class_10660>>>> unaryOperator, UnaryOperator<Supplier<Stream<BlockPos>>> testFunctionsSupplierMapper) -
Uses of class_10660 in net.minecraft.test
Fields in net.minecraft.test with type parameters of type class_10660Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference<class_10660> GameTestState.field_56173Methods in net.minecraft.test that return class_10660Methods in net.minecraft.test that return types with arguments of type class_10660Modifier and TypeMethodDescriptionGameTestState.method_66956()static Stream<RegistryEntry.Reference<class_10660>> TestServer.method_66985(DynamicRegistryManager dynamicRegistryManager, String string) Method parameters in net.minecraft.test with type arguments of type class_10660Modifier and TypeMethodDescriptionBatches.class_10658.decorate(RegistryEntry.Reference<class_10660> reference, ServerWorld serverWorld) static List<GameTestBatch> Batches.method_66925(Collection<RegistryEntry.Reference<class_10660>> collection, Batches.class_10658 class_10658, ServerWorld serverWorld) private static Stream<GameTestState> TestServer.method_66984(RegistryEntry.Reference<class_10660> reference, ServerWorld serverWorld) Constructor parameters in net.minecraft.test with type arguments of type class_10660ModifierConstructorDescriptionGameTestState(RegistryEntry.Reference<class_10660> reference, BlockRotation rotation, ServerWorld world, TestAttemptConfig testAttemptConfig)