Uses of Class
net.minecraft.network.chat.contents.TranslatableContents
-
Uses of TranslatableContents in net.minecraft.network.chat.contents
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<TranslatableContents>
TranslatableContents.CODEC
static final ComponentContents.Type<TranslatableContents>
TranslatableContents.TYPE
Modifier and TypeMethodDescriptionprivate static TranslatableContents
TranslatableContents.create
(String p_311603_, Optional<String> p_311479_, Optional<List<Object>> p_312087_) ModifierConstructorDescriptionTranslatableFormatException
(TranslatableContents p_237530_, int p_237531_) TranslatableFormatException
(TranslatableContents p_237533_, String p_237534_) TranslatableFormatException
(TranslatableContents p_237536_, Throwable p_237537_) -
Uses of TranslatableContents in net.minecraftforge.internal
Modifier and TypeMethodDescriptionstatic int
TextComponentMessageFormatHandler.handle
(TranslatableContents parent, Consumer<FormattedText> addChild, Object[] formatArgs, String format)