Object
de.sayayi.lib.pack.PackConfig.Builder
- Enclosing class:
- PackConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withCompressionSupport(boolean compressionSupport) withVersionRange(int lowestVersion, int highestVersion)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
noVersion
-
withMagic
@Contract("_ -> this") @NotNull public @NotNull PackConfig.Builder withMagic(byte @NotNull [] magic) -
withMagic
-
withMagic
-
withCompressionSupport
-
withCompressionSupport
@Contract("_ -> this") @NotNull public @NotNull PackConfig.Builder withCompressionSupport(boolean compressionSupport) -
withVersionRange
@Contract("_, _ -> this") @NotNull public @NotNull PackConfig.Builder withVersionRange(int lowestVersion, int highestVersion) -
build
-