Docs
Preparing search index...
The search index is not available
Core Engine - v2.4.0b122
Core Engine
ModPack
DirectorySetRequestHandler
Interface DirectorySetRequestHandler
interface
DirectorySetRequestHandler
{
add
(
dir
:
ModPackDirectory
)
:
void
;
get
(
location
:
string
,
name
:
string
)
:
File
;
get
(
location
:
string
)
:
File
;
getAllAtLocation
(
location
:
string
)
:
List
<
File
>
;
getAllLocations
(
)
:
List
<
string
>
;
getDirectories
(
)
:
List
<
ModPackDirectory
>
;
}
Index
Methods
add
get
get
All
At
Location
get
All
Locations
get
Directories
Methods
add
add
(
dir
)
:
void
Parameters
dir
:
ModPackDirectory
Returns
void
get
get
(
location
,
name
)
:
File
Parameters
location
:
string
name
:
string
Returns
File
get
(
location
)
:
File
Parameters
location
:
string
Returns
File
get
All
At
Location
get
All
At
Location
(
location
)
:
List
<
File
>
Parameters
location
:
string
Returns
List
<
File
>
get
All
Locations
get
All
Locations
(
)
:
List
<
string
>
Returns
List
<
string
>
get
Directories
get
Directories
(
)
:
List
<
ModPackDirectory
>
Returns
List
<
ModPackDirectory
>
Settings
Member Visibility
Inherited
Protected
Internal
Deprecated
Theme
OS
Light
Dark
On This Page
Methods
add
get
get
All
At
Location
get
All
Locations
get
Directories
Docs
Core Engine - v2.4.0b122
Loading...
Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and
TypeDoc
.