Class ResourceLocation
The Minecraft used object to map the game resource location.
🏭 Constructors
constructor
new ResourceLocation(domain: string, path: string): ResourceLocation
Parameters
- domain:
string
- path:
string
Return Type
ResourceLocation
Defined in: packages/resourcepack/resourcePack.ts:82
🏷️ Properties
domain
domain: string
Defined in: packages/resourcepack/resourcePack.ts:83
path
path: string
Defined in: packages/resourcepack/resourcePack.ts:84
🔧 Methods
toString
toString(): string
Return Type
string
Defined in: packages/resourcepack/resourcePack.ts:86
deconstruct
deconstruct(path: string, appendPath: string= ''): ResourceLocation
Parameters
- path:
string
- appendPath:
string
Return Type
ResourceLocation
Defined in: packages/resourcepack/resourcePack.ts:18
fromPath
fromPath(location: string | ResourceLocation): ResourceLocation
from absoluted path
Parameters
- location:
string | ResourceLocation
Return Type
ResourceLocation
Defined in: packages/resourcepack/resourcePack.ts:73
getAssetsPath
getAssetsPath(location: string | ResourceLocation): string
Parameters
- location:
string | ResourceLocation
Return Type
string
Defined in: packages/resourcepack/resourcePack.ts:77
ofBlockModelPath
ofBlockModelPath(location: string | ResourceLocation): ResourceLocation
build from model path
Parameters
- location:
string | ResourceLocation
Return Type
ResourceLocation
Defined in: packages/resourcepack/resourcePack.ts:47
ofBlockStatePath
ofBlockStatePath(location: string | ResourceLocation): ResourceLocation
build from block state path
Parameters
- location:
string | ResourceLocation
Return Type
ResourceLocation
Defined in: packages/resourcepack/resourcePack.ts:65
ofItemModelPath
ofItemModelPath(location: string | ResourceLocation): ResourceLocation
Parameters
- location:
string | ResourceLocation
Return Type
ResourceLocation
Defined in: packages/resourcepack/resourcePack.ts:52
ofModelPath
ofModelPath(location: string | ResourceLocation): ResourceLocation
Parameters
- location:
string | ResourceLocation
Return Type
ResourceLocation
Defined in: packages/resourcepack/resourcePack.ts:57
ofTexturePath
ofTexturePath(location: string | ResourceLocation): ResourceLocation
build from texture path
Parameters
- location:
string | ResourceLocation
Return Type
ResourceLocation
Defined in: packages/resourcepack/resourcePack.ts:39