Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

AbstractPacketStructure - Interface in org.projectnyx.network.xml
 
acceptSession(SessionHandler) - Method in class org.projectnyx.network.mcpe.McpeProtocol
 
acceptSession(SessionHandler) - Method in class org.projectnyx.network.Protocol
 
ACK - Static variable in class org.projectnyx.network.mcpe.raknet.raknet.SentAckNack
 
ACK - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
add(ByteBuffer) - Method in class org.projectnyx.network.ext.udp.UdpInitStack
 
addAttribute(String, String) - Method in class org.projectnyx.config.ConfigElement
 
addDatum(long, boolean) - Method in class org.projectnyx.network.mcpe.PingStats
 
addElement(ConfigElement) - Method in class org.projectnyx.config.ConfigElement
 
AddEntityPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
AddItemEntityPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
AddItemPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
AddPaintingPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
AddPlayerPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
address - Variable in class org.projectnyx.network.mcpe.raknet.data.ClientHandshake
 
address - Variable in class org.projectnyx.network.mcpe.raknet.data.ServerHandshake
 
address - Variable in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply2
 
addSelf() - Method in class org.projectnyx.ticker.Task
 
addShutdownTask(Runnable) - Method in class org.projectnyx.Nyx
Adds a Runnable task that will be run after the last server tick is completed.
addTask(int, int, Runnable) - Method in class org.projectnyx.ticker.Ticker
 
addTask(Task) - Method in class org.projectnyx.ticker.Ticker
 
adoptSession(SessionHandler) - Method in class org.projectnyx.network.NetworkManager
Requires a protocol to adopt this session.
AdventureSettingsPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
AnimatePacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
APPARENT_PROTOCOL_MAJOR - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
APPARENT_PROTOCOL_MINOR - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
APPARENT_VERSION - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
asHTML(CommandIssuer) - Method in interface org.projectnyx.command.UIText
Returns an HTML-encoded text for a specific command issuer.
attachClient(Client) - Method in class org.projectnyx.player.Player
Attach a client to this player

B

BatchPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
binaryLength() - Method in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
BlockEntityDataPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
BlockEventPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
buffer - Variable in class org.projectnyx.network.ByteBufferReader
 
buffer - Variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
build() - Method in class org.projectnyx.Nyx.NyxBuilder
 
builder() - Static method in class org.projectnyx.Nyx
 
ByteBufferReader - Class in org.projectnyx.network
 
ByteBufferReader() - Constructor for class org.projectnyx.network.ByteBufferReader
 

C

canEqual(Object) - Method in class org.projectnyx.network.QueryResponse
 
canEqual(Object) - Method in class org.projectnyx.player.PlayerIdentifier
 
ChangeDimensionPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
ChunkRadiusUpdatedPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
Client - Class in org.projectnyx.network
An object
Client() - Constructor for class org.projectnyx.network.Client
 
Client.CloseReason - Enum in org.projectnyx.network
 
ClientboundMapItemDataPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
ClientConnect - Class in org.projectnyx.network.mcpe.raknet.data
 
ClientConnect(ByteBuffer) - Constructor for class org.projectnyx.network.mcpe.raknet.data.ClientConnect
 
ClientDisconnect - Class in org.projectnyx.network.mcpe.raknet.data
 
ClientDisconnect() - Constructor for class org.projectnyx.network.mcpe.raknet.data.ClientDisconnect
 
ClientHandshake - Class in org.projectnyx.network.mcpe.raknet.data
 
ClientHandshake(ByteBuffer) - Constructor for class org.projectnyx.network.mcpe.raknet.data.ClientHandshake
 
clientId - Variable in class org.projectnyx.network.mcpe.raknet.data.ClientConnect
 
ClientToServerHandshakePacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
close(Client.CloseReason) - Method in class org.projectnyx.network.Client
 
close() - Method in class org.projectnyx.network.ext.SessionHandler
 
close() - Method in class org.projectnyx.network.ext.SharedServerSocket
 
close() - Method in class org.projectnyx.network.ext.udp.SharedUdpServerSocket
 
close() - Method in class org.projectnyx.network.ext.udp.UdpSessionHandler
 
close(Client.CloseReason) - Method in class org.projectnyx.network.mcpe.McpeClient
 
Command - Class in org.projectnyx.command
Parent class for all commands.
Command(String) - Constructor for class org.projectnyx.command.Command
 
Command(String, String, String) - Constructor for class org.projectnyx.command.Command
 
Command(String, UIText, UIText) - Constructor for class org.projectnyx.command.Command
 
CommandIssuer - Interface in org.projectnyx.command
 
CommandManager - Class in org.projectnyx.command
 
CommandManager() - Constructor for class org.projectnyx.command.CommandManager
 
computeClassName(String, String) - Static method in class org.projectnyx.config.ConfigParser
 
condition - Variable in class org.projectnyx.network.xml.PacketField
 
ConfigElement - Class in org.projectnyx.config
Superclass for all config element tags.
ConfigElement() - Constructor for class org.projectnyx.config.ConfigElement
 
ConfigParser - Class in org.projectnyx.config
The class for parsing a Nyx-style XML config file.
ConfigParser(File) - Constructor for class org.projectnyx.config.ConfigParser
Creates a parser on a Nyx-style XML config file.
ConfigParser(InputStream) - Constructor for class org.projectnyx.config.ConfigParser
Creates a parser that reads a Nyx-style XML config from an InputStream
ConfigParser(Reader) - Constructor for class org.projectnyx.config.ConfigParser
Creates a parser that reads a Nyx-style XML config from a Reader
ConsoleReader - Class in org.projectnyx.command
This Thread listens for the console input from System.in.
ConsoleReader() - Constructor for class org.projectnyx.command.ConsoleReader
 
ContainerClosePacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
ContainerOpenPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
ContainerSetContentPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
ContainerSetDataPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
ContainerSetSlotPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
CraftingDataPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
CraftingEventPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
create() - Method in class org.projectnyx.network.ext.SharedServerSocket.Identifier
 

D

DATA_CLIENT_CONENCT - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
DATA_CLIENT_DISCONNECT - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
DATA_CLIENT_HANDSHAKE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
DATA_MCPE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
DATA_PACKET_MAX - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
DATA_PACKET_MIN - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
DATA_PING - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
DATA_PONG - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
DATA_SERVER_HANDSHAKE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
dataPath(File) - Method in class org.projectnyx.Nyx.NyxBuilder
 
Datum(long) - Constructor for class org.projectnyx.network.mcpe.PingStats.Datum
 
Datum(long, double) - Constructor for class org.projectnyx.network.mcpe.PingStats.Datum
 
