Uses of Interface
sfs2x.client.entities.variables.Variable
-
Packages that use Variable Package Description sfs2x.client.entities.variables -
-
Uses of Variable in sfs2x.client.entities.variables
Subinterfaces of Variable in sfs2x.client.entities.variables Modifier and Type Interface Description interfaceBuddyVariableThe BuddyVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Buddy Variable exposes.interfaceIMMOItemVariableThe IMMOItemVariable interface defines all the public methods and properties that an object representing a SmartFoxServer MMOItem Variable exposes in addition to those inherited from the parent interface.interfaceRoomVariableThe RoomVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Room Variable exposes.interfaceUserVariableThe UserVariable interface defines all the public methods and properties that an object representing a SmartFoxServer User Variable exposes.Classes in sfs2x.client.entities.variables that implement Variable Modifier and Type Class Description classBaseVariableclassMMOItemVariableclassSFSBuddyVariableThe SFSBuddyVariable object represents a SmartFoxServer Buddy Variable entity on the client.classSFSRoomVariableThe SFSRoomVariable object represents a SmartFoxServer Room Variable entity on the client.classSFSUserVariableThe SFSUserVariable object represents a SmartFoxServer User Variable entity on the client.
-