net.minecraft.world.scores

public record PlayerScoreEntry

fhv
net.minecraft.world.scores.PlayerScoreEntry
net.minecraft.class_9011

Field summary

Modifier and TypeField
private final String
a
owner
comp_2127
private final int
b
value
comp_2128
private final Component
c
display
comp_2129
private final NumberFormat
d
numberFormatOverride
comp_2130

Constructor summary

ModifierConstructor
public (String arg0, int arg1, Component arg2, NumberFormat arg3)

Method summary

Modifier and TypeMethod
public boolean
a()
isHidden()
method_55385()
public Component
b()
ownerName()
method_55387()
public MutableComponent
a(za arg0)
formatValue(NumberFormat arg0)
method_55386(class_9022 arg0)
public String
c()
owner()
comp_2127()
public int
d()
value()
comp_2128()
public Component
e()
display()
comp_2129()
public NumberFormat
f()
numberFormatOverride()
comp_2130()