decode() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest1
 
decode() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest2
 
decode() - Method in class org.projectnyx.network.mcpe.raknet.raknet.ReceivedAckNack
 
decode() - Method in class org.projectnyx.network.mcpe.raknet.raknet.ReceivedDataPacketGroup
 
decode() - Method in class org.projectnyx.network.mcpe.ReceivedPacket
 
DefaultPackage - Annotation Type in org.projectnyx.config
 
detachClient(Client) - Method in class org.projectnyx.player.Player
Detach a client from this player, i.e.
DisconnectPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
DropItemPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 

E

encode() - Method in class org.projectnyx.network.mcpe.raknet.data.ClientDisconnect
 
encode() - Method in class org.projectnyx.network.mcpe.raknet.data.Ping
 
encode() - Method in class org.projectnyx.network.mcpe.raknet.data.Pong
 
encode() - Method in class org.projectnyx.network.mcpe.raknet.data.ServerHandshake
 
encode() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply1
 
encode() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply2
 
encode() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentAckNack
 
encode() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentDataPacketGroup
 
encode() - Method in class org.projectnyx.network.mcpe.SentPacket
 
EntityEventPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
equals(Object) - Method in class org.projectnyx.network.ext.SharedServerSocket.Identifier
 
equals(Object) - Method in class org.projectnyx.network.QueryResponse
 
equals(Object) - Method in class org.projectnyx.player.PlayerIdentifier
 
execute(CommandIssuer, String) - Method in class org.projectnyx.command.Command
Trigger this command.
ExplodePacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 

F

field - Variable in class org.projectnyx.network.xml.FieldRef
 
FieldRef - Class in org.projectnyx.network.xml
 
FieldRef() - Constructor for class org.projectnyx.network.xml.FieldRef
 
fields - Variable in class org.projectnyx.network.xml.PacketField
 
fields - Variable in class org.projectnyx.network.xml.Structure
 
firePing() - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
flushAckQueue() - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
flushDataPacketQueue() - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
flushNackQueue() - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
flushNackReplyQueue() - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
FullChunkDataPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 

G

get(CommandIssuer) - Method in class org.projectnyx.command.StaticPlainText
 
get(CommandIssuer) - Method in interface org.projectnyx.command.UIText
Returns a plain text preprocessed for a specific command issuer.
getAddress() - Method in class org.projectnyx.network.ByteBufferReader
 
getAddress() - Method in class org.projectnyx.network.Client
 
getAddress() - Method in class org.projectnyx.network.ext.PacketWithAddress
 
getAddress() - Method in class org.projectnyx.network.ext.SessionHandler
 
getAddress() - Method in class org.projectnyx.network.ext.SharedServerSocket.Identifier
 
getAliases() - Method in class org.projectnyx.command.Command
Aliases of this command.
getArgs() - Method in class org.projectnyx.command.Command
The argument line line split at whitespaces
getArgsLine() - Method in class org.projectnyx.command.Command
The exact line of command without the command name.
getAssignedPlayer() - Method in class org.projectnyx.network.Client
 
getAverageSuccessfulPing() - Method in class org.projectnyx.network.mcpe.PingStats
 
getBuffer() - Method in class org.projectnyx.network.ByteBufferReader
 
getBuffer() - Method in class org.projectnyx.network.ext.PacketWithAddress
 
getBuffer() - Method in class org.projectnyx.network.mcpe.SentPacket
 
getByte() - Method in class org.projectnyx.network.ByteBufferReader
 
getBytes(int) - Method in class org.projectnyx.network.ByteBufferReader
 
getClient() - Method in class org.projectnyx.network.ext.udp.UdpSessionHandler
 
getClient() - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
getClientId() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest2
 
getClone() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentDataPacketGroup
 
getClone() - Method in class org.projectnyx.network.mcpe.ReceivedPacket
 
getCommandManager() - Method in class org.projectnyx.Nyx
The CommandManager for this server.
getCommands() - Method in class org.projectnyx.command.CommandManager
 
getConfig() - Method in class org.projectnyx.Nyx
The loaded nyx.xml config file
getConsole() - Method in class org.projectnyx.Nyx
A thread in charge of reading command input from console (System.in).
getCountPlayers() - Method in class org.projectnyx.network.QueryResponse
Number of online players
getData() - Method in class org.projectnyx.network.mcpe.PingStats
 
getDataPath() - Method in class org.projectnyx.Nyx
The parent directory of all simple loaded and saved data of this server instance.
getDescription() - Method in class org.projectnyx.command.Command
This command's description, which can be displayed to users.
getDouble() - Method in class org.projectnyx.network.ByteBufferReader
 
getEncoded() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentAckNack
 
getFloat() - Method in class org.projectnyx.network.ByteBufferReader
 
getIdentifier() - Method in class org.projectnyx.network.ext.SharedServerSocket
 
getInitStack() - Method in class org.projectnyx.network.ext.udp.UdpSessionHandler
 
getInstance() - Static method in class org.projectnyx.network.ext.SharedSocketPool
 
getInstance() - Static method in class org.projectnyx.network.mcpe.raknet.raknet.RakNetPacketManager
 
getInstance() - Static method in class org.projectnyx.Nyx
The singleton instance of Nyx
getInstance() - Static method in class org.projectnyx.ticker.Ticker
 
getInt() - Method in class org.projectnyx.network.ByteBufferReader
 
getInterval() - Method in class org.projectnyx.ticker.Task
 
getLastAlive() - Method in class org.projectnyx.network.Client
 
getLatencySecs() - Method in class org.projectnyx.network.mcpe.PingStats.Datum
 
getLog() - Method in class org.projectnyx.Nyx
The log4j2 logger for this server
getLoginStep() - Method in class org.projectnyx.network.mcpe.McpeClient
 
getLong() - Method in class org.projectnyx.network.ByteBufferReader
 
getLTriad() - Method in class org.projectnyx.network.ByteBufferReader
 
getMaxPlayers() - Method in class org.projectnyx.network.QueryResponse
Number of slots (soft limit)
getModuleManagers() - Method in class org.projectnyx.Nyx
An internal list of module managers used to accept modules
getModulePath() - Method in class org.projectnyx.Nyx
The directory where JAR module files are loaded
getModules() - Method in class org.projectnyx.module.ModuleManager
 
getModuleTypeName() - Method in class org.projectnyx.module.ModuleManager
 
getMtuSize() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest1
 
getMtuSize() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest2
 
getName() - Method in class org.projectnyx.command.Command
A unique String identifier of this command.
getName() - Method in class org.projectnyx.network.mcpe.McpeProtocol
 
getName() - Method in class org.projectnyx.network.Protocol
 
