Package net.minecraft.client.toast
Interface Toast
- All Known Implementing Classes:
- AdvancementToast,- RecipeToast,- SystemToast,- TutorialToast
- Mappings:
- Namespace - Name - named - net/minecraft/client/toast/Toast- intermediary - net/minecraft/class_368- official - fre
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionvoiddraw(DrawContext context, TextRenderer textRenderer, long startTime) default intdefault intdefault ObjectgetType()default intgetWidth()voidupdate(ToastManager manager, long time) 
- 
Field Details- 
TYPE- Mappings:
- Namespace - Name - Mixin selector - named - TYPE- Lnet/minecraft/client/toast/Toast;TYPE:Ljava/lang/Object;- intermediary - field_2208- Lnet/minecraft/class_368;field_2208:Ljava/lang/Object;- official - b- Lfre;b:Ljava/lang/Object;
 
- 
BASE_WIDTHstatic final int BASE_WIDTH- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - BASE_WIDTH- Lnet/minecraft/client/toast/Toast;BASE_WIDTH:I- intermediary - field_52785- Lnet/minecraft/class_368;field_52785:I- official - c- Lfre;c:I
 
- 
BASE_HEIGHTstatic final int BASE_HEIGHT- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - BASE_HEIGHT- Lnet/minecraft/client/toast/Toast;BASE_HEIGHT:I- intermediary - field_39928- Lnet/minecraft/class_368;field_39928:I- official - d- Lfre;d:I
 
 
- 
- 
Method Details- 
getVisibilityToast.Visibility getVisibility()- Mappings:
- Namespace - Name - Mixin selector - named - getVisibility- Lnet/minecraft/client/toast/Toast;getVisibility()Lnet/minecraft/client/toast/Toast$Visibility;- intermediary - method_61988- Lnet/minecraft/class_368;method_61988()Lnet/minecraft/class_368$class_369;- official - a- Lfre;a()Lfre$a;
 
- 
update- Mappings:
- Namespace - Name - Mixin selector - named - update- Lnet/minecraft/client/toast/Toast;update(Lnet/minecraft/client/toast/ToastManager;J)V- intermediary - method_61989- Lnet/minecraft/class_368;method_61989(Lnet/minecraft/class_374;J)V- official - a- Lfre;a(Lfrf;J)V
 
- 
draw- Mappings:
- Namespace - Name - Mixin selector - named - draw- Lnet/minecraft/client/toast/Toast;draw(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/font/TextRenderer;J)V- intermediary - method_1986- Lnet/minecraft/class_368;method_1986(Lnet/minecraft/class_332;Lnet/minecraft/class_327;J)V- official - a- Lfre;a(Lfof;Lfod;J)V
 
- 
getType- Mappings:
- Namespace - Name - Mixin selector - named - getType- Lnet/minecraft/client/toast/Toast;getType()Ljava/lang/Object;- intermediary - method_1987- Lnet/minecraft/class_368;method_1987()Ljava/lang/Object;- official - f- Lfre;f()Ljava/lang/Object;
 
- 
getWidthdefault int getWidth()- Mappings:
- Namespace - Name - Mixin selector - named - getWidth- Lnet/minecraft/client/toast/Toast;getWidth()I- intermediary - method_29049- Lnet/minecraft/class_368;method_29049()I- official - b- Lfre;b()I
 
- 
getHeightdefault int getHeight()- Mappings:
- Namespace - Name - Mixin selector - named - getHeight- Lnet/minecraft/client/toast/Toast;getHeight()I- intermediary - method_29050- Lnet/minecraft/class_368;method_29050()I- official - c- Lfre;c()I
 
- 
getRequiredSpaceCountdefault int getRequiredSpaceCount()- Mappings:
- Namespace - Name - Mixin selector - named - getRequiredSpaceCount- Lnet/minecraft/client/toast/Toast;getRequiredSpaceCount()I- intermediary - method_45072- Lnet/minecraft/class_368;method_45072()I- official - g- Lfre;g()I
 
 
-