Class SCustomPayloadLoginPacket
- java.lang.Object
-
- net.minecraft.network.login.server.SCustomPayloadLoginPacket
-
- All Implemented Interfaces:
IPacket<IClientLoginNetHandler>
,ICustomPacket<SCustomPayloadLoginPacket>
public class SCustomPayloadLoginPacket extends java.lang.Object implements IPacket<IClientLoginNetHandler>, ICustomPacket<SCustomPayloadLoginPacket>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraftforge.fml.network.ICustomPacket
ICustomPacket.Fields
-
-
Field Summary
Fields Modifier and Type Field Description private PacketBuffer
data
private ResourceLocation
identifier
private int
transactionId
-
Constructor Summary
Constructors Constructor Description SCustomPayloadLoginPacket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getTransactionId()
void
handle(IClientLoginNetHandler p_148833_1_)
void
read(PacketBuffer p_148837_1_)
void
write(PacketBuffer p_148840_1_)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraftforge.fml.network.ICustomPacket
getDirection, getIndex, getInternalData, getName, getThis, setData, setIndex, setName
-
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
-
-
-
Field Detail
-
transactionId
private int transactionId
-
identifier
private ResourceLocation identifier
-
data
private PacketBuffer data
-
-
Method Detail
-
read
public void read(PacketBuffer p_148837_1_) throws java.io.IOException
- Specified by:
read
in interfaceIPacket<IClientLoginNetHandler>
- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
write
in interfaceIPacket<IClientLoginNetHandler>
- Throws:
java.io.IOException
-
handle
public void handle(IClientLoginNetHandler p_148833_1_)
- Specified by:
handle
in interfaceIPacket<IClientLoginNetHandler>
-
getTransactionId
public int getTransactionId()
-
-