getName() - Method in class org.projectnyx.network.QueryResponse
Server name
getNetwork() - Method in class org.projectnyx.Nyx
The NetworkManager for this server.
getNext() - Method in class org.projectnyx.command.ConsoleReader
Returns the next command line to be dispatched.
getNextSeqNumber() - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
getOrCreate(SharedServerSocket.Identifier) - Method in class org.projectnyx.network.ext.SharedSocketPool
 
getOtherAttributes() - Method in class org.projectnyx.config.ConfigElement
 
getOtherChildren() - Method in class org.projectnyx.config.ConfigElement
 
getPackageContext() - Method in class org.projectnyx.config.ConfigParser
 
getPacketData() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentDataPacketGroup
 
getPacketLossRatio() - Method in class org.projectnyx.network.mcpe.PingStats
 
getPackets() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentDataPacketGroup
 
getParent() - Method in class org.projectnyx.config.ConfigElement
 
getPingStats() - Method in class org.projectnyx.network.Client
 
getPlayers() - Method in class org.projectnyx.Nyx
The PlayerManager for this server.
getPort() - Method in class org.projectnyx.network.ext.SharedServerSocket.Identifier
 
getProtocol() - Method in class org.projectnyx.network.ext.SessionHandler
 
getProtocol() - Method in class org.projectnyx.network.ext.udp.UdpSessionHandler
 
getProtocol() - Method in class org.projectnyx.network.mcpe.McpeClient
 
getProtocol() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest1
 
getQueryResponse() - Method in class org.projectnyx.network.NetworkManager
 
getRakNetInterface() - Method in class org.projectnyx.network.mcpe.McpeClient
 
getRunnable() - Method in class org.projectnyx.ticker.Task
 
getRunsLeft() - Method in class org.projectnyx.ticker.Task
 
getSendTime() - Method in class org.projectnyx.network.mcpe.PingStats.Datum
 
getSeqNumbers() - Method in class org.projectnyx.network.mcpe.raknet.raknet.ReceivedAckNack
 
getSeqNumbers() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentAckNack
 
getServerAddress() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest2
 
getServerId() - Method in class org.projectnyx.network.mcpe.McpeProtocol
 
getSession(InetSocketAddress) - Method in class org.projectnyx.network.ext.udp.SharedUdpServerSocket
 
getSession() - Method in class org.projectnyx.network.mcpe.McpeClient
 
getSessionHandler() - Method in class org.projectnyx.network.Client
 
getSessionHandler() - Method in class org.projectnyx.network.mcpe.McpeClient
 
getSessionOrCreate(InetSocketAddress) - Method in class org.projectnyx.network.ext.udp.SharedUdpServerSocket
 
getSessions() - Method in class org.projectnyx.network.ext.udp.SharedUdpServerSocket
 
getShort() - Method in class org.projectnyx.network.ByteBufferReader
 
getShutdownTasks() - Method in class org.projectnyx.Nyx
A list of tasks to run after the last tick of the server is completed.
getSocket() - Method in class org.projectnyx.network.ext.SessionHandler
 
getSourceProtocol() - Method in class org.projectnyx.network.Client
 
getSourceProtocol() - Method in class org.projectnyx.network.mcpe.McpeClient
 
getStack() - Method in class org.projectnyx.network.ext.udp.UdpInitStack
 
getString() - Method in class org.projectnyx.command.StaticPlainText
 
getString() - Method in class org.projectnyx.network.ByteBufferReader
 
getThread() - Method in class org.projectnyx.network.ext.udp.SharedUdpServerSocket
 
getTicker() - Method in class org.projectnyx.Nyx
Ticker is the server's core pacemaker.
getType() - Method in class org.projectnyx.network.ext.SharedServerSocket.Identifier
 
getUsage() - Method in class org.projectnyx.command.Command
This command's usage, which can be displayed to users.

H

handleCommand(CommandIssuer, String) - Method in class org.projectnyx.command.CommandManager
Handle a line of command sent from a command issuer
handleDataPacket(ByteBuffer) - Method in class org.projectnyx.network.mcpe.McpeClient
 
handlePacket(ByteBuffer) - Method in class org.projectnyx.network.Client
 
handlePacket(ByteBuffer) - Method in class org.projectnyx.network.mcpe.McpeClient
 
handlePacket(ReceivedPacket) - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
hashCode() - Method in class org.projectnyx.network.ext.SharedServerSocket.Identifier
 
hashCode() - Method in class org.projectnyx.network.QueryResponse
 
hashCode() - Method in class org.projectnyx.player.PlayerIdentifier
 
hasSplit - Variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
HurtArmorPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 

I

id - Variable in class org.projectnyx.network.xml.Packet
 
id - Variable in class org.projectnyx.network.xml.PacketField
 
Identifier(String, InetAddress, int) - Constructor for class org.projectnyx.network.ext.SharedServerSocket.Identifier
 
init() - Method in class org.projectnyx.network.mcpe.McpeProtocol
 
init() - Method in class org.projectnyx.network.Protocol
 
InteractPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
ip - Variable in class org.projectnyx.properties.Server
The IP address (default 0.0.0.0)
isOrphan() - Method in class org.projectnyx.network.ext.SessionHandler
Returns whether this session an orphan.
isOrphan() - Method in class org.projectnyx.network.ext.udp.UdpSessionHandler
 
isSuccessful() - Method in class org.projectnyx.network.mcpe.PingStats.Datum
 
ItemFrameDropItemPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 

L

lastSendNanos - Variable in class org.projectnyx.network.mcpe.raknet.raknet.SentDataPacketGroup
 
Launcher - Class in org.projectnyx
Main class
length() - Method in class org.projectnyx.network.mcpe.raknet.data.ClientDisconnect
 
length() - Method in class org.projectnyx.network.mcpe.raknet.data.Ping
 
length() - Method in class org.projectnyx.network.mcpe.raknet.data.Pong
 
length() - Method in class org.projectnyx.network.mcpe.raknet.data.ServerHandshake
 
length() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply1
 
length() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply2
 
length() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentAckNack
 
length() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentDataPacketGroup
 
length() - Method in class org.projectnyx.network.mcpe.SentPacket
Returns the length of this packet excluding the packet ID
LevelEventPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
loadForClass(String, String) - Method in class org.projectnyx.module.ModuleManager
 
loadJar(File) - Static method in class org.projectnyx.util.Util
 
LOGIN_STEP_IN_GAME - Static variable in class org.projectnyx.network.mcpe.McpeClient
 
LOGIN_STEP_WAIT_CONNECT - Static variable in class org.projectnyx.network.mcpe.McpeClient
 
