Package me.ulrich.clans.manager
Class EntityManager.Point
java.lang.Object
me.ulrich.clans.manager.EntityManager.Point
- Enclosing class:
- EntityManager
-
Constructor Summary
ConstructorsConstructorDescriptionPoint(me.ulrich.entitywizard.packetevents.protocol.world.Location target, double x, double z) -
Method Summary
-
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()
-