Importare la Classe

Link to importare-la-classe

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
Copy
import crafttweaker.api.block.material.Material;

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();

Link to getCommandString

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();
NomeTipoHa GetterHa SetterDescrizione
Nome
blocksMotion
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
Nome
color
Tipo
MaterialColor
Ha Getter
Ha Setter
no
Descrizione
Nome
commandString
Tipo
string
Ha Getter
Ha Setter
no
Descrizione
Gets the bracket syntax for this Material
Nome
isFlammable
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
Nome
isLiquid
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
Nome
isReplaceable
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
Nome
isSolid
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
Nome
isSolidBlocking
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
Nome
pushReaction
Tipo
PushReaction
Ha Getter
Ha Setter
no
Descrizione