Package net.minecraft.client.gui.toasts
Interface IToast
-
- All Known Implementing Classes:
AdvancementToast,RecipeToast,SystemToast,TutorialToast
public interface IToast
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIToast.Visibility
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ObjectNO_TOKENstatic ResourceLocationTEXTURE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.lang.ObjectgetToken()default intheight()IToast.Visibilityrender(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)default intwidth()
-
-
-
Field Detail
-
TEXTURE
static final ResourceLocation TEXTURE
-
NO_TOKEN
static final java.lang.Object NO_TOKEN
-
-
Method Detail
-
render
IToast.Visibility render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)
-
getToken
default java.lang.Object getToken()
-
width
default int width()
-
height
default int height()
-
-