LOGIN_STEP_WAIT_HANDSHAKE - Static variable in class org.projectnyx.network.mcpe.McpeClient
 
LOGIN_STEP_WAIT_REQUEST_1 - Static variable in class org.projectnyx.network.mcpe.McpeClient
 
LOGIN_STEP_WAIT_REQUEST_2 - Static variable in class org.projectnyx.network.mcpe.McpeClient
 
LoginPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
LoginPacketSpecial - Class in org.projectnyx.network.mcpe.mcpe
 
LoginPacketSpecial() - Constructor for class org.projectnyx.network.mcpe.mcpe.LoginPacketSpecial
 
LoginRequest - Class in org.projectnyx.token.request
 
LoginRequest() - Constructor for class org.projectnyx.token.request.LoginRequest
 

M

MAGIC - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
main(String[]) - Static method in class org.projectnyx.Launcher
Entry method from command line
MapInfoRequestPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
McpeClient - Class in org.projectnyx.network.mcpe
 
McpeClient(McpeProtocol, UdpSessionHandler) - Constructor for class org.projectnyx.network.mcpe.McpeClient
 
McpeConsts - Class in org.projectnyx.network.mcpe.mcpe
 
McpeProtocol - Class in org.projectnyx.network.mcpe
 
McpeProtocol() - Constructor for class org.projectnyx.network.mcpe.McpeProtocol
 
messageIndex - Variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
MobArmorEquipmentPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
MobEffectPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
MobEquipmentPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
ModuleManager<T> - Class in org.projectnyx.module
Abstract superclass for module managers.
ModuleManager(Class<T>) - Constructor for class org.projectnyx.module.ModuleManager
 
modulePath(File) - Method in class org.projectnyx.Nyx.NyxBuilder
 
moduleType() - Method in class org.projectnyx.module.ModuleManager
 
moduleType() - Method in class org.projectnyx.network.NetworkManager
 
MoveEntityPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
MovePlayerPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
mtuSize - Variable in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply1
 
mtuSize - Variable in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply2
 

N

NACK - Static variable in class org.projectnyx.network.mcpe.raknet.raknet.SentAckNack
 
NACK - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
name - Variable in class org.projectnyx.network.xml.FieldRef
 
NetworkManager - Class in org.projectnyx.network
 
NetworkManager() - Constructor for class org.projectnyx.network.NetworkManager
 
Nyx - Class in org.projectnyx
Singleton central object of the whole server.
Nyx.NyxBuilder - Class in org.projectnyx
 
NyxConfig - Class in org.projectnyx.properties
Root element in the nyx.xml file
NyxConfig() - Constructor for class org.projectnyx.properties.NyxConfig
 

O

onReceive(PacketWithAddress) - Method in class org.projectnyx.network.ext.SessionHandler
 
onReceive(PacketWithAddress) - Method in class org.projectnyx.network.ext.udp.UdpSessionHandler
 
onSessionClosed(UdpSessionHandler) - Method in class org.projectnyx.network.ext.udp.SharedUdpServerSocket
 
OpenConnectionReply1 - Class in org.projectnyx.network.mcpe.raknet.raknet
 
OpenConnectionReply1() - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply1
 
OpenConnectionReply2 - Class in org.projectnyx.network.mcpe.raknet.raknet
 
OpenConnectionReply2() - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply2
 
OpenConnectionRequest1 - Class in org.projectnyx.network.mcpe.raknet.raknet
 
OpenConnectionRequest1() - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest1
 
OpenConnectionRequest2 - Class in org.projectnyx.network.mcpe.raknet.raknet
 
OpenConnectionRequest2() - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest2
 
orderChannel - Variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
orderIndex - Variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
org.projectnyx - package org.projectnyx
Parent package for everything in Nyx
org.projectnyx.command - package org.projectnyx.command
 
org.projectnyx.command.impl - package org.projectnyx.command.impl
This package contains the default implementations of server commands.
org.projectnyx.config - package org.projectnyx.config
This package reads XML-encoded configs whose structure is reflected by runtime Java classes.
org.projectnyx.module - package org.projectnyx.module
 
org.projectnyx.network - package org.projectnyx.network
Key classes:
org.projectnyx.network.ext - package org.projectnyx.network.ext
 
org.projectnyx.network.ext.tcp - package org.projectnyx.network.ext.tcp
 
org.projectnyx.network.ext.udp - package org.projectnyx.network.ext.udp
 
org.projectnyx.network.mcpe - package org.projectnyx.network.mcpe
 
org.projectnyx.network.mcpe.mcpe - package org.projectnyx.network.mcpe.mcpe
 
org.projectnyx.network.mcpe.raknet - package org.projectnyx.network.mcpe.raknet
Terms
org.projectnyx.network.mcpe.raknet.data - package org.projectnyx.network.mcpe.raknet.data
 
org.projectnyx.network.mcpe.raknet.raknet - package org.projectnyx.network.mcpe.raknet.raknet
 
org.projectnyx.network.xml - package org.projectnyx.network.xml
 
org.projectnyx.player - package org.projectnyx.player
 
org.projectnyx.properties - package org.projectnyx.properties
This package declares the structure of elements in nyx.xml
org.projectnyx.ticker - package org.projectnyx.ticker
 
org.projectnyx.token.request - package org.projectnyx.token.request
 
org.projectnyx.token.response - package org.projectnyx.token.response
 
org.projectnyx.util - package org.projectnyx.util
 

P

Packet - Class in org.projectnyx.network.xml
 
Packet() - Constructor for class org.projectnyx.network.xml.Packet
 
PacketField - Class in org.projectnyx.network.xml
 
PacketField() - Constructor for class org.projectnyx.network.xml.PacketField
 
PacketFieldRecurringType - Enum in org.projectnyx.network.xml
 
PacketFieldType - Enum in org.projectnyx.network.xml
 
packets - Variable in class org.projectnyx.network.mcpe.raknet.raknet.ReceivedDataPacketGroup
 
packets - Variable in class org.projectnyx.network.xml.ProtocolDeclaration
 
PacketWithAddress - Class in org.projectnyx.network.ext
A set of packet and address.
PacketWithAddress(ByteBuffer, InetSocketAddress) - Constructor for class org.projectnyx.network.ext.PacketWithAddress
The buffer will be automatically flipped if the position is not at 0
PacketWithAddress(ByteBuffer, InetSocketAddress, boolean) - Constructor for class org.projectnyx.network.ext.PacketWithAddress
 
parse() - Method in class org.projectnyx.config.ConfigParser
Parses the config and returns the config root.
parse() - Method in class org.projectnyx.network.mcpe.mcpe.LoginPacketSpecial
 
