Package net.minecraft.entity.projectile
Interface Projectile
- All Known Implementing Classes:
AbstractArrowEntity,ArrowEntity,EggEntity,EnderPearlEntity,ExperienceBottleEntity,PotionEntity,SnowballEntity,SpetraclArrowEntity,ThrowableEntity
public interface Projectile
- Mappings:
Namespace Name official zsintermediary net/minecraft/class_1417named net/minecraft/entity/projectile/Projectile
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetVelocity(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 cLzs;c(DDDFF)Vintermediary method_3233Lnet/minecraft/class_1417;method_3233(DDDFF)Vnamed setVelocityLnet/minecraft/entity/projectile/Projectile;setVelocity(DDDFF)V
-