A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
M — Constant static property in class com.threerings.ui.KeyboardCodes
M — Constant static property in class com.threerings.util.Random
MailUtil — Class in package com.threerings.util
Utility methods relating to the electronic mails.
makeComputing(computer) — Method in class com.threerings.util.maps.MapBuilder
Make the map compute values for missing keys with the given function.
makeExpiring(ttl, expireHandler) — Method in class com.threerings.util.maps.MapBuilder
Make the Map auto-expire elements.
makeExpiring(ttl, expireHandler) — Method in class com.threerings.util.sets.SetBuilder
Make the Set auto-expire elements.
makeFace(text, rounded, foreground, background, padding, textFormat) — Method in class com.threerings.ui.SimpleTextButton
makeGrayscale() — Method in class com.threerings.display.ColorMatrix
makeImmutable() — Method in class com.threerings.util.maps.MapBuilder
Make the Map immutable.
makeImmutable() — Method in class com.threerings.util.sets.SetBuilder
Make the Set immutable.
makeLR(maxSize, accessOrder) — Method in class com.threerings.util.maps.MapBuilder
Make the Map a cache, disposing of the least-recently-accessed (or least-recently-inserted) mappings whenever size exceeds maxSize.
makeLR(maxSize, accessOrder) — Method in class com.threerings.util.sets.SetBuilder
Make the Set a cache, disposing of the least-recently-accessed (or just inserted) value whenever size exceeds maxSize.
makePersistent(name) — Static method in class com.whirled.net.NetConstants
Transform a name to a persistent name.
makeSorted(comp) — Method in class com.threerings.util.maps.MapBuilder
Make the Map sorted.
makeSorted(comp) — Method in class com.threerings.util.sets.SetBuilder
Make the Map sorted.
makeTransient(name) — Static method in class com.whirled.net.NetConstants
Transforms a persistent name back to a transient one.
makeWeakValues() — Method in class com.threerings.util.maps.MapBuilder
Make the Map have weakly-held values.
_map — Property in class com.threerings.util.MapProxyObject
The map we use for storage.
Map — Interface in package com.threerings.util
A Map is an object that maps keys to values.
MapBuilder — Class in package com.threerings.util.maps
Builds Maps.
MapBuilder(keyClazz) — Constructor in class com.threerings.util.maps.MapBuilder
MapProxyObject — Class in package com.threerings.util
Makes a Map behave like an object.
MapProxyObject(source:com.threerings.util:Map) — Constructor in class com.threerings.util.MapProxyObject
Construct a MapProxyObject backed by the specified Map.
Maps — Class in package com.threerings.util
Factory methods for creating various Maps.
MapSet — Class in package com.threerings.util.sets
A Set that uses a Map for backing store, thus allowing us to build on the various Maps in useful ways.
MapSet(source:com.threerings.util:Map) — Constructor in class com.threerings.util.sets.MapSet
markAsHandled() — Method in class com.threerings.util.CommandEvent
Mark this command as handled, stopping its propagation up the hierarchy.
MASK_FIELD_PROPS — Constant static property in class com.threerings.text.TextFieldUtil
MathUtil — Class in package com.threerings.util
Collection of math utility functions.
matrix — Property in class com.threerings.display.ColorMatrix
MATRIX_A — Constant static property in class com.threerings.util.Random
_maxAge — Property in class com.threerings.util.TimeBuffer
maxAge — Property in class com.threerings.util.TimeBuffer
Sets the maximum age of items in the buffer, in milliseconds.
maxH — Property in class com.threerings.media.ScalingMediaContainer
MAX_TICKERS — Constant static property in class com.whirled.game.loopback.LoopbackGameControl
MAX_USER_COOKIE — Constant static property in class com.whirled.game.loopback.LoopbackGameControl
maxW — Property in class com.threerings.media.ScalingMediaContainer
Publicly available, but do not change.
_media — Property in class com.threerings.media.MediaContainer
Either a Loader or a VideoDisplay.
MediaContainer — Class in package com.threerings.media
A wrapper class for all media that will be placed on the screen.
MediaContainer(url) — Constructor in class com.threerings.media.MediaContainer
Constructor.
MediaPlayer — Interface in package com.threerings.media
Implemented by media-playing backends.
MediaPlayerCodes — Class in package com.threerings.media
_mediaScale — Property in class com.threerings.media.ScalingMediaContainer
mediaSizeKnown — Event in class com.threerings.media.MediaContainer
Dispatched when the size of the media being loaded is known.
memoryChanged — Event in class com.whirled.EntityControl
Dispatched when the instance in control updates the memory of this digital item.
MEMORY_CHANGED — Constant static property in class com.whirled.ControlEvent
An event type dispatched when the memory has changed.
MenuUtil — Class in package com.threerings.ui
merge(srcBag, intoBag) — Method in class com.whirled.game.BagsSubControl
Merge all values from the specified bag into the other bag.
mergeCollection_v1(srcColl, intoColl) — Method in class com.whirled.game.loopback.LoopbackGameControl
message — Property in class com.whirled.game.UserChatEvent
Get the content of the chat.
messageReceived — Event in class com.whirled.EntityControl
Dispatched when any instance sends a message to all instances.
MESSAGE_RECEIVED — Constant static property in class com.whirled.ControlEvent
An event type dispatched when a message is received.
MESSAGE_RECEIVED — Constant static property in class com.whirled.net.MessageReceivedEvent
The type of all MessageReceivedEvents.
MessageReceivedEvent — Class in package com.whirled.net
Dispatched on the 'net' subcontrol when a message is sent by any client.
MessageReceivedEvent(messageName, value, senderId) — Constructor in class com.whirled.net.MessageReceivedEvent
MessageSubControl — Interface in package com.whirled.net
Provides message passing functionality to a set of listener(s), e.g.
_metadata — Property in class com.threerings.media.FlvVideoPlayer
metadata — Event in interface com.threerings.media.MediaPlayer
Dispatched when media metadata is available, if ever.
METADATA — Constant static property in class com.threerings.media.MediaPlayerCodes
MIN_TICKER_INTERVAL — Constant static property in class com.whirled.game.loopback.LoopbackGameControl
MINUS — Constant static property in class com.threerings.ui.KeyboardCodes
mobAppearanceChanged — Event in class com.whirled.avrg.MobSubControlBase
Dispatched when the location or orientation of a MOB changes.
MOB_APPEARANCE_CHANGED — Constant static property in class com.whirled.avrg.AVRGameControlEvent
An event type dispatched when a spawned MOB has changed appearance.
mobControlAvailable — Event in class com.whirled.avrg.RoomSubControlBase
Dispatched when a MOB has been created.
MOB_CONTROL_AVAILABLE — Constant static property in class com.whirled.avrg.AVRGameRoomEvent
An event type dispatched when the control for a MOB spawned in the room has become available.
mobSpriteExporter — Property in class com.whirled.avrg.LocalSubControl
Accesses the previously set mob sprite exporter.
MobSubControlBase — Class in package com.whirled.avrg
Provides a means of accessing and controlling a previously spawned MOB.
MobSubControlClient — Class in package com.whirled.avrg
Provides clients with a means of accessing and controlling a previously spawned MOB.
MobSubControlServer — Class in package com.whirled.avrg
Provides the server agent with a means of controlling a previously spawned MOB.
_module — Property in class com.threerings.util.Log
The module to which this log instance applies.
_months — Static property in class com.threerings.util.DateUtil
_mouseables — Static property in class com.threerings.text.TextFieldUtil
_mouseEnabled — Property in class com.threerings.display.DisablingButton
mouseEnabled — Property in class com.threerings.display.DisablingButton
movementFn(elapsed, index) — Method in class com.threerings.display.SiningTextAnimation
moveSpeed — Property in class com.whirled.avrg.AVRGameAvatar
The avatar's move speed, in pixels per second.
moveTo(x, y, z) — Method in class com.whirled.avrg.MobSubControlServer
Moves the mob to a new place in room coordinates.
moveToRoom(roomId, exitCoords) — Method in class com.whirled.avrg.PlayerSubControlBase
Instructs this player's client to move to the specified room, or pass 0 to put the player in no room.
Mp3AudioPlayer — Class in package com.threerings.media
Mp3AudioPlayer(loop) — Constructor in class com.threerings.media.Mp3AudioPlayer
_msg — Property in class com.threerings.util.Joiner
MsgReceived — Event in class com.whirled.avrg.GameSubControlBase
Dispatched when a message arrives with information that is not part of the shared game state.
MsgReceived — Event in class com.whirled.avrg.PlayerSubControlClient
Dispatched when a message arrives with information that is not part of the shared game state.
MsgReceived — Event in class com.whirled.avrg.RoomSubControlClient
Dispatched when a message arrives with information that is not part of the shared game state.
MsgReceived — Event in class com.whirled.game.NetSubControl
Dispatched when a message arrives with information that is not part of the shared game state.
MultiLoader — Class in package com.threerings.util
Easy loader for many things, including managing multiple downloads.
MultiLoader(sources, completeCallback, generatorFn, forEach, isCompleteCheckFn, errorTypes, completeType) — Constructor in class com.threerings.util.MultiLoader
Coordinate loading some asynchronous objects.
musicId3 — Event in class com.whirled.EntityControl
Dispatched when id3 data is found in the currently playing song.
musicId3 — Event in class com.whirled.avrg.RoomSubControlClient
Dispatched when id3 data is found in the currently playing song.
MUSIC_ID3 — Constant static property in class com.whirled.ControlEvent
An event that may be dispatched soon after music starts playing.
musicStarted — Event in class com.whirled.EntityControl
Dispatched when music starts playing in the room.
musicStarted — Event in class com.whirled.avrg.RoomSubControlBase
Dispatched when music starts playing in the room.
MUSIC_STARTED — Constant static property in class com.whirled.ControlEvent
An event dispatched when some music starts playing.
musicStopped — Event in class com.whirled.EntityControl
Dispatched when music stops playing in the room.
musicStopped — Event in class com.whirled.avrg.RoomSubControlBase
Dispatched when music stops playing in the room.
MUSIC_STOPPED — Constant static property in class com.whirled.ControlEvent
An event dispatched when some music stops playing.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z