cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Class ArmorDescriptorFactory

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.ArmorDescriptorFactory
All Implemented Interfaces:
IDescriptorFactory<ArmorDescriptor>

public class ArmorDescriptorFactory
extends java.lang.Object
implements IDescriptorFactory<ArmorDescriptor>

An ammo factory takes care about all items which fall into a ItemType.Category#ARMOR.


Method Summary
static ArmorDescriptorFactory getInstance()
           
 ArmorDescriptor getNewDescriptor(ItemTyped configMsg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ArmorDescriptorFactory getInstance()

getNewDescriptor

public ArmorDescriptor getNewDescriptor(ItemTyped configMsg)
Specified by:
getNewDescriptor in interface IDescriptorFactory<ArmorDescriptor>