Skip navigation links
A C D E F G H I L M N P R S T U V W 

M

Mmg9Slice - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that provides 9 slice bitmap scaling support.
Mmg9Slice(int, MmgBmp, int, int) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.Mmg9Slice
 
Mmg9Slice(int, MmgBmp, int, int, MmgVector2) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.Mmg9Slice
 
Mmg9Slice(Mmg9Slice) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.Mmg9Slice
 
MMG_POSITION_TWEEN_REACH_FINISH - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgPositionTween
 
MMG_POSITION_TWEEN_REACH_FINISH_TYPE - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgPositionTween
 
MMG_POSITION_TWEEN_REACH_START - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgPositionTween
 
MMG_POSITION_TWEEN_REACH_START_TYPE - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgPositionTween
 
MMG_SIZE_TWEEN_REACH_FINISH - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgSizeTween
 
MMG_SIZE_TWEEN_REACH_FINISH_TYPE - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgSizeTween
 
MMG_SIZE_TWEEN_REACH_START - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgSizeTween
 
MMG_SIZE_TWEEN_REACH_START_TYPE - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgSizeTween
 
MMG_SPRITE_FRAME_CHANGE - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgSprite
 
MMG_SPRITE_FRAME_CHANGE_TYPE - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgSprite
 
MmgApiUtils - Class in net.middlemind.MmgGameApiJava.MmgBase
Class for handling some logging and other common methods.
MmgApiUtils() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgApiUtils
 
MmgBmp - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that wraps the lower level bitmap object.
MmgBmp() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgBmp
Generic constructor.
MmgBmp(MmgObj) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgBmp
Construct from a previous instance of MmgObj.
MmgBmp(MmgBmp) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgBmp
Construct from a previous instance of MmgBmp.
MmgBmp(Image) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgBmp
Construct from a lower level Image objects.
MmgBmp(Image, MmgRect, MmgRect, MmgVector2, MmgVector2, float) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgBmp
Construct this instance from a lower level image object and some rendering hints.
MmgBmp(Image, MmgVector2, MmgVector2, MmgVector2, float) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgBmp
Construct this instance from a lower level image object and some rendering hints.
MmgBmp.MmgBmpDrawMode - Enum in net.middlemind.MmgGameApiJava.MmgBase
Drawing mode to determine the best way to handle drawing a bitmap.
MmgBmpScaler - Class in net.middlemind.MmgGameApiJava.MmgBase
 
MmgBmpScaler() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgBmpScaler
 
MmgColor - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that wraps the lower level color object.
MmgColor() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgColor
Constructor of this object.
MmgColor(MmgColor) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgColor
Constructor that sets its properties from an input MmgColor object.
MmgColor(Color) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgColor
Constructor that sets the color to the given argument.
MmgContainer - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that represents a container of MmgObj objects.
MmgContainer() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgContainer
Constructor for this class.
MmgContainer(MmgObj) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgContainer
Constructor that sets the base objects properties equal to the given arguments properties.
MmgContainer(ArrayList<MmgObj>) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgContainer
Constructor that initializes an ArrayList of objects contained by this container object.
MmgContainer(MmgContainer) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgContainer
Constructor that initializes this class based on the attributes of a given argument.
MmgDebug - Class in net.middlemind.MmgGameApiJava.MmgBase
A helper class that provides logging functionality.
MmgDebug() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgDebug
 
MmgDir - Class in net.middlemind.MmgGameApiJava.MmgBase
 
MmgDir() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgDir
 
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.Mmg9Slice
The base drawing method for the bitmap object.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgBmp
The base drawing method for the bitmap object.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgContainer
The base drawing method used to render this object with an MmgPen.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgFont
The base drawing method used to draw this object.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgGameScreen
Base draw method, handles drawing this class.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgLabelValuePair
The base drawing method used to draw this object.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgLoadingBar
Draws the current object using the MmgPen object.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgLoadingScreen
The base drawing class for this game screen.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgMenuContainer
Draws this object.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgMenuItem
The base drawing method for this object.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgObj
Base drawing class, does nothing.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgPositionTween
The base drawing method for the bitmap object.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgSizeTween
The base drawing method for the bitmap object.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgSplashScreen
Draws this object to the screen.
MmgDraw(MmgPen) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgSprite
Draw this object.
MmgEvent - Class in net.middlemind.MmgGameApiJava.MmgBase
The base event class for event handling.
MmgEvent(MmgEventHandler, String, int, int, MmgEventHandler, Object) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgEvent
Constructor that sets the parent handler, the message, the id, the type, and the target event handler, with optional payload object.
MmgEventHandler - Interface in net.middlemind.MmgGameApiJava.MmgBase
The base event handler class for event passing.
MmgFont - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that wraps the lower level font class.
MmgFont() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgFont
Constructor for this class.
MmgFont(Font) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgFont
Constructor that sets the lower level font class.
MmgFont(MmgObj) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgFont
Constructor that sets the lower level attributes based on the given argument.
MmgFont(MmgFont) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgFont
Constructor that sets attributes based on the given argument.
MmgFont(Font, String, MmgVector2, MmgColor) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgFont
Constructor that sets the font, text, position, and color.
MmgFont(Font, String, int, int, MmgColor) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgFont
Constructor that sets the font, text, position in X, Y, and color.
MmgFontData - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that helps with font information.
MmgFontData() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgFontData
Constructor for this class.
MmgGameScreen - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that represents a basic game screen.
MmgGameScreen() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgGameScreen
Constructor for this class.
MmgGameScreen(MmgGameScreen) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgGameScreen
Constructor that sets attributes based on the given argument.
MmgHandleEvent(MmgEvent) - Method in interface net.middlemind.MmgGameApiJava.MmgBase.MmgEventHandler
Handles an MmgEvent object.
MmgHandleUpdate(Object) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgSplashScreen
Handles update events.
MmgHandleUpdate(Object) - Method in interface net.middlemind.MmgGameApiJava.MmgBase.MmgUpdateHandler
Handle the incoming update event.
MmgHelper - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that provides high level helper methods.
MmgHelper() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgHelper
 
MmgLabelValuePair - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that wraps the lower level font class.
MmgLabelValuePair() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLabelValuePair
Constructor for this class.
MmgLabelValuePair(Font, Font) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLabelValuePair
Constructor that sets the lower level font class.
MmgLabelValuePair(MmgObj) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLabelValuePair
Constructor that sets the lower level attributes based on the given argument.
MmgLabelValuePair(MmgLabelValuePair) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLabelValuePair
Constructor that sets attributes based on the given argument.
MmgLabelValuePair(Font, String, Font, String, MmgVector2, MmgColor) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLabelValuePair
Constructor that sets the font, text, position, and color.
MmgLabelValuePair(Font, String, Font, String, int, int, MmgColor) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLabelValuePair
Constructor that sets the font, text, position in X, Y, and color.
MmgLoadingBar - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that creates a loading bar object.
MmgLoadingBar() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLoadingBar
Constructor for this class.
MmgLoadingBar(MmgLoadingBar) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLoadingBar
Constructor for this loading bar that sets all the class attributes based on the given argument.
MmgLoadingBar(MmgBmp, MmgBmp) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLoadingBar
Constructor that sets the front and back loading bar images.
MmgLoadingScreen - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that represents a game loading screen.
MmgLoadingScreen(MmgLoadingBar, float) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLoadingScreen
Constructor for this class that sets the loading bar and the loading bar's vertical offset.
MmgLoadingScreen(MmgLoadingScreen) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLoadingScreen
Constructor for this class that sets the value of local attributes based on the attributes of the given argument.
MmgLoadingScreen() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgLoadingScreen
Constructor for this class.
MmgMediaTracker - Class in net.middlemind.MmgGameApiJava.MmgBase
A local class that provides static access to a media tracker and image cache.
MmgMediaTracker() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgMediaTracker
 
