net.minecraft.client.gui.screens.packs

public class PackSelectionModel

ggf
net.minecraft.client.gui.screens.packs.PackSelectionModel
net.minecraft.class_5369

Field summary

Modifier and TypeField
private final PackRepository
a
repository
field_25626
final List<Pack>
b
selected
field_25455
final List<Pack>
c
unselected
field_25456
final Function<Pack, ResourceLocation>
d
iconGetter
field_25785
final Runnable
e
onListChanged
field_25458
private final Consumer<PackRepository>
f
output
field_25459

Constructor summary

ModifierConstructor
public (Runnable arg0, Function<Pack, ResourceLocation> arg1, PackRepository arg2, Consumer<PackRepository> arg3)

Method summary

Modifier and TypeMethod
public Stream<PackSelectionModel$Entry>
a()
getUnselected()
method_29639()
public Stream<PackSelectionModel$Entry>
b()
getSelected()
method_29643()
void
e()
updateRepoSelectedList()
method_49627()
public void
c()
commit()
method_29642()
public void
d()
findNewPacks()
method_29981()