Class PacketPlayerApplyEnterMpResultNotify
java.lang.Object
emu.grasscutter.net.packet.BasePacket
emu.grasscutter.server.packet.send.PacketPlayerApplyEnterMpResultNotify
-
Field Summary
Fields inherited from class emu.grasscutter.net.packet.BasePacket
shouldEncrypt -
Constructor Summary
ConstructorsConstructorDescriptionPacketPlayerApplyEnterMpResultNotify(int targetId, String targetName, boolean isAgreed, emu.grasscutter.net.proto.PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason reason) PacketPlayerApplyEnterMpResultNotify(Player target, boolean isAgreed, emu.grasscutter.net.proto.PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason reason) -
Method Summary
Methods inherited from class emu.grasscutter.net.packet.BasePacket
build, buildHeader, getData, getHeader, getOpcode, setData, setData, setData, setHeader, setOpcode, setUseDispatchKey, shouldBuildHeader, useDispatchKey, writeBytes, writeUint16, writeUint32
-
Constructor Details
-
PacketPlayerApplyEnterMpResultNotify
public PacketPlayerApplyEnterMpResultNotify(Player target, boolean isAgreed, emu.grasscutter.net.proto.PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason reason) -
PacketPlayerApplyEnterMpResultNotify
public PacketPlayerApplyEnterMpResultNotify(int targetId, String targetName, boolean isAgreed, emu.grasscutter.net.proto.PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Reason reason)
-