MmgMenuContainer - Class in net.middlemind.MmgGameApiJava.MmgBase
A class that contains a collection of MmgMenuItem objects.
MmgMenuContainer() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgMenuContainer
Constructor for this class.
MmgMenuContainer(MmgObj) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgMenuContainer
Constructor for this class that sets some default attributes to the same value as the attributes of the given object.
MmgMenuContainer(ArrayList<Object>) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgMenuContainer
Constructor for this class that sets the MmgMenuItem ArrayList.
MmgMenuContainer(MmgMenuContainer) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgMenuContainer
Constructor for this class that sets the attributes of this class to the values from the given argument.
MmgMenuItem - Class in net.middlemind.MmgGameApiJava.MmgBase
A class that represents a menu item.
MmgMenuItem() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgMenuItem
Constructor for this class.
MmgMenuItem(MmgObj) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgMenuItem
Constructor for this class that sets the value of base attributes from the given argument.
MmgMenuItem(MmgMenuItem) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgMenuItem
Constructor for this class that sets the value of certain attributes based on the value of attributes in the given argument.
MmgMenuItem(MmgEvent, MmgObj, MmgObj, MmgObj, int) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgMenuItem
A constructor for this class that sets the event, the appearance objects and the state of the menu item.
MmgObj - Class in net.middlemind.MmgGameApiJava.MmgBase
The base drawable class of the MmgApi.
MmgObj() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgObj
Constructor for this class.
MmgObj(String, String) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgObj
Constructor with identification.
MmgObj(int, int, int, int, boolean, MmgColor) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgObj
Constructor for this class that sets the position, dimensions, visibility, and color of this object.
MmgObj(int, int, int, int, boolean, MmgColor, String, String) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgObj
Constructor for this class that sets the position, dimensions, visibility, and color of this object.
MmgObj(MmgVector2, int, int, boolean, MmgColor) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgObj
Constructor for this class that sets the position, dimensions, visibility, and color of this object.
MmgObj(MmgVector2, int, int, boolean, MmgColor, String, String) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgObj
Constructor for this class that sets the position, dimensions, visibility, and color of this object.
MmgObj(MmgObj) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgObj
Constructor for this object that sets all the attribute values to the values of the attributes of the given argument.
MmgPen - Class in net.middlemind.MmgGameApiJava.MmgBase
Main drawing class, wraps lower level drawing classes.
MmgPen() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgPen
Constructor for this class.
MmgPen(Graphics) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgPen
Constructor that sets the local Graphics reference.
MmgPen(Graphics, Color) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgPen
Constructor that sets the local Graphics reference and the color of the pen.
MmgPositionTween - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that provides tween support to an underlying MmgObj instance.
MmgPositionTween(MmgObj, float, MmgVector2, MmgVector2) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgPositionTween
 
MmgPositionTween(float, MmgVector2, MmgVector2) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgPositionTween
 
MmgPulse - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that represents a pulse or changing value.
MmgPulse(int, long, double, MmgVector2) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgPulse
Constructor that sets the start direction, the total milliseconds, the change, and a baseline scaling value.
MmgRect - Class in net.middlemind.MmgGameApiJava.MmgBase
A rectangle class that wraps the lower level rectangle class.
MmgRect() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgRect
Constructor for this class.
MmgRect(MmgRect) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgRect
Constructor for this class that is created from an existing MmgRect class.
MmgRect(int, int, int, int) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgRect
Constructor for this class that sets the position and size of the rectangle.
MmgRect(MmgVector2, int, int) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgRect
Constructor for this class that sets the position and dimensions of this rectangle.
MmgScreenData - Class in net.middlemind.MmgGameApiJava.MmgBase
A class that represents the screen data of the game.
MmgScreenData() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgScreenData
Constructor for this class that sets all default values.
MmgScreenData(int, int) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgScreenData
Constructor for this class that sets the screen width and height to the same given values as the game width and height.
MmgScreenData(int, int, int, int) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgScreenData
Constructor for this class that sets the screen dimensions and the game dimensions.
MmgSizeTween - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that provides tween support to an underlying MmgObj instance.
MmgSizeTween(MmgObj, float, MmgVector2, MmgVector2) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSizeTween
 
