Uses of Interface
net.neoforged.testframework.TestFramework
Packages that use TestFramework
Package
Description
-
Uses of TestFramework in net.neoforged.neoforge.debug.capabilities
Methods in net.neoforged.neoforge.debug.capabilities with parameters of type TestFrameworkModifier and TypeMethodDescription(package private) static voidItemEnergyTests.init(TestFramework framework) (package private) static voidItemInventoryTests.init(TestFramework framework) (package private) static voidFluidTemplatesTests.register(TestFramework framework) -
Uses of TestFramework in net.neoforged.neoforge.debug.crafting
Methods in net.neoforged.neoforge.debug.crafting with parameters of type TestFrameworkModifier and TypeMethodDescription(package private) static voidIngredientTests.register(TestFramework framework) -
Uses of TestFramework in net.neoforged.neoforge.debug.entity
Methods in net.neoforged.neoforge.debug.entity with parameters of type TestFrameworkModifier and TypeMethodDescription(package private) static voidEntityDataSerializerTest.register(TestFramework framework) -
Uses of TestFramework in net.neoforged.neoforge.debug.loot
Methods in net.neoforged.neoforge.debug.loot with parameters of type TestFrameworkModifier and TypeMethodDescription(package private) static voidGlobalLootModifiersTest.init(TestFramework framework) -
Uses of TestFramework in net.neoforged.neoforge.debug.resources
Methods in net.neoforged.neoforge.debug.resources with parameters of type TestFrameworkModifier and TypeMethodDescriptionvoidBulkKnownPackTest.Listener.onEnabled(TestFramework framework, Test test, @Nullable Entity changer) -
Uses of TestFramework in net.neoforged.testframework
Methods in net.neoforged.testframework that return TestFrameworkModifier and TypeMethodDescriptionDynamicTest.framework()Returns the framework this test is linked to.Methods in net.neoforged.testframework with parameters of type TestFrameworkModifier and TypeMethodDescriptionvoidTest.init(TestFramework framework) This method is called when the test is registered to aTestFramework.default voidTestListener.onDisabled(TestFramework framework, Test test, @Nullable Entity changer) This method is called when a test is disabled.default voidTestListener.onEnabled(TestFramework framework, Test test, @Nullable Entity changer) This method is called when a test is enabled.default voidTestListener.onStatusChange(TestFramework framework, Test test, Test.Status oldStatus, Test.Status newStatus, @Nullable Entity changer) This method is called when a test changes its status. -
Uses of TestFramework in net.neoforged.testframework.condition
Fields in net.neoforged.testframework.condition declared as TestFrameworkModifier and TypeFieldDescriptionprivate final TestFrameworkTestEnabledIngredient.frameworkThe field for theframeworkrecord component.private final TestFrameworkTestEnabledLootCondition.frameworkThe field for theframeworkrecord component.Methods in net.neoforged.testframework.condition that return TestFrameworkModifier and TypeMethodDescriptionTestEnabledIngredient.framework()Returns the value of theframeworkrecord component.TestEnabledLootCondition.framework()Returns the value of theframeworkrecord component.Constructors in net.neoforged.testframework.condition with parameters of type TestFrameworkModifierConstructorDescriptionTestEnabledIngredient(Ingredient base, TestFramework framework, String testId) Creates an instance of aTestEnabledIngredientrecord class.TestEnabledLootCondition(TestFramework framework, String testId) Creates an instance of aTestEnabledLootConditionrecord class. -
Uses of TestFramework in net.neoforged.testframework.impl
Subinterfaces of TestFramework in net.neoforged.testframework.implModifier and TypeInterfaceDescriptioninterfaceInterface with directly mutating methods forTestFrameworks.Classes in net.neoforged.testframework.impl that implement TestFrameworkFields in net.neoforged.testframework.impl with type parameters of type TestFrameworkModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TestFramework> MutableTestFramework.REFERENCE_CODEC -
Uses of TestFramework in net.neoforged.testframework.impl.test
Fields in net.neoforged.testframework.impl.test declared as TestFrameworkMethods in net.neoforged.testframework.impl.test that return TestFrameworkMethods in net.neoforged.testframework.impl.test with parameters of type TestFrameworkModifier and TypeMethodDescriptionvoidAbstractTest.init(TestFramework framework) voidMethodBasedGameTestTest.init(TestFramework framework) voidMethodBasedTest.init(TestFramework framework)