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

net.minestom.server.utils.Unit Maven / Gradle / Ivy

package net.minestom.server.utils;

public final class Unit {
    //todo would rather just support void

    public static final Unit INSTANCE = new Unit();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy