Skip navigation links
A B C E F H O P R S T U 

A

address() - Method in interface team.unnamed.creative.server.ResourcePackServer
Gets the server's bound address.
address(InetSocketAddress) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the server's bound address, required.
address(String, int) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the server's bound address, required.
address(InetAddress, int) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the server's bound address, required.
address(int) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the server's bound address, required.

B

backlog(int) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the socket backlog, specifies the number of pending connections the connection queue will hold
build() - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Builds the ResourcePackServer instance.
builder() - Static method in interface team.unnamed.creative.server.ResourcePackServer
Deprecated.

C

clientVersion() - Method in interface team.unnamed.creative.server.request.ResourcePackDownloadRequest
Returns the requester player's client version name, e.g.
clientVersion() - Method in class team.unnamed.creative.server.ResourcePackRequest
Deprecated.
Returns the requester player's client version name, e.g.
clientVersionId() - Method in interface team.unnamed.creative.server.request.ResourcePackDownloadRequest
Returns the requester player's client version id, e.g.
clientVersionId() - Method in class team.unnamed.creative.server.ResourcePackRequest
Deprecated.
Returns the requester player's client version id, e.g.

E

equals(Object) - Method in class team.unnamed.creative.server.ResourcePackRequest
Deprecated.
 
examinableProperties() - Method in class team.unnamed.creative.server.ResourcePackRequest
Deprecated.
 
executor(Executor) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the server's executor, optional.

F

fixed(BuiltResourcePack, boolean) - Static method in interface team.unnamed.creative.server.handler.ResourcePackRequestHandler
Creates a new ResourcePackRequestHandler instance that will always return the given resource-pack.
fixed(BuiltResourcePack) - Static method in interface team.unnamed.creative.server.handler.ResourcePackRequestHandler
Creates a new ResourcePackRequestHandler instance that will always return the given resource-pack.
fromUndashedString(String) - Static method in class team.unnamed.creative.server.util.UndashedUUID
 

H

handler(ResourcePackRequestHandler) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the server's request handler, required, may also be set by using pack(team.unnamed.creative.BuiltResourcePack, boolean).
handler(ResourcePackRequestHandler) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Deprecated.
hashCode() - Method in class team.unnamed.creative.server.ResourcePackRequest
Deprecated.
 
httpServer() - Method in interface team.unnamed.creative.server.ResourcePackServer
Deprecated.
Should not be exposed by this interface

O

of(BuiltResourcePack, boolean) - Static method in interface team.unnamed.creative.server.ResourcePackRequestHandler
Deprecated.
 
of(BuiltResourcePack) - Static method in interface team.unnamed.creative.server.ResourcePackRequestHandler
Deprecated.
 
onException(Exception) - Method in interface team.unnamed.creative.server.ResourcePackRequestHandler
Deprecated.
onInvalidRequest(HttpExchange) - Method in interface team.unnamed.creative.server.ResourcePackRequestHandler
Deprecated.
Called when an invalid request is made, by default, a simple message is sent
onRequest(ResourcePackDownloadRequest, HttpExchange) - Method in interface team.unnamed.creative.server.handler.ResourcePackRequestHandler
Handles a resource pack request, the resulting resource pack is written to HttpExchange.getResponseBody()
onRequest(ResourcePackRequest, HttpExchange) - Method in interface team.unnamed.creative.server.ResourcePackRequestHandler
Deprecated.
Handles a resource pack request, the resulting resource pack is written to HttpExchange.getResponseBody()
onRequest(ResourcePackDownloadRequest, HttpExchange) - Method in interface team.unnamed.creative.server.ResourcePackRequestHandler
Deprecated.
 

P

pack(BuiltResourcePack, boolean) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets a request handler that will always return the given pack.
pack(BuiltResourcePack) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets a request handler that will always return the given pack.
packFormat() - Method in interface team.unnamed.creative.server.request.ResourcePackDownloadRequest
Returns the pack format that the client supports.
packFormat() - Method in class team.unnamed.creative.server.ResourcePackRequest
Deprecated.
Returns the expected resource pack format for the requester player's client, provided by the X-Minecraft-Pack-Format HTTP header sent by the client
parse(Headers) - Static method in class team.unnamed.creative.server.util.ResourcePackDownloadRequestParser
 
path(String) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the base path for the set handler, optional, defaults to "/".

R

request(UUID, String, String, String, int) - Static method in interface team.unnamed.creative.server.request.ResourcePackDownloadRequest
Creates a new ResourcePackDownloadRequest instance with the given parameters.
ResourcePackDownloadRequest - Interface in team.unnamed.creative.server.request
Represents a request to download a resource pack, sent by vanilla Minecraft clients.
ResourcePackDownloadRequestParser - Class in team.unnamed.creative.server.util
 
ResourcePackRequest - Class in team.unnamed.creative.server
Deprecated.
ResourcePackRequest(UUID, String, String, String, int) - Constructor for class team.unnamed.creative.server.ResourcePackRequest
Deprecated.
 
ResourcePackRequestHandler - Interface in team.unnamed.creative.server.handler
Responsible for handling resource-pack download requests.
ResourcePackRequestHandler - Interface in team.unnamed.creative.server
Deprecated.
ResourcePackServer - Interface in team.unnamed.creative.server
An HTTP(s) server wrapper specialized in serving creative resource packs.
ResourcePackServer.Builder - Interface in team.unnamed.creative.server
A builder for ResourcePackServer instances

S

secure(HttpsConfigurator) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the server's HTTPS configurator, optional.
secure(SSLContext, Consumer<HttpsParameters>) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the server's HTTPS configurator, optional.
secure(SSLContext) - Method in interface team.unnamed.creative.server.ResourcePackServer.Builder
Sets the server's HTTPS SSL context, optional.
server() - Static method in interface team.unnamed.creative.server.ResourcePackServer
Creates a new builder instance for ResourcePackServer.
start() - Method in interface team.unnamed.creative.server.ResourcePackServer
Starts the internal HttpServer, it is started in a new background thread, so this operation is not blocking
stop(int) - Method in interface team.unnamed.creative.server.ResourcePackServer
Stops the internal HttpServer

T

team.unnamed.creative.server - package team.unnamed.creative.server
 
team.unnamed.creative.server.handler - package team.unnamed.creative.server.handler
Package containing the resource-pack request handler functional interface and common implementations.
team.unnamed.creative.server.request - package team.unnamed.creative.server.request
Data classes for resource-pack download requests made to a resource-pack server.
team.unnamed.creative.server.util - package team.unnamed.creative.server.util
Utility internal classes, exposed but may be changed at any time in minor or patch releases.
toString() - Method in class team.unnamed.creative.server.ResourcePackRequest
Deprecated.
 

U

UndashedUUID - Class in team.unnamed.creative.server.util
 
username() - Method in interface team.unnamed.creative.server.request.ResourcePackDownloadRequest
Returns the requester player's username.
username() - Method in class team.unnamed.creative.server.ResourcePackRequest
Deprecated.
Returns the requester player's username, provided by the X-Minecraft-Username HTTP header sent by the client
uuid() - Method in interface team.unnamed.creative.server.request.ResourcePackDownloadRequest
Returns the uuid of the requester player.
uuid() - Method in class team.unnamed.creative.server.ResourcePackRequest
Deprecated.
Returns the uuid of the requester player, provided by the X-Minecraft-UUID HTTP header sent by the client
A B C E F H O P R S T U 
Skip navigation links