final class ChannelData
extends java.lang.Object
NetChannelInput
,
NetChannelOutput
Modifier and Type | Field and Description |
---|---|
(package private) ChannelInput |
fromChannel
The other end of the toChannel.
|
(package private) int |
immunityLevel
Indicates the immunity level to poison this channel has
|
(package private) int |
poisonLevel
Indicates the level of poison that has been placed on the channel, if relevant.
|
(package private) byte |
state
The current state of the channel.
|
(package private) ChannelOutput |
toChannel
The channel output used to connect to the network channel object.
|
(package private) int |
vcn
The virtual channel number.
|
Constructor and Description |
---|
ChannelData() |
int vcn
byte state
ChannelOutput toChannel
int poisonLevel
int immunityLevel
ChannelInput fromChannel