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

net.k3nder.core.mc.quickplays.Multiplayer Maven / Gradle / Ivy

The newest version!
package net.k3nder.core.mc.Quikplays;

import net.k3nder.core.mc.quickplays.Quikplay;
import net.kender.MCutils.players.Server.Server;

public class Multiplayer extends Quikplay {
    public Multiplayer(Server r){
        s = r;
    }
    public Multiplayer(Server r,long port){
        s = r;
        sp = port;
    }
    // TODO añadir mas  Methodos
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy