Uses of Record Class
net.minecraft.test.TestData
Packages that use TestData
-
Uses of TestData in net.minecraft
Fields in net.minecraft with type parameters of type TestDataModifier and TypeFieldDescriptionprivate final Map<Identifier, TestData<RegistryKey<TestEnvironmentDefinition>>> class_10663.testsThe field for thetestsrecord component.Methods in net.minecraft that return types with arguments of type TestDataModifier and TypeMethodDescriptionclass_10663.tests()Returns the value of thetestsrecord component.Constructors in net.minecraft with parameters of type TestDataModifierConstructorDescriptionclass_10663(Identifier identifier, TestData<RegistryKey<TestEnvironmentDefinition>> testData, Consumer<TestContext> consumer) Constructor parameters in net.minecraft with type arguments of type TestDataModifierConstructorDescriptionclass_10663(Map<Identifier, TestData<RegistryKey<TestEnvironmentDefinition>>> map, RegistryKey<Consumer<TestContext>> registryKey, Consumer<TestContext> consumer) class_10663(Map<Identifier, TestData<RegistryKey<TestEnvironmentDefinition>>> map, Identifier identifier, Consumer<TestContext> consumer) -
Uses of TestData in net.minecraft.test
Fields in net.minecraft.test declared as TestDataModifier and TypeFieldDescriptionprivate final TestData<RegistryEntry<TestEnvironmentDefinition>> TestInstance.dataFields in net.minecraft.test with type parameters of type TestDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<TestData<RegistryEntry<TestEnvironmentDefinition>>> TestData.CODECMethods in net.minecraft.test that return TestDataModifier and TypeMethodDescription<T> TestData<T> TestData.applyToEnvironment(Function<EnvironmentType, T> environmentFunction) protected TestData<RegistryEntry<TestEnvironmentDefinition>> TestInstance.getData()Constructors in net.minecraft.test with parameters of type TestDataModifierConstructorDescriptionFunctionTestInstance(RegistryEntry<Consumer<TestContext>> function, TestData<RegistryEntry<TestEnvironmentDefinition>> data) protected