Class EntityManager.Point

java.lang.Object
me.ulrich.clans.manager.EntityManager.Point
Enclosing class:
EntityManager

public class EntityManager.Point extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Point(me.ulrich.entitywizard.packetevents.protocol.world.Location target, double x, double z)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    me.ulrich.entitywizard.packetevents.protocol.world.Location
     
    double
     
    double
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Point

      public Point(me.ulrich.entitywizard.packetevents.protocol.world.Location target, double x, double z)
  • Method Details

    • getX

      public double getX()
    • getZ

      public double getZ()
    • getTarget

      public me.ulrich.entitywizard.packetevents.protocol.world.Location getTarget()