Uses of Class
zombie.chat.ChatTab
Packages that use ChatTab
-
Uses of ChatTab in zombie.chat
Methods in zombie.chat that return ChatTabConstructors in zombie.chat with parameters of type ChatTab -
Uses of ChatTab in zombie.chat.defaultChats
Constructors in zombie.chat.defaultChats with parameters of type ChatTabModifierConstructorDescriptionAdminChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) FactionChat
(int id, ChatTab tab) FactionChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) GeneralChat
(int id, ChatTab tab, boolean _discordEnabled) GeneralChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) RadioChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) SafehouseChat
(int id, ChatTab tab) SafehouseChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) SayChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) ServerChat
(int id, ChatTab tab) ServerChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) ShoutChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner) WhisperChat
(int id, ChatTab tab, String firstMember, String secondMember) WhisperChat
(ByteBuffer bb, ChatTab tab, IsoPlayer owner)