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

personthecat.catlib.event.player.PlayerConnectedCallback Maven / Gradle / Ivy

Go to download

Utilities for serialization, commands, noise generation, IO, and some new data types.

The newest version!
package personthecat.catlib.event.player;

import net.minecraft.class_1657;
import net.minecraft.server.MinecraftServer;

@FunctionalInterface
public interface PlayerConnectedCallback {
    void accept(final class_1657 player, final MinecraftServer server);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy