All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jcc.state.EffectEngine Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package net.sf.jcc.state;

public interface EffectEngine 
{
	public void invokeEffect(Entity entity, String effect);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy