Package net.minecraft.entity.projectile
Interface ProjectileEntity.ProjectileCreator<T extends ProjectileEntity>
- Enclosing class:
 ProjectileEntity
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface
public static interface ProjectileEntity.ProjectileCreator<T extends ProjectileEntity>
- Mappings:
 Namespace Name named net/minecraft/entity/projectile/ProjectileEntity$ProjectileCreatorintermediary net/minecraft/class_1676$class_9876official cvo$a
- 
Method Summary
Modifier and TypeMethodDescriptioncreate(ServerWorld world, LivingEntity shooter, ItemStack stack)  
- 
Method Details
- 
create
- Mappings:
 Namespace Name Mixin selector named createLnet/minecraft/entity/projectile/ProjectileEntity$ProjectileCreator;create(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/item/ItemStack;)Lnet/minecraft/entity/projectile/ProjectileEntity;intermediary createLnet/minecraft/class_1676$class_9876;create(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;)Lnet/minecraft/class_1676;official createLcvo$a;create(Laub;Lcam;Ldcv;)Lcvo;
 
 -