net.minecraft.test

public record TestEntry

net.minecraft.gametest.framework.GeneratedTest
net.minecraft.class_10663
net.minecraft.test.TestEntry

Field summary

Modifier and TypeField
private final Map<Identifier, TestData<RegistryKey<TestEnvironmentDefinition<?>>>>
tests
comp_3535
tests
private final RegistryKey<Consumer<TestContext>>
functionKey
comp_3536
functionKey
private final Consumer<TestContext>
function
comp_3537
function

Constructor summary

ModifierConstructor
public (Map<Identifier, TestData<RegistryKey<TestEnvironmentDefinition<?>>>> tests, Identifier functionId, Consumer<TestContext> function)
public (Identifier id, TestData<RegistryKey<TestEnvironmentDefinition<?>>> data, Consumer<TestContext> function)
public (Map<Identifier, TestData<RegistryKey<TestEnvironmentDefinition<?>>>> tests, RegistryKey<Consumer<TestContext>> functionKey, Consumer<TestContext> function)

Method summary

Modifier and TypeMethod
public Map<Identifier, TestData<RegistryKey<TestEnvironmentDefinition<?>>>>
tests()
comp_3535()
tests()
public RegistryKey<Consumer<TestContext>>
functionKey()
comp_3536()
functionKey()
public Consumer<TestContext>
function()
comp_3537()
function()