Package org.rusherhack.client.api.utils
Class EntityUtils
java.lang.Object
org.rusherhack.client.api.utils.EntityUtils
- All Implemented Interfaces:
Globals
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getNameForEntity
(net.minecraft.world.entity.Entity entity) static double[]
interpolateEntityPosition
(net.minecraft.world.entity.Entity entity, float partialTicks) static net.minecraft.world.phys.Vec3
interpolateEntityVec
(net.minecraft.world.entity.Entity entity, float partialTicks)
-
Constructor Details
-
EntityUtils
public EntityUtils()
-
-
Method Details
-
interpolateEntityVec
public static net.minecraft.world.phys.Vec3 interpolateEntityVec(net.minecraft.world.entity.Entity entity, float partialTicks) -
interpolateEntityPosition
public static double[] interpolateEntityPosition(net.minecraft.world.entity.Entity entity, float partialTicks) -
getNameForEntity
-