TriggerReactor

TriggerReactor

24.6k Downloads

Add 'is' clause to check the instance type

wysohn opened this issue ยท 0 comments

commented

for example,

IMPORT org.bukkit.entity.Monster
IF entity IS Monster
    ....
ENDIF

This will check if entity variable's type is same or sub class of Monster class