IBlockIsTransparent
Link to iblockistransparent
This class was added by a mod with mod-id contenttweaker
. Perciò, è necessario avere questa mod installata per poter utilizzare questa funzione.
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 Copyimport mods.contenttweaker.functions.IBlockIsTransparent;
Static Properties
Link to static-properties
Nome | Tipo | Ha Getter | Ha Setter | Descrizione |
---|---|---|---|---|
Nome ALWAYS_FALSE | Tipo IBlockIsTransparent | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome ALWAYS_TRUE | Tipo IBlockIsTransparent | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Metodi
Link to metodi
Name: apply
Return Type: boolean
ZenScript CopyIBlockIsTransparent.apply(thisBlock as CoTBlockAdvanced, state as MCBlockState) as boolean
Parametro | Tipo | Descrizione |
---|---|---|
Parametro thisBlock | Tipo CoTBlockAdvanced | Descrizione No Description Provided |
Parametro state | Tipo MCBlockState | Descrizione No Description Provided |