Uses of Class
net.minecraft.network.chat.contents.TranslatableContents
Packages that use TranslatableContents
-
Uses of TranslatableContents in net.minecraft.network.chat.contents
Fields in net.minecraft.network.chat.contents with type parameters of type TranslatableContentsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<TranslatableContents> TranslatableContents.CODEC
static final ComponentContents.Type
<TranslatableContents> TranslatableContents.TYPE
Methods in net.minecraft.network.chat.contents that return TranslatableContentsModifier and TypeMethodDescriptionprivate static TranslatableContents
TranslatableContents.create
(String p_304502_, Optional<String> p_304440_, Optional<List<Object>> p_304710_) Constructors in net.minecraft.network.chat.contents with parameters of type TranslatableContentsModifierConstructorDescriptionTranslatableFormatException
(TranslatableContents pComponent, int pInvalidIndex) TranslatableFormatException
(TranslatableContents pContents, String pError) TranslatableFormatException
(TranslatableContents pContents, Throwable pCause) -
Uses of TranslatableContents in net.neoforged.neoforge.common.util
Fields in net.neoforged.neoforge.common.util with type parameters of type TranslatableContentsModifier and TypeFieldDescriptionprivate static final ThreadLocal
<Deque<TranslatableContents>> InsertingContents.TRANSLATION_STACK
Methods in net.neoforged.neoforge.common.util with parameters of type TranslatableContentsModifier and TypeMethodDescriptionstatic boolean
InsertingContents.pushTranslation
(TranslatableContents contents)