接口 Toast
- 所有已知实现类:
AdvancementToast
,RecipeToast
,SystemToast
,TutorialToast
public interface Toast
-
嵌套类概要
嵌套类 -
字段概要
字段 -
方法概要
修饰符和类型方法说明default Object
getToken()
default int
height()
render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) default int
default int
width()
-
字段详细资料
-
TEXTURE
-
NO_TOKEN
-
SLOT_HEIGHT
static final int SLOT_HEIGHT- 另请参阅:
-
-
方法详细资料
-
render
Toast.Visibility render(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) -
getToken
-
width
default int width() -
height
default int height() -
slotCount
default int slotCount()
-