Package net.md_5.bungee.protocol.packet
Class ShowDialogDirect
- java.lang.Object
-
- net.md_5.bungee.protocol.DefinedPacket
-
- net.md_5.bungee.protocol.packet.ShowDialog
-
- net.md_5.bungee.protocol.packet.ShowDialogDirect
-
public class ShowDialogDirect extends ShowDialog
-
-
Field Summary
-
Fields inherited from class net.md_5.bungee.protocol.packet.ShowDialog
dialog
-
Fields inherited from class net.md_5.bungee.protocol.DefinedPacket
PROCESS_TRACES
-
-
Constructor Summary
Constructors Constructor Description ShowDialogDirect()ShowDialogDirect(net.md_5.bungee.api.dialog.Dialog dialog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)voidhandle(AbstractPacketHandler handler)inthashCode()voidread(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion)StringtoString()voidwrite(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion)-
Methods inherited from class net.md_5.bungee.protocol.packet.ShowDialog
getDialog, readDialog, setDialog, writeDialog
-
Methods inherited from class net.md_5.bungee.protocol.DefinedPacket
expectedMaxLength, expectedMinLength, nextProtocol, read, read, readArray, readArray, readBaseComponent, readBaseComponent, readComponentStyle, readEitherBaseComponent, readEnumSet, readFixedBitSet, readNullable, readNumberFormat, readProperties, readPublicKey, readString, readString, readStringArray, readStringMapKey, readTag, readUUID, readVarInt, readVarInt, readVarIntArray, readVarShort, setVarInt, toArray, write, write, writeArray, writeBaseComponent, writeComponentStyle, writeEitherBaseComponent, writeEnumSet, writeFixedBitSet, writeNullable, writeNumberFormat, writeProperties, writePublicKey, writeString, writeString, writeStringArray, writeTag, writeUUID, writeVarInt, writeVarShort
-
-
-
-
Method Detail
-
read
public void read(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion)- Overrides:
readin classShowDialog
-
write
public void write(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion)- Overrides:
writein classShowDialog
-
handle
public void handle(AbstractPacketHandler handler) throws Exception
- Overrides:
handlein classShowDialog- Throws:
Exception
-
toString
public String toString()
- Overrides:
toStringin classShowDialog
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classShowDialog
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classShowDialog
-
hashCode
public int hashCode()
- Overrides:
hashCodein classShowDialog
-
-