Material
Link to material
Импорт класса
Link to импорт-класса
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport crafttweaker.api.block.material.Material;
Методы
Link to методы
Name: blocksMotion
Return Type: boolean
ZenScript Copy// Material.blocksMotion() as boolean
myMaterial.blocksMotion();
Name: getColor
Return Type: MaterialColor
ZenScript Copy// Material.getColor() as MaterialColor
myMaterial.getColor();
Name: getCommandString
Gets the bracket syntax for this Material
Returns: The <material>
Bracket Syntax for this material
Return Type: string
ZenScript Copy// Material.getCommandString() as string
myMaterial.getCommandString();
Name: getPushReaction
Return Type: PushReaction
ZenScript Copy// Material.getPushReaction() as PushReaction
myMaterial.getPushReaction();
Name: isFlammable
Return Type: boolean
ZenScript Copy// Material.isFlammable() as boolean
myMaterial.isFlammable();
Name: isLiquid
Return Type: boolean
ZenScript Copy// Material.isLiquid() as boolean
myMaterial.isLiquid();
Name: isReplaceable
Return Type: boolean
ZenScript Copy// Material.isReplaceable() as boolean
myMaterial.isReplaceable();
Name: isSolid
Return Type: boolean
ZenScript Copy// Material.isSolid() as boolean
myMaterial.isSolid();
Name: isSolidBlocking
Return Type: boolean
ZenScript Copy// Material.isSolidBlocking() as boolean
myMaterial.isSolidBlocking();
Свойства
Link to свойства
Название | Тип | Имеет Getter | Имеет Setter | Описание |
---|---|---|---|---|
Название blocksMotion | Тип boolean | Имеет Getter true | Имеет Setter false | Описание |
Название color | Тип MaterialColor | Имеет Getter true | Имеет Setter false | Описание |
Название commandString | Тип string | Имеет Getter true | Имеет Setter false | Описание Gets the bracket syntax for this Material |
Название isFlammable | Тип boolean | Имеет Getter true | Имеет Setter false | Описание |
Название isLiquid | Тип boolean | Имеет Getter true | Имеет Setter false | Описание |
Название isReplaceable | Тип boolean | Имеет Getter true | Имеет Setter false | Описание |
Название isSolid | Тип boolean | Имеет Getter true | Имеет Setter false | Описание |
Название isSolidBlocking | Тип boolean | Имеет Getter true | Имеет Setter false | Описание |
Название pushReaction | Тип PushReaction | Имеет Getter true | Имеет Setter false | Описание |