Uses of Interface
net.minecraft.scoreboard.number.NumberFormatType
-
Uses of NumberFormatType in net.minecraft.registry
Modifier and TypeFieldDescriptionstatic final Registry<NumberFormatType<?>>
Registries.NUMBER_FORMAT_TYPE
static final RegistryKey<Registry<NumberFormatType<?>>>
RegistryKeys.NUMBER_FORMAT_TYPE
-
Uses of NumberFormatType in net.minecraft.scoreboard.number
Modifier and TypeFieldDescriptionstatic final NumberFormatType<BlankNumberFormat>
BlankNumberFormat.TYPE
static final NumberFormatType<FixedNumberFormat>
FixedNumberFormat.TYPE
static final NumberFormatType<StyledNumberFormat>
StyledNumberFormat.TYPE
Modifier and TypeMethodDescriptionBlankNumberFormat.getType()
FixedNumberFormat.getType()
NumberFormatType<? extends NumberFormat>
NumberFormat.getType()
StyledNumberFormat.getType()
static NumberFormatType<?>
NumberFormatTypes.registerAndGetDefault
(Registry<NumberFormatType<?>> registry) Modifier and TypeMethodDescriptionstatic NumberFormatType<?>
NumberFormatTypes.registerAndGetDefault
(Registry<NumberFormatType<?>> registry)