IBlockIsSideInvisible
Link to iblockissideinvisible
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.IBlockIsSideInvisible;
Static Properties
Link to static-properties
Nome | Tipo | Ha Getter | Ha Setter | Descrizione |
---|---|---|---|---|
Nome GLASS_LIKE | Tipo IBlockIsSideInvisible | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Metodi
Link to metodi
Name: apply
Return Type: boolean
ZenScript CopyIBlockIsSideInvisible.apply(thisBlock as CoTBlockAdvanced, state as MCBlockState, adjacentBlockState as MCBlockState, side as Direction) as boolean
Parametro | Tipo | Descrizione |
---|---|---|
Parametro thisBlock | Tipo CoTBlockAdvanced | Descrizione No Description Provided |
Parametro state | Tipo MCBlockState | Descrizione No Description Provided |
Parametro adjacentBlockState | Tipo MCBlockState | Descrizione No Description Provided |
Parametro side | Tipo Direction | Descrizione No Description Provided |