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 -
Method Summary
Modifier and TypeMethodDescriptionvoidextractRenderState(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, net.minecraft.client.gui.Font font, long fullyVisibleForMs) net.minecraft.client.gui.components.toasts.Toast.Visibilityintheight()voidupdate(net.minecraft.client.gui.components.toasts.ToastManager manager, long fullyVisibleForMs) intwidth()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.toasts.Toast
getSoundEvent, getToken, occcupiedSlotCount, onFinishedRendering, xPos, yPos
-
Constructor Details
-
FishCaughtToast
-
-
Method Details
-
width
public int width()- Specified by:
widthin interfacenet.minecraft.client.gui.components.toasts.Toast
-
height
public int height()- Specified by:
heightin interfacenet.minecraft.client.gui.components.toasts.Toast
-
getWantedVisibility
public net.minecraft.client.gui.components.toasts.Toast.Visibility getWantedVisibility()- Specified by:
getWantedVisibilityin interfacenet.minecraft.client.gui.components.toasts.Toast
-
update
public void update(net.minecraft.client.gui.components.toasts.ToastManager manager, long fullyVisibleForMs) - Specified by:
updatein interfacenet.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:
extractRenderStatein interfacenet.minecraft.client.gui.components.toasts.Toast
-