Package net.minecraft.entity.projectile
Interface Projectile
- All Known Implementing Classes:
ArrowEntity,EggEntity,EnderPearlEntity,ExperienceBottleEntity,PotionEntity,SnowballEntity,ThrowableEntity
public interface Projectile
- Mappings:
Namespace Name official wvintermediary net/minecraft/class_1972named net/minecraft/entity/projectile/Projectile
-
Method Summary
Modifier and Type Method Description voidsetVelocity(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 cLwv;c(DDDFF)Vintermediary method_8067Lnet/minecraft/class_1972;method_8067(DDDFF)Vnamed setVelocityLnet/minecraft/entity/projectile/Projectile;setVelocity(DDDFF)V
-