Add the NPC glow option and colorize the glow. npc.setGlowing(boolen) || npc.setGlowing(ChatColor)

Add Seat packet npc.toggleState(SEAT)

Add flying with elyra packet npc.toggleState(FLYING) (0x40 byte)

Add swiming in water packet npc.toggleState(SWIMING)

Add the option of boarding a passenger to npc npc.setPassager(Entity)

Add the damage packet to npc npc.sendDamage(player)

Add the NPC glow option and colorize the glow. npc.setGlowing(boolen) || npc.setGlowing(ChatColor)

Add Seat packet npc.toggleState(SEAT)

Add flying with elyra packet npc.toggleState(FLYING) (0x40 byte)

Add swiming in water packet npc.toggleState(SWIMING)

Add the option of boarding a passenger to npc npc.setPassager(Entity)

Add the damage packet to npc npc.sendDamage(player)
