cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class UT2004CompositeObjectCreator.IncomingProjectileCreator

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.IncomingProjectileCreator
All Implemented Interfaces:
UT2004CompositeObjectCreator.ICompositeWorldObjectCreator<IncomingProjectile>
Enclosing class:
UT2004CompositeObjectCreator

public static class UT2004CompositeObjectCreator.IncomingProjectileCreator
extends java.lang.Object
implements UT2004CompositeObjectCreator.ICompositeWorldObjectCreator<IncomingProjectile>


Constructor Summary
UT2004CompositeObjectCreator.IncomingProjectileCreator()
           
 
Method Summary
 IncomingProjectile create(ILocalWorldObject localPart, ISharedWorldObject sharedPart, IStaticWorldObject staticPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UT2004CompositeObjectCreator.IncomingProjectileCreator

public UT2004CompositeObjectCreator.IncomingProjectileCreator()
Method Detail

create

public IncomingProjectile create(ILocalWorldObject localPart,
                                 ISharedWorldObject sharedPart,
                                 IStaticWorldObject staticPart)
Specified by:
create in interface UT2004CompositeObjectCreator.ICompositeWorldObjectCreator<IncomingProjectile>