Class ExpandCommonComponents

java.lang.Object
com.blamejared.crafttweaker.natives.text.content.ExpandCommonComponents

@ZenRegister public class ExpandCommonComponents extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Component
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.network.chat.MutableComponent
    days(long days)
     
    static net.minecraft.network.chat.MutableComponent
    hours(long hours)
     
    static net.minecraft.network.chat.MutableComponent
    joinForNarration(net.minecraft.network.chat.Component... components)
     
    static net.minecraft.network.chat.Component
    joinLines(Collection<? extends net.minecraft.network.chat.Component> components)
     
    static net.minecraft.network.chat.Component
    joinLines(net.minecraft.network.chat.Component... components)
     
    static net.minecraft.network.chat.MutableComponent
    minutes(long minutes)
     
    static net.minecraft.network.chat.MutableComponent
    optionNameValue(net.minecraft.network.chat.Component option, net.minecraft.network.chat.Component value)
     
    static net.minecraft.network.chat.Component
    optionStatus(boolean status)
     
    static net.minecraft.network.chat.MutableComponent
    optionStatus(net.minecraft.network.chat.Component option, boolean status)
     
    static net.minecraft.network.chat.MutableComponent
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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_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)