@minecraft/server / CustomTexture
Interface: CustomTexture ​
Defined in: @minecraft/server/index.d.ts:22985
Properties ​
iconHeight ​
iconHeight:
number
Defined in: @minecraft/server/index.d.ts:22993
Remarks ​
The height of the icon, in relative units. Value must be between 0.0 and 1.0, inclusive.
Bounds: [0, 1]
iconWidth ​
iconWidth:
number
Defined in: @minecraft/server/index.d.ts:23001
Remarks ​
The width of the icon, in relative units. Value must be between 0.0 and 1.0, inclusive.
Bounds: [0, 1]
path ​
path:
string
Defined in: @minecraft/server/index.d.ts:23008
Remarks ​
The resource path to the custom texture. This should be a valid string path to a texture asset.