net.minecraft.gametest.framework

public record GeneratedTest

tb
net.minecraft.gametest.framework.GeneratedTest
net.minecraft.class_10663
net.minecraft.test.TestEntry
net.minecraft.src.C_378892_

Field summary

Modifier and TypeField
private final Map<ResourceLocation, TestData<ResourceKey<TestEnvironmentDefinition>>>
a
tests
comp_3535
tests
f_382011_
private final ResourceKey<Consumer<GameTestHelper>>
b
functionKey
comp_3536
functionKey
f_380401_
private final Consumer<GameTestHelper>
c
function
comp_3537
function
f_382160_

Constructor summary

ModifierConstructor
public (Map<ResourceLocation, TestData<ResourceKey<TestEnvironmentDefinition>>> tests, ResourceLocation functionId, Consumer<GameTestHelper> function)
public (ResourceLocation id, TestData<ResourceKey<TestEnvironmentDefinition>> data, Consumer<GameTestHelper> function)
public (Map<ResourceLocation, TestData<ResourceKey<TestEnvironmentDefinition>>> functionKey, ResourceKey<Consumer<GameTestHelper>> function, Consumer<GameTestHelper> function)

Method summary

Modifier and TypeMethod
public Map<ResourceLocation, TestData<ResourceKey<TestEnvironmentDefinition>>>
a()
tests()
comp_3535()
tests()
f_382011_()
public ResourceKey<Consumer<GameTestHelper>>
b()
functionKey()
comp_3536()
functionKey()
f_380401_()
public Consumer<GameTestHelper>
c()
function()
comp_3537()
function()
f_382160_()