com.mojang.realmsclient.util

public record WorldGenerationInfo

eub
com.mojang.realmsclient.util.WorldGenerationInfo
net.minecraft.class_4413
net.minecraft.client.realms.gui.screen.ResetWorldInfo
net.minecraft.src.C_141567_

Field summary

Modifier and TypeField
private final String
a
seed
comp_1976
seed
f_167627_
private final LevelType
b
levelType
comp_1977
levelType
f_167628_
private final boolean
c
generateStructures
comp_1978
generateStructures
f_167629_
private final Set<String>
d
experiments
comp_1991
experiments
f_303551_

Constructor summary

ModifierConstructor
public (String seed, LevelType levelType, boolean generateStructures, Set<String> arg3)

Method summary

Modifier and TypeMethod
public String
a()
seed()
comp_1976()
seed()
f_167627_()
public LevelType
b()
levelType()
comp_1977()
levelType()
f_167628_()
public boolean
c()
generateStructures()
comp_1978()
generateStructures()
f_167629_()
public Set<String>
d()
experiments()
comp_1991()
experiments()
f_303551_()