net.minecraft.gametest.framework

public record TestData<EnvironmentType>

tp
net.minecraft.gametest.framework.TestData
net.minecraft.class_10664

Field summary

Modifier and TypeField
private final EnvironmentType
b
environment
comp_3539
private final ResourceLocation
c
structure
comp_3540
private final int
d
maxTicks
comp_3541
private final int
e
setupTicks
comp_3542
private final boolean
f
required
comp_3543
private final Rotation
g
rotation
comp_3544
private final boolean
h
manualOnly
comp_3545
private final int
i
maxAttempts
comp_3546
private final int
j
requiredSuccesses
comp_3547
private final boolean
k
skyAccess
comp_3548
public static final com.mojang.serialization.MapCodec<TestData<Holder<TestEnvironmentDefinition>>>
a
CODEC
field_56199

Constructor summary

ModifierConstructor
public (EnvironmentType arg0, ResourceLocation arg1, int arg2, int arg3, boolean arg4, Rotation arg5)
public (EnvironmentType arg0, ResourceLocation arg1, int arg2, int arg3, boolean arg4)
public (EnvironmentType arg0, ResourceLocation arg1, int arg2, int arg3, boolean arg4, Rotation arg5, boolean arg6, int arg7, int arg8, boolean arg9)

Method summary

Modifier and TypeMethod
public <T> TestData<T>
a(Function<EnvironmentType, T> arg0)
map(Function<EnvironmentType, T> arg0)
method_67049(Function<EnvironmentType, T> arg0)
public EnvironmentType
a()
environment()
comp_3539()
public ResourceLocation
b()
structure()
comp_3540()
public int
c()
maxTicks()
comp_3541()
public int
d()
setupTicks()
comp_3542()
public boolean
e()
required()
comp_3543()
public Rotation
f()
rotation()
comp_3544()
public boolean
g()
manualOnly()
comp_3545()
public int
h()
maxAttempts()
comp_3546()
public int
i()
requiredSuccesses()
comp_3547()
public boolean
j()
skyAccess()
comp_3548()