net.minecraft.gametest.framework

public record GeneratedTest

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

Field summary

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

Constructor summary

ModifierConstructor
public (Map<ResourceLocation, TestData<ResourceKey<TestEnvironmentDefinition>>> arg0, ResourceLocation arg1, Consumer<GameTestHelper> arg2)
public (ResourceLocation id, TestData<ResourceKey<TestEnvironmentDefinition>> data, Consumer<GameTestHelper> function)
public (Map<ResourceLocation, TestData<ResourceKey<TestEnvironmentDefinition>>> arg0, ResourceKey<Consumer<GameTestHelper>> arg1, Consumer<GameTestHelper> function)

Method summary

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