Interface ProjectileDeflector

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 interface ProjectileDeflector
Mappings:
Namespace Name
official cma
intermediary net/minecraft/class_9109
named net/minecraft/entity/ProjectileDeflector
  • Field Details

    • NONE

      static final ProjectileDeflector NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lcma;a:Lcma;
      intermediary field_48347 Lnet/minecraft/class_9109;field_48347:Lnet/minecraft/class_9109;
      named NONE Lnet/minecraft/entity/ProjectileDeflector;NONE:Lnet/minecraft/entity/ProjectileDeflector;
    • SIMPLE

      static final ProjectileDeflector SIMPLE
      Mappings:
      Namespace Name Mixin selector
      official b Lcma;b:Lcma;
      intermediary field_48348 Lnet/minecraft/class_9109;field_48348:Lnet/minecraft/class_9109;
      named SIMPLE Lnet/minecraft/entity/ProjectileDeflector;SIMPLE:Lnet/minecraft/entity/ProjectileDeflector;
  • Method Details

    • deflect

      void deflect(ProjectileEntity projectile, Entity hitEntity, Random random)
      Mappings:
      Namespace Name Mixin selector
      official deflect Lcma;deflect(Lclz;Lbrh;Layg;)V
      intermediary deflect Lnet/minecraft/class_9109;deflect(Lnet/minecraft/class_1676;Lnet/minecraft/class_1297;Lnet/minecraft/class_5819;)V
      named deflect Lnet/minecraft/entity/ProjectileDeflector;deflect(Lnet/minecraft/entity/projectile/ProjectileEntity;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/random/Random;)V