Skip navigation links
A B C D E F G H I K L M N P Q R S T U V W 

A

ADD - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded plus sign from Material Icons.
AlpineClientApi - Class in com.alpineclient.plugin.api
Main wrapper class to interact with the API.
AlpinePlayer - Class in com.alpineclient.plugin.api.objects
Holds data about an Alpine Client user and provides methods for interacting with them.
AlpinePlayer(Player, HandshakeData) - Constructor for class com.alpineclient.plugin.api.objects.AlpinePlayer
 
AlpinePlayer(Player, String, String) - Constructor for class com.alpineclient.plugin.api.objects.AlpinePlayer
 

B

build() - Method in class com.alpineclient.plugin.api.objects.Cooldown.Builder
Assembles the Cooldown.
build() - Method in class com.alpineclient.plugin.api.objects.Notification.Builder
Assembles the Notification.
build() - Method in class com.alpineclient.plugin.api.objects.Waypoint.Builder
Assembles the Waypoint.
builder() - Static method in class com.alpineclient.plugin.api.objects.Cooldown
Begins a new builder of this class.
Builder() - Constructor for class com.alpineclient.plugin.api.objects.Cooldown.Builder
 
builder() - Static method in class com.alpineclient.plugin.api.objects.Notification
Begins a new builder of this class.
Builder() - Constructor for class com.alpineclient.plugin.api.objects.Notification.Builder
 
builder() - Static method in class com.alpineclient.plugin.api.objects.Waypoint
Begins a new builder of this class.
Builder() - Constructor for class com.alpineclient.plugin.api.objects.Waypoint.Builder
 

C

Capability - Enum in com.alpineclient.plugin.api.objects
Describes a capability of the server.
ClientDisconnectEvent - Class in com.alpineclient.plugin.api.event
Called whenever a user who had previously completed a handshake disconnects.
ClientDisconnectEvent(AlpinePlayer) - Constructor for class com.alpineclient.plugin.api.event.ClientDisconnectEvent
 
ClientHandshakeEvent - Class in com.alpineclient.plugin.api.event
Called whenever a user successfully completes a handshake.
ClientHandshakeEvent(AlpinePlayer) - Constructor for class com.alpineclient.plugin.api.event.ClientHandshakeEvent
 
ClientResource - Class in com.alpineclient.plugin.api.objects
Represents an image texture.
ClientResource.Type - Enum in com.alpineclient.plugin.api.objects
Represents where the client looks for a resource.
COG - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded cog/settings symbol from Material Icons.
color(int) - Method in class com.alpineclient.plugin.api.objects.Cooldown.Builder
Sets the color to be built into the Cooldown.
color(Color) - Method in class com.alpineclient.plugin.api.objects.Cooldown.Builder
Sets the color to be built into the Cooldown.
color(int) - Method in class com.alpineclient.plugin.api.objects.Notification.Builder
Sets the color to be built into the Notification.
color(Color) - Method in class com.alpineclient.plugin.api.objects.Notification.Builder
Sets the color to be built into the Notification.
color(int) - Method in class com.alpineclient.plugin.api.objects.Waypoint.Builder
Sets the color to be built into the Waypoint.
color(Color) - Method in class com.alpineclient.plugin.api.objects.Waypoint.Builder
Sets the color to be built into the Waypoint.
com.alpineclient.plugin.api - package com.alpineclient.plugin.api
 
com.alpineclient.plugin.api.event - package com.alpineclient.plugin.api.event
 
com.alpineclient.plugin.api.objects - package com.alpineclient.plugin.api.objects
 
com.alpineclient.plugin.api.util - package com.alpineclient.plugin.api.util
 
Cooldown - Class in com.alpineclient.plugin.api.objects
Represents a location in the world that is highlighted to the user.
Cooldown.Builder - Class in com.alpineclient.plugin.api.objects
Builder for Cooldown.

D

