Package zombie.debug.options
Class Network
java.lang.Object
zombie.debug.options.OptionGroup
zombie.debug.options.Network
- All Implemented Interfaces:
IDebugOption
,IDebugOptionGroup
public final class Network extends OptionGroup
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
Network.Client
class
Network.PublicServerUtil
class
Network.Server
-
Field Summary
Fields Modifier and Type Field Description Network.Client
Client
Network.PublicServerUtil
PublicServerUtil
Network.Server
Server
Fields inherited from class zombie.debug.options.OptionGroup
Group
-
Constructor Summary
Constructors Constructor Description Network()
-
Method Summary
Methods inherited from class zombie.debug.options.OptionGroup
addChild, getChildren, getName, getParent, newDebugOnlyOption, newDebugOnlyOption, newOption, newOption, onChildAdded, onDescendantAdded, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Client
-
Server
-
PublicServerUtil
-
-
Constructor Details
-
Network
public Network()
-