메소드 | 설명 | |
---|---|---|
Message ( [ |
Broadcasts a message.
|
|
Message ( [ |
Broadcasts a message.
|
|
MessagePrefixed ( [ |
Broadcasts a message, prefixing wrapped lines.
|
|
Send ( [ |
Broadcasts a packet with normal priority.
|
|
Send ( [ |
Broadcasts a packet with normal priority.
|
|
SendLowPriority ( [ |
Broadcasts a packet with low priority.
|
|
SendLowPriority ( [ |
Broadcasts a packet with low priority.
|
메소드 | 설명 | |
---|---|---|
Can ( [ |
||
Can ( [ |
||
CanBeSeen ( [ |
||
CanSee ( [ |
||
Cant ( [ |
||
Cant ( [ |
||
CantBeSeen ( [ |
||
CantSee ( [ |
||
Except ( [ |
||
FromIP ( [ |
||
IgnoredBy ( [ |
||
Ignoring ( [ |
||
InWorld ( [ |
||
MessageAlt ( [ |
||
MessageWoMAlert ( [ |
||
NotFromIP ( [ |
||
NotIgnoredBy ( [ |
||
NotIgnoring ( [ |
||
NotInWorld ( [ |
||
NotRanked ( [ |
||
NotRanked ( this |
||
NotSpectating ( [ |
||
Ranked ( [ |
||
Ranked ( this |
||
RankedAbove ( [ |
||
RankedAbove ( this |
||
RankedAtLeast ( [ |
||
RankedAtLeast ( this |
||
RankedAtMost ( [ |
||
RankedAtMost ( this |
||
RankedBelow ( [ |
||
RankedBelow ( this |
||
Spectating ( [ |
||
Union ( [ |
public static Message ( [ |
||
source | [ |
List of players who will receive the message. |
message | [ | String/message to send. |
리턴 | int |
public static Message ( [ |
||
source | [ |
List of players who will receive the message. |
except | [ | Player to exclude from the recepient list. |
message | [ | String/message to send. |
리턴 | int |
public static MessagePrefixed ( [ |
||
source | [ |
List of players who will receive the message. |
prefix | [ | Prefix to prepend to prepend to each line after the 1st, /// if any line-wrapping occurs. Does NOT get prepended to first line. |
message | [ | String/message to send. |
리턴 | int |
public static Send ( [ |
||
source | [ |
List of players who will receive the packet. |
packet | Packet | Packet to send. |
리턴 | int |
public static Send ( [ |
||
source | [ |
List of players who will receive the packet. |
except | [ | Player to exclude from the recepient list. |
packet | Packet | Packet to send. |
리턴 | int |
public static SendLowPriority ( [ |
||
source | [ |
List of players who will receive the packet. |
packet | Packet | Packet to send. |
리턴 | int |
public static SendLowPriority ( [ |
||
source | [ |
List of players who will receive the packet. |
except | [ | Player to exclude from the recepient list. |
packet | Packet | Packet to send. |
리턴 | int |