public class ModLoaderEntitySpawnCallback extends Object implements com.google.common.base.Function<EntitySpawnPacket,Entity>
Constructor and Description |
---|
ModLoaderEntitySpawnCallback(BaseModProxy mod,
EntityRegistry.EntityRegistration er) |
public ModLoaderEntitySpawnCallback(BaseModProxy mod, EntityRegistry.EntityRegistration er)
public Entity apply(EntitySpawnPacket input)
apply
in interface com.google.common.base.Function<EntitySpawnPacket,Entity>