Interface Projectile

All Known Implementing Classes:
ArrowEntity, EggEntity, EnderPearlEntity, ExperienceBottleEntity, PotionEntity, SnowballEntity, ThrowableEntity

public interface Projectile
Mappings:
Namespace Name
official wv
intermediary net/minecraft/class_1972
named net/minecraft/entity/projectile/Projectile
  • Method Summary

    Modifier and Type Method Description
    void setVelocity​(double x, double y, double z, float speed, float divergence)  
  • Method Details

    • setVelocity

      void setVelocity​(double x, double y, double z, float speed, float divergence)
      Mappings:
      Namespace Name Mixin selector
      official c Lwv;c(DDDFF)V
      intermediary method_8067 Lnet/minecraft/class_1972;method_8067(DDDFF)V
      named setVelocity Lnet/minecraft/entity/projectile/Projectile;setVelocity(DDDFF)V