parse(ByteBuffer) - Method in class org.projectnyx.network.mcpe.ReceivedPacket
 
parse() - Method in interface org.projectnyx.network.xml.AbstractPacketStructure
 
parse() - Method in class org.projectnyx.network.xml.Structure
 
parseArgs(Options) - Method in class org.projectnyx.command.Command
Parse command arguments using Commons CLI
parseArgs(Options, boolean) - Method in class org.projectnyx.command.Command
Parse command arguments using Commons CLI
parsePacket(ByteBuffer) - Method in class org.projectnyx.network.mcpe.raknet.raknet.RakNetPacketManager
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.data.ClientDisconnect
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.data.Ping
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.data.Pong
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.data.ServerHandshake
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply1
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply2
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest1
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionRequest2
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.raknet.ReceivedAck
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.raknet.ReceivedDataPacketGroup
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.raknet.ReceivedNack
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentAckNack
 
pid() - Method in class org.projectnyx.network.mcpe.raknet.raknet.SentDataPacketGroup
 
pid() - Method in class org.projectnyx.network.mcpe.ReceivedPacket
 
pid() - Method in class org.projectnyx.network.mcpe.SentPacket
 
Ping - Class in org.projectnyx.network.mcpe.raknet.data
 
Ping() - Constructor for class org.projectnyx.network.mcpe.raknet.data.Ping
 
ping - Variable in class org.projectnyx.network.mcpe.raknet.data.ServerHandshake
 
pingId - Variable in class org.projectnyx.network.mcpe.raknet.data.Ping
 
pingId - Variable in class org.projectnyx.network.mcpe.raknet.data.Pong
 
PingStats - Class in org.projectnyx.network.mcpe
 
PingStats() - Constructor for class org.projectnyx.network.mcpe.PingStats
 
PingStats.Datum - Class in org.projectnyx.network.mcpe
 
pingTime - Variable in class org.projectnyx.network.mcpe.raknet.data.ClientConnect
 
Player - Class in org.projectnyx.player
 
Player() - Constructor for class org.projectnyx.player.Player
 
PlayerActionPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
PlayerIdentifier - Class in org.projectnyx.player
A unique identifier for this player
PlayerIdentifier(String) - Constructor for class org.projectnyx.player.PlayerIdentifier
 
PlayerIdentifier(String, String) - Constructor for class org.projectnyx.player.PlayerIdentifier
 
PlayerInputPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
PlayerListPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
PlayerManager - Class in org.projectnyx.player
 
PlayerManager() - Constructor for class org.projectnyx.player.PlayerManager
 
PlayStatusPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
Pong - Class in org.projectnyx.network.mcpe.raknet.data
 
Pong() - Constructor for class org.projectnyx.network.mcpe.raknet.data.Pong
 
pong - Variable in class org.projectnyx.network.mcpe.raknet.data.ServerHandshake
 
port - Variable in class org.projectnyx.properties.Server
The port to listen on
Protocol - Class in org.projectnyx.network
 
Protocol() - Constructor for class org.projectnyx.network.Protocol
 
protocol - Variable in class org.projectnyx.network.xml.ProtocolDeclaration
 
protocol - Variable in class org.projectnyx.token.request.LoginRequest
 
ProtocolDeclaration - Class in org.projectnyx.network.xml
 
ProtocolDeclaration() - Constructor for class org.projectnyx.network.xml.ProtocolDeclaration
 
pushSend(PacketWithAddress) - Method in class org.projectnyx.network.ext.udp.UdpBufferThread
 
putAddress(InetSocketAddress) - Method in class org.projectnyx.network.mcpe.SentPacket
 
putByte(byte) - Method in class org.projectnyx.network.mcpe.SentPacket
 
putBytes(byte[]) - Method in class org.projectnyx.network.mcpe.SentPacket
 
putDouble(double) - Method in class org.projectnyx.network.mcpe.SentPacket
 
putFloat(float) - Method in class org.projectnyx.network.mcpe.SentPacket
 
putInt(int) - Method in class org.projectnyx.network.mcpe.SentPacket
 
putLong(long) - Method in class org.projectnyx.network.mcpe.SentPacket
 
putLTriad(ByteBuffer, int) - Static method in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
putLTriad(int) - Method in class org.projectnyx.network.mcpe.SentPacket
 
putShort(short) - Method in class org.projectnyx.network.mcpe.SentPacket
 
putString(String) - Method in class org.projectnyx.network.mcpe.SentPacket
 

Q

QueryResponse - Class in org.projectnyx.network
This class stores the response generated for queries to the server.
QueryResponse() - Constructor for class org.projectnyx.network.QueryResponse
 
queueDataPacket(RawDataPacket) - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
queueNackReply(SentDataPacketGroup) - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 

R

