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

    DEFAULT_WIDTH, NO_TOKEN, SLOT_HEIGHT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    extractRenderState(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, net.minecraft.client.gui.Font font, long fullyVisibleForMs)
     
    net.minecraft.client.gui.components.toasts.Toast.Visibility
     
    int
     
    void
    update(net.minecraft.client.gui.components.toasts.ToastManager manager, long fullyVisibleForMs)
     
    int
     

    Methods inherited from class Object

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

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

    getSoundEvent, getToken, occcupiedSlotCount, onFinishedRendering, xPos, yPos
  • 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
    • getWantedVisibility

      public net.minecraft.client.gui.components.toasts.Toast.Visibility getWantedVisibility()
      Specified by:
      getWantedVisibility in interface net.minecraft.client.gui.components.toasts.Toast
    • update

      public void update(net.minecraft.client.gui.components.toasts.ToastManager manager, long fullyVisibleForMs)
      Specified by:
      update in interface net.minecraft.client.gui.components.toasts.Toast
    • extractRenderState

      public void extractRenderState(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, net.minecraft.client.gui.Font font, long fullyVisibleForMs)
      Specified by:
      extractRenderState in interface net.minecraft.client.gui.components.toasts.Toast