Index

A C D E F G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values

A

additional_locations - Variable in class net.darkhax.openloader.common.impl.conig.Config
 
ARCHIVE - Enum constant in enum class net.darkhax.openloader.common.impl.packs.PackFileType
The file is a valid ZIP archive, such as a ZIP file or a JAR file.

C

cache(Supplier<T>) - Static method in class net.darkhax.openloader.common.impl.CachedSupplier
 
CachedSupplier<T> - Class in net.darkhax.openloader.common.impl
 
CachedSupplier(Supplier<T>) - Constructor for class net.darkhax.openloader.common.impl.CachedSupplier
 
canLoad(PackType) - Method in class net.darkhax.openloader.common.impl.conig.Config
 
CODEC - Static variable in record class net.darkhax.openloader.common.impl.unused.PackOptions
 
Config - Class in net.darkhax.openloader.common.impl.conig
 
Config() - Constructor for class net.darkhax.openloader.common.impl.conig.Config
 
CONFIG - Static variable in class net.darkhax.openloader.common.impl.OpenLoader
 
contentType() - Method in record class net.darkhax.openloader.common.impl.unused.PackContainer
Returns the value of the contentType record component.
createPackSupplier(File) - Method in enum class net.darkhax.openloader.common.impl.packs.PackFileType
Creates a resource supplier for the pack file.

D

data() - Method in record class net.darkhax.openloader.common.impl.packs.PackContentType
Returns the value of the data record component.
DATA_SOURCE - Static variable in class net.darkhax.openloader.common.impl.OpenLoader
 
DECIMAL_2 - Static variable in class net.darkhax.openloader.common.impl.OpenLoader
 
DEFAULT_OPTIONS - Static variable in record class net.darkhax.openloader.common.impl.unused.PackOptions
 
description() - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
Returns the value of the description record component.

E

enabled() - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
Returns the value of the enabled record component.
equals(Object) - Method in record class net.darkhax.openloader.common.impl.packs.PackContentType
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.darkhax.openloader.common.impl.unused.PackContainer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
Indicates whether some other object is "equal to" this one.

F

fileType() - Method in record class net.darkhax.openloader.common.impl.unused.PackContainer
Returns the value of the fileType record component.
fixedPosition() - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
Returns the value of the fixedPosition record component.
FOLDER - Enum constant in enum class net.darkhax.openloader.common.impl.packs.PackFileType
The file is a directory that contains a valid pack.mcmeta file.
from(File) - Static method in enum class net.darkhax.openloader.common.impl.packs.PackFileType
Determines the type of the given pack candidate file.
from(File) - Static method in record class net.darkhax.openloader.common.impl.unused.PackContainer
 
from(Path) - Static method in record class net.darkhax.openloader.common.impl.packs.PackContentType
Determines the content types of a given file.

G

get() - Method in class net.darkhax.openloader.common.impl.CachedSupplier
 
getConfigDirectory() - Method in interface net.darkhax.openloader.common.impl.Platform
 
getConfigPath() - Method in interface net.darkhax.openloader.common.impl.Platform
 
getGameDirectory() - Method in interface net.darkhax.openloader.common.impl.Platform
 
getGamePath() - Method in interface net.darkhax.openloader.common.impl.Platform
 

H

hashCode() - Method in record class net.darkhax.openloader.common.impl.packs.PackContentType
Returns a hash code value for this object.
hashCode() - Method in record class net.darkhax.openloader.common.impl.unused.PackContainer
Returns a hash code value for this object.
hashCode() - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
Returns a hash code value for this object.

I

includeSourceName() - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
Returns the value of the includeSourceName record component.
INVALID - Enum constant in enum class net.darkhax.openloader.common.impl.packs.PackFileType
The file can not be handled by OpenLoader.
INVALID_FOLDERS - Static variable in class net.darkhax.openloader.common.impl.OpenLoader
 
isCached() - Method in class net.darkhax.openloader.common.impl.CachedSupplier
 
isFor(PackType) - Method in record class net.darkhax.openloader.common.impl.packs.PackContentType
Checks if the pack contains content for a given pack type.
isLoadable() - Method in enum class net.darkhax.openloader.common.impl.packs.PackFileType
Determines if packs of this type should be loaded by openloader.

