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

net.kender.MCutils.players.Server.ServerIp Maven / Gradle / Ivy

The newest version!
package net.kender.MCutils.players.Server;

public class ServerIp {
    public String IP;
    private ServerIp(String ip){
        IP = ip;
    }
    public static ServerIp of(String a){
        return new ServerIp(a);
    }
    // TODO añadir mas metdos
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy