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$ProjectileCreator
intermediary net/minecraft/class_1676$class_9876
official cqp$a
  • Method Details

    • create

      T create(ServerWorld world, LivingEntity shooter, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/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 create Lnet/minecraft/class_1676$class_9876;create(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;)Lnet/minecraft/class_1676;
      official create Lcqp$a;create(Lash;Lbwf;Lcxo;)Lcqp;