Interface TextIcons


public interface TextIcons
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.network.chat.Component
     
    static final net.minecraft.network.chat.Style
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
    icon(net.minecraft.network.chat.MutableComponent character)
     
    static net.minecraft.network.chat.MutableComponent
    icons(String characters)
     
    static net.minecraft.network.chat.MutableComponent
    id()
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
    no()
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
    tag()
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
     
    static net.minecraft.network.chat.MutableComponent
    yes()
     
    static net.minecraft.network.chat.MutableComponent
    yes(boolean yes)
     
  • Field Details

    • FONT

      static final net.minecraft.resources.ResourceLocation FONT
    • STYLE

      static final net.minecraft.network.chat.Style STYLE
    • NAME

      static final net.minecraft.network.chat.Component NAME
    • ALL_ICONS

      static final String ALL_ICONS
      See Also:
  • Method Details

    • icon

      static net.minecraft.network.chat.MutableComponent icon(net.minecraft.network.chat.MutableComponent character)
    • icons

      static net.minecraft.network.chat.MutableComponent icons(String characters)
    • smallSpace

      static net.minecraft.network.chat.MutableComponent smallSpace()
    • error

      static net.minecraft.network.chat.MutableComponent error()
    • plus

      static net.minecraft.network.chat.MutableComponent plus()
    • minus

      static net.minecraft.network.chat.MutableComponent minus()
    • tilde

      static net.minecraft.network.chat.MutableComponent tilde()
    • crafting

      static net.minecraft.network.chat.MutableComponent crafting()
    • blockTagIcon

      static net.minecraft.network.chat.MutableComponent blockTagIcon()
    • copy

      static net.minecraft.network.chat.MutableComponent copy()
    • id

      static net.minecraft.network.chat.MutableComponent id()
    • entityTypeTag

      static net.minecraft.network.chat.MutableComponent entityTypeTag()
    • fluidTag

      static net.minecraft.network.chat.MutableComponent fluidTag()
    • info

      static net.minecraft.network.chat.MutableComponent info()
    • itemTag

      static net.minecraft.network.chat.MutableComponent itemTag()
    • logo

      static net.minecraft.network.chat.MutableComponent logo()
    • camera

      static net.minecraft.network.chat.MutableComponent camera()
    • no

      static net.minecraft.network.chat.MutableComponent no()
    • prototypeComponent

      static net.minecraft.network.chat.MutableComponent prototypeComponent()
    • patchedComponent

      static net.minecraft.network.chat.MutableComponent patchedComponent()
    • fire

      static net.minecraft.network.chat.MutableComponent fire()
    • tag

      static net.minecraft.network.chat.MutableComponent tag()
    • vscode

      static net.minecraft.network.chat.MutableComponent vscode()
    • warn

      static net.minecraft.network.chat.MutableComponent warn()
    • yes

      static net.minecraft.network.chat.MutableComponent yes()
    • yes

      static net.minecraft.network.chat.MutableComponent yes(boolean yes)