Class Texts

java.lang.Object
net.dillon.dillonlib.util.Texts

public class Texts extends Object
Common texts that can be used throughout your mod.
Since:
1.0
  • 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
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BLANK

      public static final net.minecraft.network.chat.Component BLANK
    • ON

      public static final net.minecraft.network.chat.Component ON
    • OFF

      public static final net.minecraft.network.chat.Component OFF
    • YES

      public static final net.minecraft.network.chat.Component YES
    • NO

      public static final net.minecraft.network.chat.Component NO
    • LETS_GO

      public static final net.minecraft.network.chat.Component LETS_GO
    • BACK

      public static final net.minecraft.network.chat.Component BACK
    • NEXT

      public static final net.minecraft.network.chat.Component NEXT
    • OK

      public static final net.minecraft.network.chat.Component OK
  • Constructor Details

    • Texts

      public Texts()