Package net.minecraft.world.scores
Interface ReadOnlyScoreInfo
- All Known Implementing Classes:
Score
public interface ReadOnlyScoreInfo
-
Method Summary
Modifier and TypeMethodDescriptiondefault MutableComponent
formatValue
(NumberFormat p_313924_) boolean
isLocked()
static MutableComponent
safeFormatValue
(ReadOnlyScoreInfo p_313916_, NumberFormat p_313801_) int
value()
-
Method Details
-
value
int value() -
isLocked
boolean isLocked() -
numberFormat
-
formatValue
-
safeFormatValue
static MutableComponent safeFormatValue(@Nullable ReadOnlyScoreInfo p_313916_, NumberFormat p_313801_)
-