Uses of Interface
net.minecraft.class_10665
Packages that use class_10665
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10665 in net.minecraft
Classes in net.minecraft that implement class_10665Modifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordFields in net.minecraft with type parameters of type class_10665Modifier and TypeFieldDescriptionstatic final RegistryKey<class_10665> class_10659.DEFAULTprivate final List<RegistryEntry<class_10665>> class_10665.class_10666.definitionsThe field for thedefinitionsrecord component.private final class_10664<RegistryEntry<class_10665>> class_10660.field_56177static final com.mojang.serialization.MapCodec<class_10664<RegistryEntry<class_10665>>> class_10664.field_56199static final com.mojang.serialization.Codec<class_10665> class_10665.field_56200static final com.mojang.serialization.Codec<RegistryEntry<class_10665>> class_10665.field_56201private final Map<Identifier, class_10664<RegistryKey<class_10665>>> class_10663.testsThe field for thetestsrecord component.Methods in net.minecraft that return types with arguments of type class_10665Modifier and TypeMethodDescriptionclass_10665.class_10666.definitions()Returns the value of thedefinitionsrecord component.private static RegistryKey<class_10665> class_10659.method_66932(String string) class_10660.method_66962()protected class_10664<RegistryEntry<class_10665>> class_10660.method_66972()com.mojang.serialization.MapCodec<? extends class_10665> class_10665.method_67050()static com.mojang.serialization.MapCodec<? extends class_10665> class_10665.method_67053(Registry<com.mojang.serialization.MapCodec<? extends class_10665>> registry) class_10663.tests()Returns the value of thetestsrecord component.Method parameters in net.minecraft with type arguments of type class_10665Modifier and TypeMethodDescriptionstatic voidclass_10659.method_66933(Registerable<class_10665> registerable) static com.mojang.serialization.MapCodec<? extends class_10665> class_10665.method_67053(Registry<com.mojang.serialization.MapCodec<? extends class_10665>> registry) Constructors in net.minecraft with parameters of type class_10665Constructor parameters in net.minecraft with type arguments of type class_10665ModifierConstructorDescriptionclass_10654(class_10664<RegistryEntry<class_10665>> class_10664) class_10657(RegistryEntry<Consumer<TestContext>> registryEntry, class_10664<RegistryEntry<class_10665>> class_10664) protectedclass_10660(class_10664<RegistryEntry<class_10665>> class_10664) class_10663(Map<Identifier, class_10664<RegistryKey<class_10665>>> map, RegistryKey<Consumer<TestContext>> registryKey, Consumer<TestContext> consumer) class_10663(Map<Identifier, class_10664<RegistryKey<class_10665>>> map, Identifier identifier, Consumer<TestContext> consumer) class_10663(Identifier identifier, class_10664<RegistryKey<class_10665>> class_10664, Consumer<TestContext> consumer) class_10666(List<RegistryEntry<class_10665>> list) -
Uses of class_10665 in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type class_10665Modifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.MapCodec<? extends class_10665>> Registries.field_56154static final RegistryKey<Registry<class_10665>> RegistryKeys.TEST_ENVIRONMENTstatic final RegistryKey<Registry<com.mojang.serialization.MapCodec<? extends class_10665>>> RegistryKeys.TEST_ENVIRONMENT_DEFINITION_TYPE -
Uses of class_10665 in net.minecraft.test
Fields in net.minecraft.test with type parameters of type class_10665Modifier and TypeFieldDescriptionprivate final RegistryEntry<class_10665> GameTestBatch.environmentThe field for theenvironmentrecord component.private @Nullable RegistryEntry<class_10665> TestRunContext.field_56190Methods in net.minecraft.test that return types with arguments of type class_10665Modifier and TypeMethodDescriptionGameTestBatch.environment()Returns the value of theenvironmentrecord component.Method parameters in net.minecraft.test with type arguments of type class_10665Modifier and TypeMethodDescriptionstatic GameTestBatchBatches.create(Collection<GameTestState> states, RegistryEntry<class_10665> registryEntry, int int2) Constructor parameters in net.minecraft.test with type arguments of type class_10665ModifierConstructorDescriptionGameTestBatch(int int2, Collection<GameTestState> testFunctions, RegistryEntry<class_10665> registryEntry)