Active Part's Type (Expression) — DisplayEntityUtils
Addon: DisplayEntityUtils · Category: Expression · Since: 2.6.2, 3.0.0 (Packet), 3.3.2 (Plural)
Syntax
[the] [active] part[- | ]type of %activeparts%Description
Get the active part's type
Examples
set {_type} to {_spawnedpart}'s active part type
if {_type} is block_display:
This part represents a block display entity!