Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E G H I L N O P Q R S T U W

A

About - class org.metacosm.framework.command.About.
Gives some info about Metacosm.
About() - Constructor for class org.metacosm.framework.command.About
 
AddAbsoluteModifier - class org.metacosm.framework.command.AddAbsoluteModifier.
Adds an absolute modifier to a property in an influence.
AddAbsoluteModifier() - Constructor for class org.metacosm.framework.command.AddAbsoluteModifier
 
AddAction - class org.metacosm.framework.command.AddAction.
Declares an Action in an Influence.
AddAction() - Constructor for class org.metacosm.framework.command.AddAction
 
AddController - class org.metacosm.framework.command.AddController.
Adds an Influence to an Entity.
AddController() - Constructor for class org.metacosm.framework.command.AddController
 
AddDescription - class org.metacosm.framework.command.AddDescription.
Adds a description to an Influence.
AddDescription() - Constructor for class org.metacosm.framework.command.AddDescription
 
AddInfluence - class org.metacosm.framework.command.AddInfluence.
Adds an Influence to an Entity.
AddInfluence() - Constructor for class org.metacosm.framework.command.AddInfluence
 
AddProperty - class org.metacosm.framework.command.AddProperty.
Declares a Property in an Influence.
AddProperty() - Constructor for class org.metacosm.framework.command.AddProperty
 
AddRandomAbsoluteModifier - class org.metacosm.framework.command.AddRandomAbsoluteModifier.
Add a random absolute modifier to an Influence.
AddRandomAbsoluteModifier() - Constructor for class org.metacosm.framework.command.AddRandomAbsoluteModifier
 
AddRelativeModifier - class org.metacosm.framework.command.AddRelativeModifier.
Add a relative modifier to an Influence.
AddRelativeModifier() - Constructor for class org.metacosm.framework.command.AddRelativeModifier
 
AppendDescription - class org.metacosm.framework.command.AppendDescription.
Append a description to an Influence.
AppendDescription() - Constructor for class org.metacosm.framework.command.AppendDescription
 

B

BAD_PARAMETER - Static variable in class org.metacosm.framework.command.Result
At least one parameter is illegal/invalid/incorrect/inconsistent/incoherent/inapplicable/unfriendly
Buy - class org.metacosm.framework.command.Buy.
 
Buy() - Constructor for class org.metacosm.framework.command.Buy
 

C

COPYING - class org.metacosm.framework.command.COPYING.
Licenses from Metacosm and the current instance
COPYING() - Constructor for class org.metacosm.framework.command.COPYING
 
Commands - class org.metacosm.framework.command.Commands.
Lists the commands.
Commands() - Constructor for class org.metacosm.framework.command.Commands
 
ControllerCommand - interface org.metacosm.framework.command.ControllerCommand.
A ControllerCommand is a command applied on an Controller.
In the game, it's the command an entity does.

D

DICE_SEPARATOR - Static variable in class org.metacosm.framework.command.AddRandomAbsoluteModifier
 
displayAll(Iterator, String) - Method in class org.metacosm.framework.command.Show
 

E

execute(Player, ArrayList) - Method in class org.metacosm.framework.command.About
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.AddAbsoluteModifier
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.AddAction
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.AddController
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.AddDescription
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.AddInfluence
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.AddProperty
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.AddRandomAbsoluteModifier
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.AddRelativeModifier
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.AppendDescription
 
execute(CharacterController, ArrayList) - Method in class org.metacosm.framework.command.Buy
Executes the command with the controller as author and with parameters.
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.COPYING
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.Commands
 
execute(CharacterController, ArrayList) - Method in interface org.metacosm.framework.command.ControllerCommand
Executes the command with the controller as author and with parameters.
execute(CharacterController, ArrayList) - Method in class org.metacosm.framework.command.Go
Executes the command with the controller as author and with parameters.
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.Help
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.Inventory
Executes the command with the controller as author and with parameters.
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.NewEntity
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.NewInfluence
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.NewProperty
 
execute(Player, ArrayList) - Method in interface org.metacosm.framework.command.PlayerCommand
Executes the command with the player as author and with parameters.
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.Quit
 
