Class ExpandComponent
java.lang.Object
com.blamejared.crafttweaker.natives.text.ExpandComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.network.chat.MutableComponentcopy(net.minecraft.network.chat.Component internal) static StringgetContents(net.minecraft.network.chat.Component internal) static List<net.minecraft.network.chat.Component>getSiblings(net.minecraft.network.chat.Component internal) static StringgetString(net.minecraft.network.chat.Component internal, int maxLength) static net.minecraft.network.chat.StylegetStyle(net.minecraft.network.chat.Component internal) static net.minecraft.network.chat.MutableComponentplainCopy(net.minecraft.network.chat.Component internal)
-
Constructor Details
-
ExpandComponent
public ExpandComponent()
-
-
Method Details
-
getStyle
public static net.minecraft.network.chat.Style getStyle(net.minecraft.network.chat.Component internal) -
getContents
-
getString
-
getSiblings
public static List<net.minecraft.network.chat.Component> getSiblings(net.minecraft.network.chat.Component internal) -
plainCopy
public static net.minecraft.network.chat.MutableComponent plainCopy(net.minecraft.network.chat.Component internal) -
copy
public static net.minecraft.network.chat.MutableComponent copy(net.minecraft.network.chat.Component internal)
-