Checks whether or not the given symbol is of a connected player class.
true if the given symbol is or extends Player and not Puppet
assert(isPlayer!Player); assert(!isPlayer!Puppet); assert(isPlayer!PocketPlayerBase); assert(isPlayer!(MinecraftPlayer!210)); assert(!isPlayer!(Projection!Puppet));
See Implementation
Checks whether or not the given symbol is of a connected player class.