RAKNET_ADVERTISE_SYSTEM - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_ALREADY_CONNECTED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_AUTOPATCHER_CREATION_LIST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_AUTOPATCHER_DELETION_LIST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_AUTOPATCHER_FINISHED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_AUTOPATCHER_FINISHED_INTERNAL - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_AUTOPATCHER_GET_CHANGELIST_SINCE_DATE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_AUTOPATCHER_GET_PATCH - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_AUTOPATCHER_PATCH_LIST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_AUTOPATCHER_REPOSITORY_FATAL_ERROR - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_AUTOPATCHER_RESTART_APPLICATION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CLOUD_GET_REQUEST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CLOUD_GET_RESPONSE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CLOUD_POST_REQUEST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CLOUD_RELEASE_REQUEST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CLOUD_SERVER_TO_SERVER_COMMAND - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CLOUD_SUBSCRIPTION_NOTIFICATION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CLOUD_UNSUBSCRIBE_REQUEST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CONNECTED_PING - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CONNECTED_PONG - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CONNECTION_ATTEMPT_FAILED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CONNECTION_BANNED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CONNECTION_LOST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CONNECTION_REQUEST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_CONNECTION_REQUEST_ACCEPTED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_DDT_DOWNLOAD_REQUEST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_DETECT_LOST_CONNECTIONS - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_DISCONNECTION_NOTIFICATION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_DOWNLOAD_PROGRESS - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_FCM2_INFORM_FCMGUID - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_FCM2_NEW_HOST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_FCM2_REQUEST_FCMGUID - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_FCM2_RESPOND_CONNECTION_COUNT - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_FCM2_UPDATE_MIN_TOTAL_CONNECTION_COUNT - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_FILE_LIST_REFERENCE_PUSH - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_FILE_LIST_REFERENCE_PUSH_ACK - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_FILE_LIST_TRANSFER_FILE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_FILE_LIST_TRANSFER_HEADER - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_INCOMPATIBLE_PROTOCOL_VERSION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_INVALID_PASSWORD - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_IP_RECENTLY_CONNECTED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_LIGHTSPEED_INTEGRATION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_LOBBY2_SEND_MESSAGE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_LOBBY2_SERVER_ERROR - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_LOBBY_GENERAL - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_ALREADY_IN_PROGRESS - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_CLIENT_READY - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_CONNECT_AT_TIME - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_CONNECTION_TO_TARGET_LOST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_GET_MOST_RECENT_PORT - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_GROUP_PUNCH_FAILED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_GROUP_PUNCH_SUCCEEDED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_GROUP_PUNCHTHROUGH_FAILURE_NOTIFICATION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_GROUP_PUNCHTHROUGH_REPLY - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_GROUP_PUNCHTHROUGH_REQUEST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_PUNCHTHROUGH_FAILED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_PUNCHTHROUGH_REQUEST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_PUNCHTHROUGH_SUCCEEDED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_TARGET_NOT_CONNECTED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_TARGET_UNRESPONSIVE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_TYPE_DETECTION_REQUEST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NAT_TYPE_DETECTION_RESULT - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NEW_INCOMING_CONNECTION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_NO_FREE_INCOMING_CONNECTIONS - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_OPEN_CONNECTION_REPLY_1 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_OPEN_CONNECTION_REPLY_2 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_OPEN_CONNECTION_REQUEST_1 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_OPEN_CONNECTION_REQUEST_2 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_OUR_SYSTEM_REQUIRES_SECURITY - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_OUT_OF_BAND_INTERNAL - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_PUBLIC_KEY_MISMATCH - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RAKVOICE_CLOSE_CHANNEL - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RAKVOICE_DATA - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RAKVOICE_OPEN_CHANNEL_REPLY - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RAKVOICE_OPEN_CHANNEL_REQUEST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_READY_EVENT_ALL_SET - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_READY_EVENT_FORCE_ALL_SET - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_READY_EVENT_QUERY - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_READY_EVENT_SET - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_READY_EVENT_UNSET - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_REMOTE_CONNECTION_LOST - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_REMOTE_DISCONNECTION_NOTIFICATION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_REMOTE_NEW_INCOMING_CONNECTION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_REMOTE_SYSTEM_REQUIRES_PUBLIC_KEY - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_REPLICA_MANAGER_CONSTRUCTION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_REPLICA_MANAGER_DOWNLOAD_COMPLETE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_REPLICA_MANAGER_DOWNLOAD_STARTED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_REPLICA_MANAGER_SCOPE_CHANGE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_REPLICA_MANAGER_SERIALIZE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RESERVED_1 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RESERVED_2 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RESERVED_3 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RESERVED_4 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RESERVED_5 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RESERVED_6 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RESERVED_7 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RESERVED_8 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RESERVED_9 - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_ROOMS_EXECUTE_FUNC - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_ROOMS_HANDLE_CHANGE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_ROOMS_LOGON_STATUS - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_ROUTER_2_FORWARDING_ESTABLISHED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_ROUTER_2_FORWARDING_NO_PATH - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_ROUTER_2_INTERNAL - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_ROUTER_2_REROUTED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RPC_PLUGIN - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_RPC_REMOTE_ERROR - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_SND_RECEIPT_ACKED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_SND_RECEIPT_LOSS - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_SQLite3_EXEC - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_SQLite3_UNKNOWN_DB - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_SQLLITE_LOGGER - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TEAM_BALANCER_INTERNAL - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TEAM_BALANCER_REQUESTED_TEAM_FULL - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TEAM_BALANCER_REQUESTED_TEAM_LOCKED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TEAM_BALANCER_TEAM_ASSIGNED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TEAM_BALANCER_TEAM_REQUESTED_CANCELLED - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TIMESTAMP - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TRANSPORT_STRING - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TWO_WAY_AUTHENTICATION_INCOMING_CHALLENGE_FAILURE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TWO_WAY_AUTHENTICATION_INCOMING_CHALLENGE_SUCCESS - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TWO_WAY_AUTHENTICATION_NEGOTIATION - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TWO_WAY_AUTHENTICATION_OUTGOING_CHALLENGE_FAILURE - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TWO_WAY_AUTHENTICATION_OUTGOING_CHALLENGE_SUCCESS - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_TWO_WAY_AUTHENTICATION_OUTGOING_CHALLENGE_TIMEOUT - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_UDP_PROXY_GENERAL - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_UNCONNECTED_PING - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_UNCONNECTED_PING_OPEN_CONNECTIONS - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_UNCONNECTED_PONG - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_USER_PACKET_ENUM - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RAKNET_XBOX_LOBBY - Static variable in class org.projectnyx.network.mcpe.raknet.RakNetConsts
 
RakNetConsts - Class in org.projectnyx.network.mcpe.raknet
RakNetInterface - Class in org.projectnyx.network.mcpe.raknet
 
RakNetInterface(McpeClient) - Constructor for class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
RakNetPacketManager - Class in org.projectnyx.network.mcpe.raknet.raknet
 
RakNetPacketManager() - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.RakNetPacketManager
 
RawDataPacket - Class in org.projectnyx.network.mcpe.raknet
 
RawDataPacket() - Constructor for class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
read(ReceivedPacket) - Static method in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
ReceivedAck - Class in org.projectnyx.network.mcpe.raknet.raknet
 
ReceivedAck() - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.ReceivedAck
 
ReceivedAckNack - Class in org.projectnyx.network.mcpe.raknet.raknet
 
ReceivedAckNack() - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.ReceivedAckNack
 
ReceivedDataPacketGroup - Class in org.projectnyx.network.mcpe.raknet.raknet
 
ReceivedDataPacketGroup(byte) - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.ReceivedDataPacketGroup
 
ReceivedNack - Class in org.projectnyx.network.mcpe.raknet.raknet
 
ReceivedNack() - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.ReceivedNack
 
ReceivedPacket - Class in org.projectnyx.network.mcpe
 
ReceivedPacket() - Constructor for class org.projectnyx.network.mcpe.ReceivedPacket
 
recurringType - Variable in class org.projectnyx.network.xml.PacketField
 
refreshActive() - Method in class org.projectnyx.network.Client
 
registerCommand(Command) - Method in class org.projectnyx.command.CommandManager
Register a command.
registerPacket(Class<? extends ReceivedPacket>) - Method in class org.projectnyx.network.mcpe.raknet.raknet.RakNetPacketManager
 
registerPacket(byte, ReceivedPacket) - Method in class org.projectnyx.network.mcpe.raknet.raknet.RakNetPacketManager
 
