IBlockIsSideInvisible

Link to iblockissideinvisible

This class was added by a mod with mod-id contenttweaker. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.

Импорт класса

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

Static Properties

Link to static-properties

НазваниеТипИмеет GetterИмеет SetterОписание
Название
GLASS_LIKE
Тип
IBlockIsSideInvisible
Имеет Getter
true
Имеет Setter
false
Описание
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
ПараметрТипОписание
Параметр
thisBlock
Тип
CoTBlockAdvanced
Описание
No Description Provided
Параметр
state
Тип
MCBlockState
Описание
No Description Provided
Параметр
adjacentBlockState
Тип
MCBlockState
Описание
No Description Provided
Параметр
side
Тип
Direction
Описание
No Description Provided