Class FishCaughtToast

java.lang.Object
com.wdiscute.starcatcher.guide.FishCaughtToast
All Implemented Interfaces:
net.minecraft.client.gui.components.toasts.Toast

public class FishCaughtToast 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    net.minecraft.client.gui.components.toasts.Toast.Visibility
    render(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.components.toasts.ToastComponent toastComponent, long timeSinceLastVisible)
     
    int
     

    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, slotCount
  • Constructor Details

  • Method Details

    • width

      public int width()
      Specified by:
      width in interface net.minecraft.client.gui.components.toasts.Toast
    • height

      public int height()
      Specified by:
      height in interface net.minecraft.client.gui.components.toasts.Toast
    • render

      public net.minecraft.client.gui.components.toasts.Toast.Visibility render(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.components.toasts.ToastComponent toastComponent, long timeSinceLastVisible)
      Specified by:
      render in interface net.minecraft.client.gui.components.toasts.Toast