DEFAULT_COLOR - Static variable in class com.alpineclient.plugin.api.objects.Cooldown
The default color used in Cooldown.Builder.
DEFAULT_COLOR - Static variable in class com.alpineclient.plugin.api.objects.Notification
The default color used in Notification.Builder.
DEFAULT_COLOR - Static variable in class com.alpineclient.plugin.api.objects.Waypoint
The default color used in Waypoint.Builder.
DEFAULT_DISPLAY_DURATION - Static variable in class com.alpineclient.plugin.api.objects.Notification
The default display duration used in Notification.Builder.
DEFAULT_DURATION - Static variable in class com.alpineclient.plugin.api.objects.Waypoint
The default duration used in Waypoint.Builder.
DEFAULT_TEXTURE - Static variable in class com.alpineclient.plugin.api.objects.Notification
The default display icon used in Notification.Builder.
DEFAULT_WORLD - Static variable in class com.alpineclient.plugin.api.objects.Waypoint
The default world name used in Waypoint.Builder.
deleteWaypoint(UUID) - Method in class com.alpineclient.plugin.api.objects.AlpinePlayer
Requests the player delete a waypoint with a given UUID.
description(String) - Method in class com.alpineclient.plugin.api.objects.Notification.Builder
Sets the description to be built into the Notification.
DISCORD - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, filled Discord logo.
duration(long) - Method in class com.alpineclient.plugin.api.objects.Cooldown.Builder
Sets the duration to be built into the Cooldown.
duration(long) - Method in class com.alpineclient.plugin.api.objects.Notification.Builder
Sets the duration to be built into the Notification.
duration(long) - Method in class com.alpineclient.plugin.api.objects.Waypoint.Builder
Sets the duration to be built into the Waypoint.

E

equals(Object) - Method in class com.alpineclient.plugin.api.objects.ClientResource
 
equals(Object) - Method in class com.alpineclient.plugin.api.objects.Cooldown
 
equals(Object) - Method in class com.alpineclient.plugin.api.objects.Notification
 
equals(Object) - Method in class com.alpineclient.plugin.api.objects.Waypoint
 
external(String) - Static method in class com.alpineclient.plugin.api.objects.ClientResource
Compiles an external resource.

F

fromId(String) - Static method in enum com.alpineclient.plugin.api.objects.Capability
 

G

GAME_CONTROLLER - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded game controller symbol from Material Icons.
getAllPlayers() - Static method in class com.alpineclient.plugin.api.AlpineClientApi
Get all players connected via Alpine Client.
getBukkitPlayer() - Method in class com.alpineclient.plugin.api.objects.AlpinePlayer
Get the underlying Bukkit player object.
getClientBrand() - Method in class com.alpineclient.plugin.api.objects.AlpinePlayer
Get the full client brand consisting of their version and platform.
getColor() - Method in class com.alpineclient.plugin.api.objects.Cooldown
Get the color of the cooldown.
getColor() - Method in class com.alpineclient.plugin.api.objects.Notification
Get the color of the notification.
getColor() - Method in class com.alpineclient.plugin.api.objects.Waypoint
Get the color of the waypoint.
getDescription() - Method in class com.alpineclient.plugin.api.objects.Notification
Get the description of the notification.
getDuration() - Method in class com.alpineclient.plugin.api.objects.Cooldown
Get the duration of the cooldown in milliseconds.
getDuration() - Method in class com.alpineclient.plugin.api.objects.Notification
Get the duration of the notification in milliseconds.
getDuration() - Method in class com.alpineclient.plugin.api.objects.Waypoint
Get the duration of the waypoint in milliseconds.
getHandlerList() - Static method in class com.alpineclient.plugin.api.event.ClientDisconnectEvent
 
getHandlerList() - Static method in class com.alpineclient.plugin.api.event.ClientHandshakeEvent
 
getHandlers() - Method in class com.alpineclient.plugin.api.event.ClientDisconnectEvent
 
