Package net.minecraft.block.entity
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.
- Mappings:
- Namespace - Name - official - czl$a- intermediary - net/minecraft/class_3721$class_5557- named - net/minecraft/block/entity/BellBlockEntity$Effect
- 
Method SummaryModifier and TypeMethodDescriptionvoidrun(World world, BlockPos pos, List<LivingEntity> hearingEntities) 
- 
Method Details- 
run- Mappings:
- Namespace - Name - Mixin selector - official - run- Lczl$a;run(Lcmm;Lgu;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
 
 
-