reliability - Variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RELIABILITY_RELIABLE - Static variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RELIABILITY_RELIABLE_ORDERED - Static variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RELIABILITY_RELIABLE_ORDERED_WITH_ACK_RECEIPT - Static variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RELIABILITY_RELIABLE_SEQUENCED - Static variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RELIABILITY_RELIABLE_SEQUENCED_WITH_ACK_RECEIPT - Static variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RELIABILITY_RELIABLE_WITH_ACK_RECEIPT - Static variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RELIABILITY_UNRELIABLE - Static variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RELIABILITY_UNRELIABLE_SEQUENCED - Static variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RELIABILITY_UNRELIABLE_SEQUENCED_WITH_ACK_RECEIPT - Static variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RELIABILITY_UNRELIABLE_WITH_ACK_RECEIPT - Static variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
RemoveBlockPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
RemoveEntityPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
removeTask() - Method in class org.projectnyx.ticker.Task
 
removeTask(Task) - Method in class org.projectnyx.ticker.Ticker
 
ReplaceSelectedItemPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
Request - Class in org.projectnyx.token.request
 
Request() - Constructor for class org.projectnyx.token.request.Request
 
RequestChunkRadiusPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
RespawnPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
Response - Class in org.projectnyx.token.response
 
Response() - Constructor for class org.projectnyx.token.response.Response
 
RiderJumpPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
run() - Method in class org.projectnyx.command.Command
Implementation of the command.
run() - Method in class org.projectnyx.command.ConsoleReader
 
run() - Method in class org.projectnyx.command.impl.StopCommand
 
run() - Method in class org.projectnyx.network.ext.udp.UdpBufferThread
 
run() - Method in class org.projectnyx.ticker.Task
 
RUN_INFINITY - Static variable in class org.projectnyx.ticker.Task
 
RUN_ONCE - Static variable in class org.projectnyx.ticker.Task
 

S

send(ByteBuffer) - Method in class org.projectnyx.network.ext.SessionHandler
 
send(ByteBuffer) - Method in class org.projectnyx.network.ext.udp.UdpSessionHandler
 
sendDataPacketImmediate(RawDataPacket) - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
sendPing - Variable in class org.projectnyx.network.mcpe.raknet.data.ClientHandshake
 
sendPong - Variable in class org.projectnyx.network.mcpe.raknet.data.ClientHandshake
 
sendRakNetPacket(SentPacket) - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
sendText(UIText) - Method in interface org.projectnyx.command.CommandIssuer
Sends a line of text to this issuer through a UI.
sendText(String) - Method in interface org.projectnyx.command.CommandIssuer
Sends a line of text to this issuer through a UI.
sendText(UIText) - Method in class org.projectnyx.command.ConsoleReader
 
sendTimeNano - Variable in class org.projectnyx.network.mcpe.raknet.data.Ping
 
SentAckNack - Class in org.projectnyx.network.mcpe.raknet.raknet
 
SentAckNack(boolean) - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.SentAckNack
 
SentDataPacketGroup - Class in org.projectnyx.network.mcpe.raknet.raknet
 
SentDataPacketGroup(byte) - Constructor for class org.projectnyx.network.mcpe.raknet.raknet.SentDataPacketGroup
 
SentPacket - Class in org.projectnyx.network.mcpe
 
SentPacket() - Constructor for class org.projectnyx.network.mcpe.SentPacket
 
seqNumber - Variable in class org.projectnyx.network.mcpe.raknet.raknet.ReceivedDataPacketGroup
 
seqNumber - Variable in class org.projectnyx.network.mcpe.raknet.raknet.SentDataPacketGroup
 
Server - Class in org.projectnyx.properties
 
Server() - Constructor for class org.projectnyx.properties.Server
 
ServerHandshake - Class in org.projectnyx.network.mcpe.raknet.data
 
ServerHandshake() - Constructor for class org.projectnyx.network.mcpe.raknet.data.ServerHandshake
 
serverId - Variable in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply1
 
serverId - Variable in class org.projectnyx.network.mcpe.raknet.raknet.OpenConnectionReply2
 
servers - Variable in class org.projectnyx.properties.NyxConfig
The servers to launch
Servers - Class in org.projectnyx.properties
The servers launched to listen for connections.
Servers() - Constructor for class org.projectnyx.properties.Servers
 
servers - Variable in class org.projectnyx.properties.Servers
 
serverStartTime(long) - Method in class org.projectnyx.Nyx.NyxBuilder
 
ServerToClientHandshakePacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
SessionHandler - Class in org.projectnyx.network.ext
 
SessionHandler(InetSocketAddress, SharedServerSocket) - Constructor for class org.projectnyx.network.ext.SessionHandler
 
setCountPlayers(int) - Method in class org.projectnyx.network.QueryResponse
Number of online players
setDescription(UIText) - Method in class org.projectnyx.command.Command
This command's description, which can be displayed to users.
SetDifficultyPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
SetEntityDataPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
SetEntityLinkPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
SetEntityMotionPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
SetHealthPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
setLoginStep(int) - Method in class org.projectnyx.network.mcpe.McpeClient
 
setMaxPlayers(int) - Method in class org.projectnyx.network.QueryResponse
Number of slots (soft limit)
setName(String) - Method in class org.projectnyx.network.QueryResponse
Server name
setPackageContext(String) - Method in class org.projectnyx.config.ConfigParser
 
setParent(ConfigElement) - Method in class org.projectnyx.config.ConfigElement
 
SetPlayerGameTypePacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
setQueryResponse(QueryResponse) - Method in class org.projectnyx.network.NetworkManager
 
setRunnable(Runnable) - Method in class org.projectnyx.ticker.Task
 
SetSpawnPositionPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
setString(String) - Method in class org.projectnyx.command.StaticPlainText
 
SetTimePacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
setUsage(UIText) - Method in class org.projectnyx.command.Command
This command's usage, which can be displayed to users.
SharedServerSocket - Class in org.projectnyx.network.ext
 
SharedServerSocket(String, InetAddress, int) - Constructor for class org.projectnyx.network.ext.SharedServerSocket
 
SharedServerSocket(SharedServerSocket.Identifier) - Constructor for class org.projectnyx.network.ext.SharedServerSocket
 
SharedServerSocket.Identifier - Class in org.projectnyx.network.ext
 
SharedSocketPool - Class in org.projectnyx.network.ext
 
SharedSocketPool() - Constructor for class org.projectnyx.network.ext.SharedSocketPool
 
SharedTcpServerSocket - Class in org.projectnyx.network.ext.tcp
 
