Uses of Interface
com.mojang.brigadier.Message
Packages that use Message
Package
Description
-
Uses of Message in com.mojang.brigadier
Classes in com.mojang.brigadier that implement Message -
Uses of Message in com.mojang.brigadier.exceptions
Fields in com.mojang.brigadier.exceptions declared as MessageModifier and TypeFieldDescriptionprivate final MessageCommandSyntaxException.messageprivate final MessageSimpleCommandExceptionType.messageFields in com.mojang.brigadier.exceptions with type parameters of type MessageMethods in com.mojang.brigadier.exceptions that return MessageConstructors in com.mojang.brigadier.exceptions with parameters of type MessageModifierConstructorDescriptionCommandSyntaxException(CommandExceptionType type, Message message) CommandSyntaxException(CommandExceptionType type, Message message, String input, int cursor) SimpleCommandExceptionType(Message message) Constructor parameters in com.mojang.brigadier.exceptions with type arguments of type Message -
Uses of Message in com.mojang.brigadier.suggestion
Fields in com.mojang.brigadier.suggestion declared as MessageMethods in com.mojang.brigadier.suggestion that return MessageMethods in com.mojang.brigadier.suggestion with parameters of type MessageModifier and TypeMethodDescriptionConstructors in com.mojang.brigadier.suggestion with parameters of type MessageModifierConstructorDescriptionIntegerSuggestion(StringRange range, int value, Message tooltip) Suggestion(StringRange range, String text, Message tooltip) -
Uses of Message in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type MessageModifier and TypeMethodDescriptionvoidCommandSourceStack.handleError(CommandExceptionType type, Message message, boolean forked, @Nullable TraceCallbacks tracer) voidExecutionCommandSource.handleError(CommandExceptionType type, Message message, boolean forked, @Nullable TraceCallbacks tracer) -
Uses of Message in net.minecraft.network.chat
Subinterfaces of Message in net.minecraft.network.chatClasses in net.minecraft.network.chat that implement MessageMethods in net.minecraft.network.chat with parameters of type MessageModifier and TypeMethodDescriptionstatic ComponentComponentUtils.fromMessage(Message message) static ComponentComponent.translationArg(Message message)