@FunctionalInterface
public static interface ConfiguredTitle.TitleConsumer
void send(@NotNull
@NotNull org.bukkit.entity.Player player,
@Range(from=0L,to=2147483647L) int fadeIn,
@Range(from=0L,to=2147483647L) int stay,
@Range(from=0L,to=2147483647L) int fadeOut,
@NotNull
@NotNull java.lang.String line1,
@NotNull
@NotNull java.lang.String line2)
player - 目标玩家fadeIn - 淡入时间 (ticks)stay - 保留时间 (ticks)fadeOut - 淡出时间 (ticks)line1 - 第一行文字line2 - 第二行文字Copyright © 2024. All rights reserved.