-
public final class HideOverlayActionEntity
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final StringcustomIdprivate final AnimationTypeoutroAnimationTypeprivate final LongoutroAnimationDuration
-
Constructor Summary
Constructors Constructor Description HideOverlayActionEntity(String id, String customId, AnimationType outroAnimationType, Long outroAnimationDuration)
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetCustomId()final AnimationTypegetOutroAnimationType()final LonggetOutroAnimationDuration()-
-
Constructor Detail
-
HideOverlayActionEntity
HideOverlayActionEntity(String id, String customId, AnimationType outroAnimationType, Long outroAnimationDuration)
-
-
Method Detail
-
getCustomId
final String getCustomId()
-
getOutroAnimationType
final AnimationType getOutroAnimationType()
-
getOutroAnimationDuration
final Long getOutroAnimationDuration()
-
-
-
-