execute(CharacterController, ArrayList) - Method in class org.metacosm.framework.command.Read
Executes the command with the controller as author and with parameters.
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.Save
 
execute(Player, ArrayList) - Method in class org.metacosm.framework.command.Show
 
execute(CharacterController, ArrayList) - Method in class org.metacosm.framework.command.Tell
Executes the command with the controller as author and with parameters.
execute(CharacterController, ArrayList) - Method in class org.metacosm.framework.command.Wait
Executes the command with the controller as author and with parameters.
execute(CharacterController, ArrayList) - Method in class org.metacosm.framework.command.Write
Executes the command with the controller as author and with parameters.

G

Go - class org.metacosm.framework.command.Go.
 
Go() - Constructor for class org.metacosm.framework.command.Go
 

H

Help - class org.metacosm.framework.command.Help.
Give some help about a command.
Help() - Constructor for class org.metacosm.framework.command.Help
 
help - Static variable in class org.metacosm.framework.command.NewEntity
 

I

INAPPLICABLE - Static variable in class org.metacosm.framework.command.Result
This command can't be applied to this Controller/Player.
Inventory - class org.metacosm.framework.command.Inventory.
 
Inventory() - Constructor for class org.metacosm.framework.command.Inventory
 

L

license - Variable in class org.metacosm.framework.command.COPYING
 

N

NOT_ENOUGH_PARAMETERS - Static variable in class org.metacosm.framework.command.Result
X (X > 0) parameters and X+1 needed
NewEntity - class org.metacosm.framework.command.NewEntity.
Creates an Entity.
NewEntity() - Constructor for class org.metacosm.framework.command.NewEntity
 
NewInfluence - class org.metacosm.framework.command.NewInfluence.
Creates an influence.
NewInfluence() - Constructor for class org.metacosm.framework.command.NewInfluence
 
NewProperty - class org.metacosm.framework.command.NewProperty.
Creates an property.
NewProperty() - Constructor for class org.metacosm.framework.command.NewProperty
 

O

OK - Static variable in class org.metacosm.framework.command.Result
Allowed command
org.metacosm.framework.command - package org.metacosm.framework.command
 

P

PlayerCommand - interface org.metacosm.framework.command.PlayerCommand.
A PlayerCommand is a command applied on an Player.
In the game, it's the command the player does.

Q

Quit - class org.metacosm.framework.command.Quit.
Disconnects a player from the game.
Quit() - Constructor for class org.metacosm.framework.command.Quit
 

R

Read - class org.metacosm.framework.command.Read.
 
Read() - Constructor for class org.metacosm.framework.command.Read
 
Result - class org.metacosm.framework.command.Result.
Result from the execute() method from commands.
Result() - Constructor for class org.metacosm.framework.command.Result
Only public instances in parameters are available.

S

Save - class org.metacosm.framework.command.Save.
TODO to remove for a real release.
Save() - Constructor for class org.metacosm.framework.command.Save
 
Show - class org.metacosm.framework.command.Show.
Displays info on game elements.
Show() - Constructor for class org.metacosm.framework.command.Show
 

T

TOO_MANY_PARAMETERS - Static variable in class org.metacosm.framework.command.Result
X (X > 0) parameters and Y (Y < X) needed
Tell - class org.metacosm.framework.command.Tell.
 
Tell() - Constructor for class org.metacosm.framework.command.Tell
 

U

UNEXPECTED_PARAMETER - Static variable in class org.metacosm.framework.command.Result
At least one parameter and no needed
UNKNOWN_ERROR - Static variable in class org.metacosm.framework.command.Result
Something bad happened.
USAGE - Static variable in class org.metacosm.framework.command.NewProperty
 

W

Wait - class org.metacosm.framework.command.Wait.
 
Wait() - Constructor for class org.metacosm.framework.command.Wait
 
Write - class org.metacosm.framework.command.Write.
 
Write() - Constructor for class org.metacosm.framework.command.Write
 

A B C D E G H I L N O P Q R S T U W