[mud4j-commit] SF.net SVN: mud4j: [52] trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ ItemType.
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2006-12-24 17:56:46
|
Revision: 52 http://mud4j.svn.sourceforge.net/mud4j/?rev=52&view=rev Author: mpurland Date: 2006-12-24 09:56:43 -0800 (Sun, 24 Dec 2006) Log Message: ----------- Add setName for item type. Modified Paths: -------------- trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ItemType.java Modified: trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ItemType.java =================================================================== --- trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ItemType.java 2006-12-24 17:54:16 UTC (rev 51) +++ trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ItemType.java 2006-12-24 17:56:43 UTC (rev 52) @@ -28,4 +28,11 @@ * @return Returns the name of the item type. */ public String getName(); + + /** + * Set the name of the type of the item. + * + * @param newItemName New item name for the item type. + */ + public void setName(String newItemName); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |