walkmc.Aliases.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resources-addon Show documentation
Show all versions of resources-addon Show documentation
A resources API/Addon with compatibility with others plugins
The newest version!
package walkmc
import com.comphenix.protocol.*
import com.intellectualcrafters.plot.`object`.*
typealias ClientPlayPacket = PacketType.Play.Client
typealias ServerPlayPacket = PacketType.Play.Server
typealias ClientLoginPacket = PacketType.Login.Client
typealias ServerLoginPacket = PacketType.Login.Server
typealias ClientStatusPacket = PacketType.Status.Client
typealias ServerStatusPacket = PacketType.Status.Server
typealias ClientHandshakePacket = PacketType.Handshake.Client
typealias ServerHandshakePacket = PacketType.Handshake.Server
typealias PlotLocation = Location