Class SubstituteTextContent
java.lang.Object
de.z0rdak.yawp.util.text.messages.SubstituteTextContent
- All Implemented Interfaces:
net.minecraft.network.chat.ComponentContents
@Deprecated(since="Not used until YAWP is required on client-side",
forRemoval=false)
public class SubstituteTextContent
extends Object
implements net.minecraft.network.chat.ComponentContents
Deprecated.
-
Field Summary
Fields inherited from interface net.minecraft.network.chat.ComponentContents
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.final net.minecraft.network.chat.FormattedTextgetArg(int index) Deprecated.Object[]getArgs()Deprecated.Deprecated.inthashCode()Deprecated.net.minecraft.network.chat.MutableComponentresolve(@Nullable net.minecraft.commands.CommandSourceStack source, @Nullable net.minecraft.world.entity.Entity sender, int depth) Deprecated.toString()Deprecated.<T> Optional<T>visit(net.minecraft.network.chat.FormattedText.ContentConsumer<T> visitor) Deprecated.<T> Optional<T>visit(net.minecraft.network.chat.FormattedText.StyledContentConsumer<T> visitor, net.minecraft.network.chat.Style style) Deprecated.
-
Constructor Details
-
SubstituteTextContent
Deprecated.
-
-
Method Details
-
getArg
public final net.minecraft.network.chat.FormattedText getArg(int index) Deprecated. -
visit
public <T> Optional<T> visit(net.minecraft.network.chat.FormattedText.StyledContentConsumer<T> visitor, net.minecraft.network.chat.Style style) Deprecated.- Specified by:
visitin interfacenet.minecraft.network.chat.ComponentContents
-
visit
Deprecated.- Specified by:
visitin interfacenet.minecraft.network.chat.ComponentContents
-
resolve
public net.minecraft.network.chat.MutableComponent resolve(@Nullable @Nullable net.minecraft.commands.CommandSourceStack source, @Nullable @Nullable net.minecraft.world.entity.Entity sender, int depth) throws com.mojang.brigadier.exceptions.CommandSyntaxException Deprecated.- Specified by:
resolvein interfacenet.minecraft.network.chat.ComponentContents- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
getPattern
Deprecated. -
getArgs
Deprecated.
-