public class TitlesS2CPacket
implements Packet<ClientPlayPacketHandler>
| hv | |
| net.minecraft.class_2585 | |
| net.minecraft.network.packet.s2c.play.TitlesS2CPacket | |
| net.minecraft.network.play.server.S45PacketTitle |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private TitlesS2CPacket$Type |
| ||||||||
| private Text |
| ||||||||
| private int |
| ||||||||
| private int |
| ||||||||
| private int |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | () |
| public | (TitlesS2CPacket$Type type, Text text) |
| public | (int fadeIn, int duration, int fadeOut) |
| public | (TitlesS2CPacket$Type type, Text text, int fadeIn, int duration, int fadeOut) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public void |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public TitlesS2CPacket$Type |
| ||||||||
| public Text |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public int |
|