Uses of Class
struct.FrameData
Packages that use FrameData
-
Uses of FrameData in aiinterface
Fields in aiinterface declared as FrameDataModifier and TypeFieldDescriptionprivate FrameData
CommandCenter.frameData
The frame data storing the information from the game status.Methods in aiinterface with parameters of type FrameDataModifier and TypeMethodDescriptionvoid
AIInterface.getInformation
(FrameData frameData, boolean isControl, FrameData nonDelayFrameData) Gets information from the game status in each frame.void
CommandCenter.setFrameData
(FrameData frameData, boolean playerNumber) Sets the current frame data and the boolean variable representing P1 and P2.