net.minecraft.world.scores

public record PlayerScoreEntry

fcw
net.minecraft.world.scores.PlayerScoreEntry
net.minecraft.class_9011
net.minecraft.scoreboard.ScoreboardEntry
net.minecraft.world.scores.PlayerScoreEntry

Field summary

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

Constructor summary

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

Method summary

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