Package net.minecraft.client.toast
Interface Toast
- All Known Implementing Classes:
AdvancementToast,RecipeToast,SystemToast,TutorialToast
@Environment(CLIENT)
public interface Toast
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classToast.Visibility -
Field Summary
Fields Modifier and Type Field Description static IdentifierTEXTUREstatic ObjectTYPE -
Method Summary
Modifier and Type Method Description Toast.Visibilitydraw(MatrixStack matrices, ToastManager manager, long startTime)default intgetHeight()default ObjectgetType()default intgetWidth()
-
Field Details
-
TEXTURE
-
TYPE
-
-
Method Details
-
draw
-
getType
-
getWidth
default int getWidth() -
getHeight
default int getHeight()
-