Uses of Class
net.minecraftforge.fml.loading.progress.Message
Packages that use Message
-
Uses of Message in net.minecraftforge.fml.loading.progress
Fields in net.minecraftforge.fml.loading.progress declared as MessageModifier and TypeFieldDescriptionprivate Message
ProgressMeter.label
private final Message
StartupNotificationManager.AgeMessage.message
The field for themessage
record component.Fields in net.minecraftforge.fml.loading.progress with type parameters of type MessageModifier and TypeFieldDescriptionprivate static EnumMap<Message.MessageType,
List<Message>> StartupNotificationManager.messages
Methods in net.minecraftforge.fml.loading.progress that return MessageModifier and TypeMethodDescriptionProgressMeter.label()
StartupNotificationManager.AgeMessage.message()
Returns the value of themessage
record component.Constructors in net.minecraftforge.fml.loading.progress with parameters of type MessageModifierConstructorDescriptionAgeMessage
(int age, Message message) Creates an instance of aAgeMessage
record class.ProgressMeter
(String name, int steps, int current, Message label)