getHandlers() - Method in class com.alpineclient.plugin.api.event.ClientHandshakeEvent
 
getId() - Method in enum com.alpineclient.plugin.api.objects.Capability
 
getId() - Method in class com.alpineclient.plugin.api.objects.Cooldown
Get the name of the cooldown.
getId() - Method in class com.alpineclient.plugin.api.objects.Waypoint
Get the unique ID of the waypoint.
getMods() - Method in class com.alpineclient.plugin.api.objects.AlpinePlayer
Deprecated.
functionality removed; no replacement
getName() - Method in class com.alpineclient.plugin.api.objects.Cooldown
Get the name of the cooldown.
getName() - Method in class com.alpineclient.plugin.api.objects.Waypoint
Get the name of the waypoint.
getPlatform() - Method in class com.alpineclient.plugin.api.objects.AlpinePlayer
Get the mod platform the user is on.
getPlayer(Player) - Static method in class com.alpineclient.plugin.api.AlpineClientApi
Get a player connected via Alpine Client.
getPlayer(UUID) - Static method in class com.alpineclient.plugin.api.AlpineClientApi
Get a player connected via Alpine Client.
getPlayer() - Method in class com.alpineclient.plugin.api.event.ClientDisconnectEvent
Get the player which this event pertains to.
getPlayer() - Method in class com.alpineclient.plugin.api.event.ClientHandshakeEvent
Get the player which this event pertains to.
getPos() - Method in class com.alpineclient.plugin.api.objects.Waypoint
Get the position of the waypoint.
getTexture() - Method in class com.alpineclient.plugin.api.objects.Cooldown
Get the texture of the notification.
getTexture() - Method in class com.alpineclient.plugin.api.objects.Notification
Get the texture of the notification.
getTitle() - Method in class com.alpineclient.plugin.api.objects.Notification
Get the title of the notification.
getType() - Method in class com.alpineclient.plugin.api.objects.ClientResource
Get the type of the resource.
getValue() - Method in class com.alpineclient.plugin.api.objects.ClientResource
Get the value of the resource.
getVersion() - Method in class com.alpineclient.plugin.api.objects.AlpinePlayer
Get the Minecraft version the user is on.
getWorld() - Method in class com.alpineclient.plugin.api.objects.Waypoint
Get the name of the world that the waypoint is in.

H

HANGER - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded clothes hanger symbol from Material Icons.
hashCode() - Method in class com.alpineclient.plugin.api.objects.ClientResource
 
hashCode() - Method in class com.alpineclient.plugin.api.objects.Cooldown
 
hashCode() - Method in class com.alpineclient.plugin.api.objects.Notification
 
hashCode() - Method in class com.alpineclient.plugin.api.objects.Waypoint
 
HEART - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded heart symbol from Material Icons.

I

id(UUID) - Method in class com.alpineclient.plugin.api.objects.Cooldown.Builder
Sets the ID to be built into the Cooldown.
infinite() - Method in class com.alpineclient.plugin.api.objects.Waypoint.Builder
Sets the duration to be built into the Waypoint to infinite.
internal(String) - Static method in class com.alpineclient.plugin.api.objects.ClientResource
Compiles an internal resource.
isPlayerConnected(AlpinePlayer) - Static method in class com.alpineclient.plugin.api.AlpineClientApi
Check if a player is currently connected via Alpine Client.
isPlayerConnected(Player) - Static method in class com.alpineclient.plugin.api.AlpineClientApi
Check if a player is connected via Alpine Client.
isPlayerConnected(UUID) - Static method in class com.alpineclient.plugin.api.AlpineClientApi
Check if a player is connected via Alpine Client.

K

KEYBOARD - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded keyboard symbol from Material Icons.

L

LETTER_A_LOGO - Static variable in class com.alpineclient.plugin.api.util.Resources
The Alpine Client "A" logo in white.
LOCATION_PIN - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, unfilled push pin symbol from Material Icons.

M