SharedTcpServerSocket(InetAddress, int) - Constructor for class org.projectnyx.network.ext.tcp.SharedTcpServerSocket
 
SharedUdpServerSocket - Class in org.projectnyx.network.ext.udp
 
SharedUdpServerSocket(InetSocketAddress) - Constructor for class org.projectnyx.network.ext.udp.SharedUdpServerSocket
 
shiftReceive() - Method in class org.projectnyx.network.ext.udp.UdpBufferThread
 
shutdown() - Method in class org.projectnyx.Nyx
Causes the current server tick to be the last tick that runs, followed by running the Nyx.shutdownTasks.
signed - Variable in class org.projectnyx.network.xml.PacketField
 
SpawnExperienceOrbPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
special - Variable in class org.projectnyx.network.xml.PacketField
 
special - Variable in class org.projectnyx.network.xml.Structure
 
SpecialField - Enum in org.projectnyx.network.xml
 
splitCount - Variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
splitId - Variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
splitIndex - Variable in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
start() - Method in class org.projectnyx.command.ConsoleReader
 
StartGamePacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
startTicking() - Method in class org.projectnyx.ticker.Ticker
 
StaticPlainText - Class in org.projectnyx.command
Default implementation of UIText that always returns the same string.
StaticPlainText(String) - Constructor for class org.projectnyx.command.StaticPlainText
 
StopCommand - Class in org.projectnyx.command.impl
The Command implementation of the /stop command
StopCommand() - Constructor for class org.projectnyx.command.impl.StopCommand
 
stopTicking() - Method in class org.projectnyx.ticker.Ticker
 
structure - Variable in class org.projectnyx.network.xml.Packet
 
Structure - Class in org.projectnyx.network.xml
 
Structure() - Constructor for class org.projectnyx.network.xml.Structure
 
systemAddresses - Variable in class org.projectnyx.network.mcpe.raknet.data.ClientHandshake
 

T

TakeItemEntityPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
Task - Class in org.projectnyx.ticker
 
Task(int, int) - Constructor for class org.projectnyx.ticker.Task
Superclass constructor for subclasses.
Task(int, int, Runnable) - Constructor for class org.projectnyx.ticker.Task
Creates a Task that stores the timing parameters for a task
Task(int, int, int, Runnable) - Constructor for class org.projectnyx.ticker.Task
Creates a Task that stores the timing parameters for a task
TelemetryEventPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
TextPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
tick() - Method in class org.projectnyx.network.Client
 
tick() - Method in class org.projectnyx.network.ext.SessionHandler
 
tick() - Method in class org.projectnyx.network.ext.udp.UdpSessionHandler
 
tick() - Method in class org.projectnyx.network.mcpe.McpeClient
 
tick() - Method in class org.projectnyx.network.mcpe.raknet.RakNetInterface
 
tick() - Method in class org.projectnyx.ticker.Task
 
TICK_DURATION_NANOS - Static variable in class org.projectnyx.ticker.Ticker
 
Ticker - Class in org.projectnyx.ticker
 
Ticker() - Constructor for class org.projectnyx.ticker.Ticker
 
toANSI(CommandIssuer) - Method in interface org.projectnyx.command.UIText
 
tokenRequests - Variable in class org.projectnyx.network.xml.Packet
 
tokenResponses - Variable in class org.projectnyx.network.xml.Packet
 
toMinecraft(CommandIssuer) - Method in interface org.projectnyx.command.UIText
Returns a text encoded with Minecraft color codes (§*).
toString() - Method in class org.projectnyx.network.ext.PacketWithAddress
 
toString() - Method in class org.projectnyx.network.ext.SharedServerSocket.Identifier
 
toString() - Method in class org.projectnyx.network.mcpe.raknet.raknet.ReceivedAckNack
 
toString() - Method in class org.projectnyx.network.QueryResponse
 
toString() - Method in class org.projectnyx.Nyx.NyxBuilder
 
toString() - Method in class org.projectnyx.player.PlayerIdentifier
 
toString() - Method in class org.projectnyx.properties.Server
 
TYPE - Static variable in class org.projectnyx.network.ext.tcp.SharedTcpServerSocket
 
TYPE - Static variable in class org.projectnyx.network.ext.udp.SharedUdpServerSocket
 
type - Variable in class org.projectnyx.network.xml.PacketField
 
type - Variable in class org.projectnyx.properties.Server
The type of protocol that listens on this socket

U

UdpBufferThread - Class in org.projectnyx.network.ext.udp
 
UdpBufferThread(SharedUdpServerSocket, InetSocketAddress) - Constructor for class org.projectnyx.network.ext.udp.UdpBufferThread
 
UdpInitStack - Class in org.projectnyx.network.ext.udp
 
UdpInitStack() - Constructor for class org.projectnyx.network.ext.udp.UdpInitStack
 
UdpSessionHandler - Class in org.projectnyx.network.ext.udp
 
UdpSessionHandler(InetSocketAddress, SharedUdpServerSocket) - Constructor for class org.projectnyx.network.ext.udp.UdpSessionHandler
 
UIText - Interface in org.projectnyx.command
 
unexpectedPacket(ReceivedPacket) - Method in class org.projectnyx.network.mcpe.McpeClient
 
unexpectedPacket(RawDataPacket) - Method in class org.projectnyx.network.mcpe.McpeClient
 
unregisterCommand(Command) - Method in class org.projectnyx.command.CommandManager
Unregister a command.
UpdateAttributesPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
UpdateBlockPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
UseItemPacket - Static variable in class org.projectnyx.network.mcpe.mcpe.McpeConsts
 
username - Variable in class org.projectnyx.token.request.LoginRequest
 
useSecurity - Variable in class org.projectnyx.network.mcpe.raknet.data.ClientConnect
 
usesSocket(SharedServerSocket) - Method in class org.projectnyx.network.mcpe.McpeProtocol
 
Util - Class in org.projectnyx.util
 
Util() - Constructor for class org.projectnyx.util.Util
 

V

valueOf(String) - Static method in enum org.projectnyx.network.Client.CloseReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnyx.network.xml.PacketFieldRecurringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnyx.network.xml.PacketFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnyx.network.xml.SpecialField
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.projectnyx.network.Client.CloseReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnyx.network.xml.PacketFieldRecurringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnyx.network.xml.PacketFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnyx.network.xml.SpecialField
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.projectnyx.network.xml.ProtocolDeclaration
 
versionName - Variable in class org.projectnyx.network.xml.ProtocolDeclaration
 

W

write() - Method in class org.projectnyx.network.mcpe.raknet.RawDataPacket
 
write() - Method in class org.projectnyx.network.mcpe.SentPacket
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.