Class TitleHelper

java.lang.Object
com.pixelmonmod.tcg.api.util.helper.TitleHelper

public class TitleHelper extends Object
Created by Hy on 5/17/2016.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    showTitle(net.minecraft.network.chat.Component content, net.minecraft.server.level.ServerPlayer player)
     
    static void
    showTitle(net.minecraft.network.chat.Component content, net.minecraft.server.level.ServerPlayer player, int fadeInTime, int displayTime, int fadeOutTime)
     

    Methods inherited from class java.lang.Object

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

    • TitleHelper

      public TitleHelper()
  • Method Details

    • showTitle

      public static void showTitle(net.minecraft.network.chat.Component content, net.minecraft.server.level.ServerPlayer player)
    • showTitle

      public static void showTitle(net.minecraft.network.chat.Component content, net.minecraft.server.level.ServerPlayer player, int fadeInTime, int displayTime, int fadeOutTime)