Uses of Interface
net.minecraft.scoreboard.number.NumberFormatType
Packages that use NumberFormatType
-
Uses of NumberFormatType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type NumberFormatTypeModifier and TypeFieldDescriptionstatic final Registry<NumberFormatType<?>> Registries.NUMBER_FORMAT_TYPEstatic final RegistryKey<Registry<NumberFormatType<?>>> RegistryKeys.NUMBER_FORMAT_TYPE -
Uses of NumberFormatType in net.minecraft.scoreboard.number
Fields in net.minecraft.scoreboard.number declared as NumberFormatTypeModifier and TypeFieldDescriptionstatic final NumberFormatType<BlankNumberFormat> BlankNumberFormat.TYPEstatic final NumberFormatType<FixedNumberFormat> FixedNumberFormat.TYPEstatic final NumberFormatType<StyledNumberFormat> StyledNumberFormat.TYPEMethods in net.minecraft.scoreboard.number that return NumberFormatTypeModifier and TypeMethodDescriptionBlankNumberFormat.getType()FixedNumberFormat.getType()NumberFormatType<? extends NumberFormat> NumberFormat.getType()StyledNumberFormat.getType()static NumberFormatType<?> NumberFormatTypes.registerAndGetDefault(Registry<NumberFormatType<?>> registry) Method parameters in net.minecraft.scoreboard.number with type arguments of type NumberFormatTypeModifier and TypeMethodDescriptionstatic NumberFormatType<?> NumberFormatTypes.registerAndGetDefault(Registry<NumberFormatType<?>> registry)