action bar
Action Bar Events¶
Action Bar¶
- Description: Action bar message received
-
Parameters:
-
message:Message- The message - Usage:
Title Set Title¶
- Description: Title text set
-
Parameters:
-
text:str- Title text - Usage:
Title Set Subtitle¶
- Description: Subtitle text set
-
Parameters:
-
text:str- Subtitle text - Usage:
Title Set Action Bar¶
- Description: Action bar text set
-
Parameters:
-
text:str- Action bar text - Usage:
Title Set Times¶
- Description: Title times set
-
Parameters:
-
fade_in:int- Fade-in time (ticks) stay:int- Stay time (ticks)fade_out:int- Fade-out time (ticks)- Usage:
Python
@client.event
async def on_title_set_times(fade_in: int, stay: int, fade_out: int) -> None:
...
Title Hide¶
- Description: Title hidden
- Usage:
Title Reset¶
- Description: Title reset
- Usage: