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
Copy
import mods.contenttweaker.functions.IBlockIsSideInvisible;

Static Properties

Link to static-properties

NomeTipoHa GetterHa SetterDescrizione
Nome
GLASS_LIKE
Tipo
IBlockIsSideInvisible
Ha Getter
Ha Setter
no
Descrizione
No Description Provided

Name: apply

Return Type: boolean

ZenScript
Copy
IBlockIsSideInvisible.apply(thisBlock as CoTBlockAdvanced, state as MCBlockState, adjacentBlockState as MCBlockState, side as Direction) as boolean
ParametroTipoDescrizione
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