... | ... | @@ -72,7 +72,7 @@ Location Targeters |
|
|
| @SelfLocation{y=0.0} | | Targets the caster's location an optional yoffset |
|
|
|
| @Forward{f=5;y=0.0;sideOffset=0.0;lockpitch=false} | | Targets a location 5 blocks infront of caster's facing direction with a yoffset and sideoffset of 0.0 |
|
|
|
| @ProjectileForward{f=1;rot=45} | | Targets 1 block infront of the projectile offset by 45 degrees |
|
|
|
| @TargetLocation | @targetloc, @TL | Targets the mob's target's location |
|
|
|
| @TargetLocation{maxdistance=#} | @targetloc, @TL | Targets the mob's target's location |
|
|
|
| @TriggerLocation | | Targets the location of the entity that triggered the skill |
|
|
|
| @Location{c=x,y,z,yaw,pitch} | | The skill will target the coordinates specified. |
|
|
|
| @Origin{xoffset=0;yoffset=0;zoffset=0} | | Targets the location of the "origin" or "source" of a meta-skill. While that is usually the casting mob, there are special cases where this is not true (such as with the Projectile Skill, where the "origin" is the location of the projectile). |
|
... | ... | |