Interface IPositional
- All Known Implementing Classes:
AnimalID,BaseVehicle,Character,CharacterID,DeadAnimalPacket,DeadCharacterPacket,DeadPlayerPacket,DeadZombiePacket,IsoAnimal,IsoDeadBody,IsoPlayer,Player,PlayerDamageFromWeaponPacket,PlayerDamagePacket,PlayerEffectsPacket,PlayerID,PlayerInjuriesPacket,Position,SafehouseClaimPacket,SafezoneClaimPacket,Square,StatePacket,Thumpable,VehicleFullRequestPacket,VehicleID,VehiclePositionRequestPacket,Zombie,ZombieID
public interface IPositional
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetX()floatgetY()floatgetZ()default booleanisInRange(IPositional iPositional0, float float0)
-
Method Details
-
getX
float getX() -
getY
float getY() -
getZ
float getZ() -
isInRange
-