Interface SpawnHelper.Runner

Enclosing class:
SpawnHelper
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 SpawnHelper.Runner
Mappings:
Namespace Name
official buf$a
intermediary net/minecraft/class_1948$class_5259
named net/minecraft/world/SpawnHelper$Runner
  • Method Summary

    Modifier and Type Method Description
    void run​(MobEntity entity, Chunk chunk)  
  • Method Details

    • run

      void run​(MobEntity entity, Chunk chunk)
      Mappings:
      Namespace Name Mixin selector
      official run Lbuf$a;run(Larj;Lcjl;)V
      intermediary run Lnet/minecraft/class_1948$class_5259;run(Lnet/minecraft/class_1308;Lnet/minecraft/class_2791;)V
      named run Lnet/minecraft/world/SpawnHelper$Runner;run(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/world/chunk/Chunk;)V