public abstract class MixinTitle extends Object implements IMixinTitle
Modifier and Type | Field and Description |
---|---|
protected boolean |
clear |
protected Optional<Integer> |
fadeIn |
protected Optional<Integer> |
fadeOut |
protected boolean |
reset |
protected Optional<Integer> |
stay |
protected Optional<org.spongepowered.api.text.Text> |
subtitle |
protected Optional<org.spongepowered.api.text.Text> |
title |
Constructor and Description |
---|
MixinTitle() |
protected Optional<org.spongepowered.api.text.Text> title
protected Optional<org.spongepowered.api.text.Text> subtitle
protected boolean clear
protected boolean reset
public void send(net.minecraft.entity.player.EntityPlayerMP player)
send
in interface IMixinTitle