Class ExpandCommonComponents
java.lang.Object
com.blamejared.crafttweaker.natives.text.content.ExpandCommonComponents
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Componentstatic final net.minecraft.network.chat.Component -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.network.chat.MutableComponentdays(long days) static net.minecraft.network.chat.MutableComponenthours(long hours) static net.minecraft.network.chat.MutableComponentjoinForNarration(net.minecraft.network.chat.Component... components) static net.minecraft.network.chat.ComponentjoinLines(Collection<? extends net.minecraft.network.chat.Component> components) static net.minecraft.network.chat.ComponentjoinLines(net.minecraft.network.chat.Component... components) static net.minecraft.network.chat.MutableComponentminutes(long minutes) static net.minecraft.network.chat.MutableComponentoptionNameValue(net.minecraft.network.chat.Component option, net.minecraft.network.chat.Component value) static net.minecraft.network.chat.ComponentoptionStatus(boolean status) static net.minecraft.network.chat.MutableComponentoptionStatus(net.minecraft.network.chat.Component option, boolean status) static net.minecraft.network.chat.MutableComponentspace()
-
Field Details
-
EMPTY
public static final net.minecraft.network.chat.Component EMPTY -
OPTION_ON
public static final net.minecraft.network.chat.Component OPTION_ON -
OPTION_OFF
public static final net.minecraft.network.chat.Component OPTION_OFF -
GUI_DONE
public static final net.minecraft.network.chat.Component GUI_DONE -
GUI_CANCEL
public static final net.minecraft.network.chat.Component GUI_CANCEL -
GUI_YES
public static final net.minecraft.network.chat.Component GUI_YES -
GUI_NO
public static final net.minecraft.network.chat.Component GUI_NO -
GUI_OK
public static final net.minecraft.network.chat.Component GUI_OK -
GUI_PROCEED
public static final net.minecraft.network.chat.Component GUI_PROCEED -
GUI_CONTINUE
public static final net.minecraft.network.chat.Component GUI_CONTINUE -
GUI_BACK
public static final net.minecraft.network.chat.Component GUI_BACK -
GUI_TO_TITLE
public static final net.minecraft.network.chat.Component GUI_TO_TITLE -
GUI_ACKNOWLEDGE
public static final net.minecraft.network.chat.Component GUI_ACKNOWLEDGE -
GUI_OPEN_IN_BROWSER
public static final net.minecraft.network.chat.Component GUI_OPEN_IN_BROWSER -
GUI_COPY_LINK_TO_CLIPBOARD
public static final net.minecraft.network.chat.Component GUI_COPY_LINK_TO_CLIPBOARD -
GUI_DISCONNECT
public static final net.minecraft.network.chat.Component GUI_DISCONNECT -
CONNECT_FAILED
public static final net.minecraft.network.chat.Component CONNECT_FAILED -
NEW_LINE
public static final net.minecraft.network.chat.Component NEW_LINE -
NARRATION_SEPARATOR
public static final net.minecraft.network.chat.Component NARRATION_SEPARATOR -
ELLIPSIS
public static final net.minecraft.network.chat.Component ELLIPSIS -
SPACE
public static final net.minecraft.network.chat.Component SPACE
-
-
Constructor Details
-
ExpandCommonComponents
public ExpandCommonComponents()
-
-
Method Details
-
space
public static net.minecraft.network.chat.MutableComponent space() -
days
public static net.minecraft.network.chat.MutableComponent days(long days) -
hours
public static net.minecraft.network.chat.MutableComponent hours(long hours) -
minutes
public static net.minecraft.network.chat.MutableComponent minutes(long minutes) -
optionStatus
public static net.minecraft.network.chat.Component optionStatus(boolean status) -
optionStatus
public static net.minecraft.network.chat.MutableComponent optionStatus(net.minecraft.network.chat.Component option, boolean status) -
optionNameValue
public static net.minecraft.network.chat.MutableComponent optionNameValue(net.minecraft.network.chat.Component option, net.minecraft.network.chat.Component value) -
joinForNarration
public static net.minecraft.network.chat.MutableComponent joinForNarration(net.minecraft.network.chat.Component... components) -
joinLines
public static net.minecraft.network.chat.Component joinLines(net.minecraft.network.chat.Component... components) -
joinLines
public static net.minecraft.network.chat.Component joinLines(Collection<? extends net.minecraft.network.chat.Component> components)
-