net.minecraft.network.packet.s2c.play

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 TypeField
private TitlesS2CPacket$Type
a
field_11678
type
type
private Text
b
field_11679
text
message
private int
c
field_11680
fadeIn
fadeInTime
private int
d
field_11681
duration
displayTime
private int
e
field_11682
fadeOut
fadeOutTime

Constructor summary

ModifierConstructor
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 TypeMethod
public void
a(em arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(em arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fj arg0)
method_10686(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public TitlesS2CPacket$Type
a()
method_10685()
getType()
getType()
public Text
b()
method_10687()
getText()
getMessage()
public int
c()
method_10688()
getFadeIn()
getFadeInTime()
public int
d()
method_10689()
getDuration()
getDisplayTime()
public int
e()
method_10690()
getFadeOut()
getFadeOutTime()