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

com.almasb.fxgl.entity.EntityFactory Maven / Gradle / Ivy

/*
 * FXGL - JavaFX Game Library. The MIT License (MIT).
 * Copyright (c) AlmasB ([email protected]).
 * See LICENSE for details.
 */

package com.almasb.fxgl.entity;

/**
 * Marks a class that is responsible for creating entities.
 * Each method in that class annotated with {@link Spawns} can be used
 * to spawn entities.
 *
 * @author Almas Baimagambetov ([email protected])
 */
public interface EntityFactory {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy