allowEditBy

open fun allowEditBy(entity: Entity): Boolean

Whether taterzen should be allowed to be edited by entity.

Return

true if taterzen can be edited by entity, otherwise false.

Parameters

entity

entity to check.

open fun allowEditBy(uuid: UUID): Boolean

Whether taterzen should be allowed to be edited by provided uuid.

Return

true if taterzen can be edited by provided uuid, otherwise false.

Parameters

uuid

uuid to check.