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

dev.cerus.maps.util.EntityIdUtil Maven / Gradle / Ivy

There is a newer version: 3.8.9
Show newest version
package dev.cerus.maps.util;

public class EntityIdUtil {

    private static int ID = 17031703;

    private EntityIdUtil() {
    }

    public static int next() {
        return ID++;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy