Class EntityUtils

java.lang.Object
org.rusherhack.client.api.utils.EntityUtils
All Implemented Interfaces:
Globals

public class EntityUtils extends Object implements Globals
  • 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

      public static String getNameForEntity(net.minecraft.world.entity.Entity entity)