Interface WorldChunk.EntityLoader

Enclosing class:
WorldChunk
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 WorldChunk.EntityLoader
Mappings:
Namespace Name
official dba$c
intermediary net/minecraft/class_2818$class_6829
named net/minecraft/world/chunk/WorldChunk$EntityLoader
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(WorldChunk chunk)
     
  • Method Details

    • run

      void run(WorldChunk chunk)
      Mappings:
      Namespace Name Mixin selector
      official run Ldba$c;run(Ldba;)V
      intermediary run Lnet/minecraft/class_2818$class_6829;run(Lnet/minecraft/class_2818;)V
      named run Lnet/minecraft/world/chunk/WorldChunk$EntityLoader;run(Lnet/minecraft/world/chunk/WorldChunk;)V