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