cpw.mods.fml.common.modloader
Class ModLoaderEntitySpawnCallback

java.lang.Object
  extended by cpw.mods.fml.common.modloader.ModLoaderEntitySpawnCallback
All Implemented Interfaces:
com.google.common.base.Function<EntitySpawnPacket,Entity>

public class ModLoaderEntitySpawnCallback
extends Object
implements com.google.common.base.Function<EntitySpawnPacket,Entity>


Constructor Summary
ModLoaderEntitySpawnCallback(BaseModProxy mod, EntityRegistry.EntityRegistration er)
           
 
Method Summary
 Entity apply(EntitySpawnPacket input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ModLoaderEntitySpawnCallback

public ModLoaderEntitySpawnCallback(BaseModProxy mod,
                                    EntityRegistry.EntityRegistration er)
Method Detail

apply

public Entity apply(EntitySpawnPacket input)
Specified by:
apply in interface com.google.common.base.Function<EntitySpawnPacket,Entity>