Class ProjectileEntitySimulator

java.lang.Object
meteordevelopment.meteorclient.utils.entity.ProjectileEntitySimulator

public class ProjectileEntitySimulator extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.joml.Vector3d
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    set(net.minecraft.entity.Entity entity, boolean accurate)
     
    void
    set(net.minecraft.entity.Entity entity, double gravity, double waterDrag, boolean accurate)
     
    void
    set(net.minecraft.entity.Entity user, double roll, double speed, double simulated, double gravity, double waterDrag, boolean accurate, float tickDelta, net.minecraft.entity.EntityType<?> type)
     
    boolean
    set(net.minecraft.entity.Entity user, net.minecraft.item.ItemStack itemStack, double simulated, boolean accurate, float tickDelta)
     
    void
    setFishingBobber(net.minecraft.entity.Entity user, float tickDelta)
     
    net.minecraft.util.hit.HitResult
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pos

      public final org.joml.Vector3d pos
  • Constructor Details

    • ProjectileEntitySimulator

      public ProjectileEntitySimulator()
  • Method Details

    • set

      public boolean set(net.minecraft.entity.Entity user, net.minecraft.item.ItemStack itemStack, double simulated, boolean accurate, float tickDelta)
    • set

      public void set(net.minecraft.entity.Entity user, double roll, double speed, double simulated, double gravity, double waterDrag, boolean accurate, float tickDelta, net.minecraft.entity.EntityType<?> type)
    • set

      public boolean set(net.minecraft.entity.Entity entity, boolean accurate)
    • set

      public void set(net.minecraft.entity.Entity entity, double gravity, double waterDrag, boolean accurate)
    • setFishingBobber

      public void setFishingBobber(net.minecraft.entity.Entity user, float tickDelta)
    • tick

      public net.minecraft.util.hit.HitResult tick()