Interface Projectile

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

public interface Projectile
Mappings:
Namespace Name
official wv
intermediary net/minecraft/class_1417
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_3233 Lnet/minecraft/class_1417;method_3233(DDDFF)V
      named setVelocity Lnet/minecraft/entity/projectile/Projectile;setVelocity(DDDFF)V