Class TideToasts.NewPageToast

java.lang.Object
com.li64.tide.client.gui.TideToasts.NewPageToast
All Implemented Interfaces:
net.minecraft.client.gui.components.toasts.Toast
Enclosing class:
TideToasts

public static class TideToasts.NewPageToast extends Object implements net.minecraft.client.gui.components.toasts.Toast
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.client.gui.components.toasts.Toast

    net.minecraft.client.gui.components.toasts.Toast.Visibility
  • Field Summary

    Fields inherited from interface net.minecraft.client.gui.components.toasts.Toast

    NO_TOKEN, SLOT_HEIGHT, TEXTURE
  • Constructor Summary

    Constructors
    Constructor
    Description
    NewPageToast(net.minecraft.network.chat.Component title, net.minecraft.network.chat.Component description, net.minecraft.world.item.ItemStack displayedItem)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.client.gui.components.toasts.Toast.Visibility
    render(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.components.toasts.ToastComponent component, long time)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.gui.components.toasts.Toast

    getToken, height, slotCount, width
  • Constructor Details

    • NewPageToast

      public NewPageToast(net.minecraft.network.chat.Component title, net.minecraft.network.chat.Component description, net.minecraft.world.item.ItemStack displayedItem)
  • Method Details

    • render

      public @NotNull net.minecraft.client.gui.components.toasts.Toast.Visibility render(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.components.toasts.ToastComponent component, long time)
      Specified by:
      render in interface net.minecraft.client.gui.components.toasts.Toast