Class InputStreamLookupBuilder
java.lang.Object
com.comphenix.protocol.injector.server.InputStreamLookupBuilder
Constructs the appropriate input stream lookup for the current JVM and architecture.
- Author:
- Kristian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()static InputStreamLookupBuilderreporter(ErrorReporter reporter)Set the error reporter to pass on to the lookup.server(org.bukkit.Server server)Set the server instance to use.
-
Constructor Details
-
InputStreamLookupBuilder
protected InputStreamLookupBuilder()
-
-
Method Details
-
newBuilder
-
server
Set the server instance to use.- Parameters:
server- - server instance.- Returns:
- The current builder, for chaining.
-
reporter
Set the error reporter to pass on to the lookup.- Parameters:
reporter- - the error reporter.- Returns:
- The current builder, for chaining.
-
build
-