Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
[Change] 将数据包 PacketPlayOutChat 的花式消息构造函数添加过期, 未来将会删除
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonLake committed Jul 15, 2017
1 parent 58d19ea commit ba60975
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* <h1>PacketPlayOutChat</h1>
* 数据包输出聊天消息(详细doc待补充...)
*
* @version 2.0
* @version 2.0.1
* @author Month_Light
* @see Packet
* @see PacketPlayOut
Expand Down Expand Up @@ -93,7 +93,9 @@ public PacketPlayOutChat(String message) {
* 数据包输出聊天消息构造函数
*
* @param fancyMessage 花式消息
* @deprecated 已过时, 将于 v2.0 删除. 请使用 {@link #PacketPlayOutChat(ChatComponent)}
*/
@Deprecated
public PacketPlayOutChat(FancyMessage fancyMessage) {

this.message = new SimpleStringProperty(fancyMessage.toJsonString());
Expand Down

0 comments on commit ba60975

Please sign in to comment.