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