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

org.ggp.base.player.gamer.python.stubs.SamplePythonGamerStub Maven / Gradle / Ivy

The newest version!
package org.ggp.base.player.gamer.python.stubs;
import org.ggp.base.player.gamer.python.PythonGamer;

/**
 * SamplePythonGamerStub is a stub pointing to a version of @RandomGamer that
 * has been implemented in Python. This stub needs to exist so that the Python
 * code can interoperate with the rest of the Java framework (and applications
 * like Kiosk and PlayerPanel as a result).
 *
 * @author Sam
 */
public final class SamplePythonGamerStub extends PythonGamer
{
    @Override
    protected String getPythonGamerModule() { return "sample_gamer"; }
    @Override
    protected String getPythonGamerName() { return "SamplePythonGamer"; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy