Skip navigation links
C D G P R S 

C

com.kraftics.krafticslib.packet - package com.kraftics.krafticslib.packet
 

D

detectVersion() - Static method in class com.kraftics.krafticslib.packet.Reflection
Detects the version of this server for NMS or CraftBukkit classes

G

getCraftClass(String) - Method in class com.kraftics.krafticslib.packet.Reflection
Gets a CraftBukkit (org.bukkit.craftbukkit) class
getGetHandleHandle() - Method in class com.kraftics.krafticslib.packet.PacketProcessor
 
getNMSClass(String) - Method in class com.kraftics.krafticslib.packet.Reflection
Gets a NMS (net.minecraft.server) class
getPing(Player) - Method in class com.kraftics.krafticslib.packet.PacketProcessor
Gets ping of a player
getPingHandle() - Method in class com.kraftics.krafticslib.packet.PacketProcessor
 
getPlayerConnection(Player) - Method in class com.kraftics.krafticslib.packet.PacketProcessor
Gets player connection of a player used to send packets or other things.
getPlayerConnectionHandle() - Method in class com.kraftics.krafticslib.packet.PacketProcessor
 
getReflection() - Method in class com.kraftics.krafticslib.packet.PacketProcessor
 
getSendPacketHandle() - Method in class com.kraftics.krafticslib.packet.PacketProcessor
 

P

PacketProcessor - Class in com.kraftics.krafticslib.packet
Packet handler for NMS and CraftBukkit
PacketProcessor(Reflection) - Constructor for class com.kraftics.krafticslib.packet.PacketProcessor
Creates instance of the packet processor.

R

Reflection - Class in com.kraftics.krafticslib.packet
Reflection handler for NMS and CraftBukkit.
Reflection(String) - Constructor for class com.kraftics.krafticslib.packet.Reflection
Creates an instance with the entered version
Reflection() - Constructor for class com.kraftics.krafticslib.packet.Reflection
Creates an instace by detecting the version

S

sendPacket(Player, Object) - Method in class com.kraftics.krafticslib.packet.PacketProcessor
Sends packet to a player
C D G P R S 
Skip navigation links