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

masb.fxgl-entity.11.8.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 21.1
Show newest version
/*
 * FXGL - JavaFX Game Library. The MIT License (MIT).
 * Copyright (c) AlmasB ([email protected]).
 * See LICENSE for details.
 */

/**
 * @author Almas Baimagambetov ([email protected])
 */
module com.almasb.fxgl.entity {
    requires com.almasb.fxgl.core;
    requires com.almasb.fxgl.media;
    requires java.xml;

    opens com.almasb.fxgl.entity.component to com.almasb.fxgl.core;
    opens com.almasb.fxgl.entity.components to com.almasb.fxgl.core;

    exports com.almasb.fxgl.entity;
    exports com.almasb.fxgl.entity.action;
    exports com.almasb.fxgl.entity.component;
    exports com.almasb.fxgl.entity.components;
    exports com.almasb.fxgl.entity.level;
    exports com.almasb.fxgl.entity.level.text;
    exports com.almasb.fxgl.entity.level.tiled;
    exports com.almasb.fxgl.physics;
    exports com.almasb.fxgl.physics.box2d.dynamics;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy