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 class
IToast.Visibility
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Object
NO_TOKEN
static ResourceLocation
TEXTURE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.lang.Object
getToken()
default int
height()
IToast.Visibility
render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)
default int
width()
-
-
-
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()
-
-