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.MAP_CODECMethods in net.minecraft.network.chat.contents that return TranslatableContentsMethods in net.minecraft.network.chat.contents that return types with arguments of type TranslatableContentsModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<TranslatableContents> TranslatableContents.codec()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_STACKMethods in net.neoforged.neoforge.common.util with parameters of type TranslatableContentsModifier and TypeMethodDescriptionstatic booleanInsertingContents.pushTranslation(TranslatableContents contents)