mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-01 11:26:56 +00:00
@ -50,4 +50,11 @@ public class CommandArgument {
|
||||
return sender;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return 命令发送者(自动转换)
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
public <CS> CS getSenderEx() {
|
||||
return (CS) sender;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user