Interface BellBlockEntity.Effect

Enclosing class:
BellBlockEntity
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface BellBlockEntity.Effect
Mappings:
Namespace Name
official cwj$a
intermediary net/minecraft/class_3721$class_5557
named net/minecraft/block/entity/BellBlockEntity$Effect
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(World world, BlockPos pos, List<LivingEntity> hearingEntities)
     
  • Method Details

    • run

      void run(World world, BlockPos pos, List<LivingEntity> hearingEntities)
      Mappings:
      Namespace Name Mixin selector
      official run Lcwj$a;run(Lcjw;Lgp;Ljava/util/List;)V
      intermediary run Lnet/minecraft/class_3721$class_5557;run(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Ljava/util/List;)V
      named run Lnet/minecraft/block/entity/BellBlockEntity$Effect;run(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Ljava/util/List;)V