MmgSizeTween(float, MmgVector2, MmgVector2) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSizeTween
 
MmgSound - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that wraps the underlying sound object.
MmgSound(Clip) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSound
Constructor that sets the sound Clip value.
MmgSound(MmgSound) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSound
Constructor that sets the value of this class based on the attributes of the given argument.
MmgSplashScreen - Class in net.middlemind.MmgGameApiJava.MmgBase
A class that represents a splash screen.
MmgSplashScreen(int) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSplashScreen
Constructor that sets the splash screen display time.
MmgSplashScreen(MmgSplashScreen) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSplashScreen
Constructor that sets the splash screen attributes based on the values of the given argument.
MmgSplashScreen() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSplashScreen
Constructor that sets the display time to the default display time.
MmgSplashScreen.MmgSplashScreenTimer - Class in net.middlemind.MmgGameApiJava.MmgBase
Inner class used to time how long to display the splash screen.
MmgSplashScreenTimer(long) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSplashScreen.MmgSplashScreenTimer
Generic constructor sets the display time in ms.
MmgSprite - Class in net.middlemind.MmgGameApiJava.MmgBase
A class that represents a sprite image.
MmgSprite(MmgBmp[], MmgRect, MmgRect, MmgVector2, MmgVector2, float) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSprite
Constructor that sets the MmgBmp array, the source rectangle, the destination rectangle, the origin, the scaling vector, and the rotation.
MmgSprite(MmgBmp[], MmgVector2, MmgVector2, MmgVector2, float) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSprite
Constructor that sets the MmgBmp frames, the position, the origin, the scaling vector, and the rotation.
MmgSprite(MmgBmp[], MmgVector2) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSprite
 
MmgSprite(MmgBmp[]) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSprite
 
MmgSprite(MmgSprite) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgSprite
Constructor that sets the value of the class attributes based on the attributes of the given argument.
mmgUid - Variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgObj
The id of this MmgObj.
MmgUpdate(int, long, long) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgContainer
 
MmgUpdate(int, long, long) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgGameScreen
 
MmgUpdate(int, long, long) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgObj
 
MmgUpdate(int, long, long) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgPositionTween
Update the current sprite animation frame index.
MmgUpdate(int, long, long) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgSizeTween
* Update the current sprite animation frame index.
MmgUpdate(int, long, long) - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgSprite
Update the current sprite animation frame index.
MmgUpdateHandler - Interface in net.middlemind.MmgGameApiJava.MmgBase
Class template for handling update events.
MmgVector2 - Class in net.middlemind.MmgGameApiJava.MmgBase
Class that represents a two dimensional vector.
MmgVector2() - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgVector2
Constructor for this class.
MmgVector2(MmgVector2) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgVector2
Constructor for this class sets its values based on the attributes of the given argument.
MmgVector2(double[]) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgVector2
Constructor that sets the X, Y value of the vector.
MmgVector2(double, double) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgVector2
Constructor that sets the X, Y value of the vector.
MmgVector2(float, float) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgVector2
Constructor that sets the X, Y value of the vector.
MmgVector2(int, int) - Constructor for class net.middlemind.MmgGameApiJava.MmgBase.MmgVector2
Constructor that sets the X, Y value of the vector.
MoveMenuSelDown() - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgGameScreen
Move the current menu selection down.
MoveMenuSelUp() - Method in class net.middlemind.MmgGameApiJava.MmgBase.MmgGameScreen
Move the current menu selection up.
ms - Static variable in class net.middlemind.MmgGameApiJava.MmgBase.MmgMediaTracker
Hashtable used to track loading of image resources, in a central place.
A C D E F G H I L M N P R S T U V W 
Skip navigation links