addFlag

@Contract(value = "_ -> this", mutates = "this")
abstract fun addFlag(flag: ItemFlag): B

Sets the given hide flag on the item.

Return

this builder

Parameters

flag

the hide flag to set