L

load(Class<T>) - Static method in interface net.darkhax.openloader.common.impl.Platform
 
load_data_packs - Variable in class net.darkhax.openloader.common.impl.conig.Config
 
load_datapacks_dir - Variable in class net.darkhax.openloader.common.impl.conig.Config
 
load_resource_packs - Variable in class net.darkhax.openloader.common.impl.conig.Config
 
loadPacks(Consumer<Pack>) - Method in class net.darkhax.openloader.common.impl.packs.OpenLoaderRepositorySource
 
LOG - Static variable in class net.darkhax.openloader.common.impl.OpenLoader
 

M

MOD_ID - Static variable in class net.darkhax.openloader.common.impl.OpenLoader
 
MOD_NAME - Static variable in class net.darkhax.openloader.common.impl.OpenLoader
 

N

name() - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
Returns the value of the name record component.
net.darkhax.openloader.common.impl - package net.darkhax.openloader.common.impl
 
net.darkhax.openloader.common.impl.conig - package net.darkhax.openloader.common.impl.conig
 
net.darkhax.openloader.common.impl.packs - package net.darkhax.openloader.common.impl.packs
 
net.darkhax.openloader.common.impl.unused - package net.darkhax.openloader.common.impl.unused
 

O

OpenLoader - Class in net.darkhax.openloader.common.impl
 
OpenLoader() - Constructor for class net.darkhax.openloader.common.impl.OpenLoader
 
OpenLoaderRepositorySource - Class in net.darkhax.openloader.common.impl.packs
 
OpenLoaderRepositorySource(PackType) - Constructor for class net.darkhax.openloader.common.impl.packs.OpenLoaderRepositorySource
 

P

PackContainer - Record Class in net.darkhax.openloader.common.impl.unused
 
PackContainer(File, PackFileType, PackContentType) - Constructor for record class net.darkhax.openloader.common.impl.unused.PackContainer
Creates an instance of a PackContainer record class.
PackContentType - Record Class in net.darkhax.openloader.common.impl.packs
Determines the type of contents held by a given pack.
PackContentType(boolean, boolean) - Constructor for record class net.darkhax.openloader.common.impl.packs.PackContentType
Creates an instance of a PackContentType record class.
packFile() - Method in record class net.darkhax.openloader.common.impl.unused.PackContainer
Returns the value of the packFile record component.
PackFileType - Enum Class in net.darkhax.openloader.common.impl.packs
Defines the different types of pack files that can be handled by openloader.
PackOptions - Record Class in net.darkhax.openloader.common.impl.unused
 
PackOptions(boolean, boolean, Pack.Position, Optional<Component>, Optional<Component>, boolean, boolean) - Constructor for record class net.darkhax.openloader.common.impl.unused.PackOptions
Creates an instance of a PackOptions record class.
Platform - Interface in net.darkhax.openloader.common.impl
 
PLATFORM - Static variable in interface net.darkhax.openloader.common.impl.Platform
 
position() - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
Returns the value of the position record component.
POSITION - Static variable in record class net.darkhax.openloader.common.impl.unused.PackOptions
 

R

readOptions(File) - Static method in record class net.darkhax.openloader.common.impl.unused.PackOptions
 
required() - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
Returns the value of the required record component.
RESOURCE_SOURCE - Static variable in class net.darkhax.openloader.common.impl.OpenLoader
 
resources() - Method in record class net.darkhax.openloader.common.impl.packs.PackContentType
Returns the value of the resources record component.

S

selectionConfig() - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
 

T

toString() - Method in record class net.darkhax.openloader.common.impl.packs.PackContentType
Returns a string representation of this record class.
toString() - Method in record class net.darkhax.openloader.common.impl.unused.PackContainer
Returns a string representation of this record class.
toString() - Method in record class net.darkhax.openloader.common.impl.unused.PackOptions
Returns a string representation of this record class.
typeName() - Method in enum class net.darkhax.openloader.common.impl.packs.PackFileType
Gets a displayable name for this type of pack file type.

V

valueOf(String) - Static method in enum class net.darkhax.openloader.common.impl.packs.PackFileType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.darkhax.openloader.common.impl.packs.PackFileType
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E F G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values