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

io.github.thewebcode.yplugin.nms.NMSPlayer Maven / Gradle / Ivy

package io.github.thewebcode.yplugin.nms;

import net.minecraft.network.protocol.Packet;
import net.minecraft.server.level.EntityPlayer;
import net.minecraft.server.network.PlayerConnection;
import org.bukkit.entity.Player;

public interface NMSPlayer {
    void sendPacket(Packet packet);

    Player getPlayer();

    PlayerConnection getConnection();

    EntityPlayer getHandle();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy