Docs
Preparing search index...
The search index is not available
Core Engine - v2.4.0b122
Core Engine
ModPack
DirectoryRequestStrategy
Interface DirectoryRequestStrategy
interface
DirectoryRequestStrategy
{
assignToDirectory
(
dir
:
ModPackDirectory
)
:
void
;
assure
(
location
:
string
,
name
:
string
)
:
File
;
get
(
str
:
string
)
:
File
;
get
(
str
:
string
,
str2
:
string
)
:
File
;
getAll
(
str
:
string
)
:
List
<
File
>
;
getAllFiles
(
)
:
List
<
File
>
;
getAllLocations
(
)
:
List
<
string
>
;
getAssignedDirectory
(
)
:
ModPackDeclaredDirectory
;
remove
(
location
:
string
,
name
:
string
)
:
boolean
;
}
Hierarchy (
view full
)
IDirectoryAssignable
DirectoryRequestStrategy
Index
Methods
assign
To
Directory
assure
get
get
All
get
All
Files
get
All
Locations
get
Assigned
Directory
remove
Methods
assign
To
Directory
assign
To
Directory
(
dir
)
:
void
Parameters
dir
:
ModPackDirectory
Returns
void
assure
assure
(
location
,
name
)
:
File
Parameters
location
:
string
name
:
string
Returns
File
get
get
(
str
)
:
File
Parameters
str
:
string
Returns
File
get
(
str
,
str2
)
:
File
Parameters
str
:
string
str2
:
string
Returns
File
get
All
get
All
(
str
)
:
List
<
File
>
Parameters
str
:
string
Returns
List
<
File
>
get
All
Files
get
All
Files
(
)
:
List
<
File
>
Returns
List
<
File
>
get
All
Locations
get
All
Locations
(
)
:
List
<
string
>
Returns
List
<
string
>
get
Assigned
Directory
get
Assigned
Directory
(
)
:
ModPackDeclaredDirectory
Returns
ModPackDeclaredDirectory
remove
remove
(
location
,
name
)
:
boolean
Parameters
location
:
string
name
:
string
Returns
boolean
Settings
Member Visibility
Inherited
Protected
Internal
Deprecated
Theme
OS
Light
Dark
On This Page
Methods
assign
To
Directory
assure
get
get
All
get
All
Files
get
All
Locations
get
Assigned
Directory
remove
Docs
Core Engine - v2.4.0b122
Loading...
Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and
TypeDoc
.