Package net.risingworld.api.definitions
Class Clothing.ClothingDefinition.Variant
java.lang.Object
net.risingworld.api.definitions.Clothing.ClothingDefinition.Variant
- Enclosing class:
Clothing.ClothingDefinition
-
Field Summary
FieldsModifier and TypeFieldDescriptionPath to an optional alpha mask texture (which will be applied to the player when wearing this clothing piece).Path to the asset (for male and unisex)Path to the asset for the female model.Optional first-person-view asset variant.Optional special asset path (e.g light prefab for lamps etc)int -
Method Summary
-
Field Details
-
clothingDef
-
variant
public int variant -
name
-
assetpath
Path to the asset (for male and unisex) -
assetpathfemale
Path to the asset for the female model. If not specified, this will automatically refer to the main "assetpath" -
assetpathfp
Optional first-person-view asset variant. If not specified, this will automatically refer to the main "assetpath" -
alphamask
Path to an optional alpha mask texture (which will be applied to the player when wearing this clothing piece). May be null -
specialasset
Optional special asset path (e.g light prefab for lamps etc)
-