static NetSharedChannelInput |
NetChannel.createNet2Any() |
Deprecated.
|
static NetSharedChannelInput |
NetChannelEnd.createNet2Any() |
Deprecated.
|
NetSharedChannelInput |
StandardNetChannelEndFactory.createNet2Any() |
Deprecated.
|
static <T> NetSharedChannelInput<T> |
NetChannel.net2any() |
Creates a new NetSharedChannelInput
|
static <T> NetSharedChannelInput<T> |
NetChannel.net2any(int immunityLevel) |
Creates a new NetSharedChannelInput with the given poison immunity level
|
static <T> NetSharedChannelInput<T> |
NetChannel.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode
messages
|
static <T> NetSharedChannelInput<T> |
NetChannel.net2any(NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages
|
static NetSharedChannelInput |
NetChannelEnd.net2any() |
Deprecated.
Creates a new NetSharedChannelInput
|
static NetSharedChannelInput |
NetChannelEnd.net2any(int immunityLevel) |
Deprecated.
Creates a new NetSharedChannelInput with the given poison immunity level
|
static NetSharedChannelInput |
NetChannelEnd.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter) |
Deprecated.
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode
messages
|
static NetSharedChannelInput |
NetChannelEnd.net2any(NetworkMessageFilter.FilterRx filter) |
Deprecated.
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.net2any() |
Creates a new NetSharedChannelInput
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.net2any(int immunityLevel) |
Creates a new NetSharedChannelInput with the given poison immunity level
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode
messages
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.net2any(NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.net2any() |
Creates a new NetSharedChannelInput
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.net2any(int immunityLevel) |
Creates a new NetSharedChannelInput with the given poison immunity level
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode
messages
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.net2any(NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages
|
static <T> NetSharedChannelInput<T> |
NetChannel.numberedNet2Any(int index) |
Creates a new NetSharedChannelInput with the given index
|
static <T> NetSharedChannelInput<T> |
NetChannel.numberedNet2Any(int index,
int immunityLevel) |
Creates a new NetSharedChannelInput with the given index and poison immunity level
|
static <T> NetSharedChannelInput<T> |
NetChannel.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter
to decode incoming messages.
|
static <T> NetSharedChannelInput<T> |
NetChannel.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages
|
static NetSharedChannelInput |
NetChannelEnd.numberedNet2Any(int index) |
Deprecated.
Creates a new NetSharedChannelInput with the given index
|
static NetSharedChannelInput |
NetChannelEnd.numberedNet2Any(int index,
int immunityLevel) |
Deprecated.
Creates a new NetSharedChannelInput with the given index and poison immunity level
|
static NetSharedChannelInput |
NetChannelEnd.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter) |
Deprecated.
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter
to decode incoming messages.
|
static NetSharedChannelInput |
NetChannelEnd.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter) |
Deprecated.
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.numberedNet2Any(int index) |
Creates a new NetSharedChannelInput with the given index
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.numberedNet2Any(int index,
int immunityLevel) |
Creates a new NetSharedChannelInput with the given index and poison immunity level
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter
to decode incoming messages.
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.numberedNet2Any(int index) |
Creates a new NetSharedChannelInput with the given index
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.numberedNet2Any(int index,
int immunityLevel) |
Creates a new NetSharedChannelInput with the given index and poison immunity level
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter
to decode incoming messages.
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter) |
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages
|