MOUNTAIN_LOGO - Static variable in class com.alpineclient.plugin.api.util.Resources
The Alpine Client "Mountain" logo in white.

N

name(String) - Method in class com.alpineclient.plugin.api.objects.Cooldown.Builder
Sets the name to be built into the Cooldown.
name(String) - Method in class com.alpineclient.plugin.api.objects.Waypoint.Builder
Sets the name to be built into the Waypoint.
NO_DURATION - Static variable in class com.alpineclient.plugin.api.objects.Waypoint
The value to be used for any Waypoint intended to last an infinite amount of time.
Notification - Class in com.alpineclient.plugin.api.objects
Represents an object that displays a toast popup on the user's screen.
Notification.Builder - Class in com.alpineclient.plugin.api.objects
Builder for Notification.

P

pos(Location) - Method in class com.alpineclient.plugin.api.objects.Waypoint.Builder
Sets the position to be built into the Waypoint.
PUSH_PIN - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, filled push pin symbol from Material Icons.

Q

QUESTION_MARK - Static variable in class com.alpineclient.plugin.api.util.Resources
A white question mark symbol from Material Icons.

R

registerCapabilities(Plugin, Capability...) - Static method in class com.alpineclient.plugin.api.AlpineClientApi
Registers Alpine Client capabilities for a given plugin.
Resources - Class in com.alpineclient.plugin.api.util
Contains some useful icons that can be used in notifications sent to the client.

S

SAVE - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded save symbol from Material Icons.
sendCooldown(Cooldown) - Method in class com.alpineclient.plugin.api.objects.AlpinePlayer
Sends a cooldown to this player.
sendNotification(Notification) - Method in class com.alpineclient.plugin.api.objects.AlpinePlayer
Sends a notification to this player.
sendWaypoint(Waypoint) - Method in class com.alpineclient.plugin.api.objects.AlpinePlayer
Sends a waypoint to this player.
SHIRT - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded shirt symbol from Material Icons.
SHOPPING_CART - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded shopping cart symbol from Material Icons.

T

texture(ClientResource) - Method in class com.alpineclient.plugin.api.objects.Cooldown.Builder
Sets the texture to be built into the Cooldown.
texture(ClientResource) - Method in class com.alpineclient.plugin.api.objects.Notification.Builder
Sets the texture to be built into the Notification.
title(String) - Method in class com.alpineclient.plugin.api.objects.Notification.Builder
Sets the title to be built into the Notification.
toString() - Method in class com.alpineclient.plugin.api.objects.ClientResource
 
toString() - Method in class com.alpineclient.plugin.api.objects.Cooldown
 
toString() - Method in class com.alpineclient.plugin.api.objects.Notification
 
toString() - Method in class com.alpineclient.plugin.api.objects.Waypoint
 

U

unregisterCapabilities(Plugin) - Static method in class com.alpineclient.plugin.api.AlpineClientApi
Unregister all Alpine Client capabilities for a given plugin.
UPLOAD - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded upload symbol from Material Icons.

V

valueOf(String) - Static method in enum com.alpineclient.plugin.api.objects.Capability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alpineclient.plugin.api.objects.ClientResource.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.alpineclient.plugin.api.objects.Capability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alpineclient.plugin.api.objects.ClientResource.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - Static variable in class com.alpineclient.plugin.api.util.Resources
A white, rounded warning symbol from Material Icons.
Waypoint - Class in com.alpineclient.plugin.api.objects
Represents a location in the world that is highlighted to the user.
Waypoint.Builder - Class in com.alpineclient.plugin.api.objects
Builder for Waypoint.
world(String) - Method in class com.alpineclient.plugin.api.objects.Waypoint.Builder
Sets the world name to be built into the Waypoint.
world(World) - Method in class com.alpineclient.plugin.api.objects.Waypoint.Builder
Sets the world name to be built into the Waypoint.
A B C D E F G H I K L M N P Q R S T U V W 
Skip navigation links