Interface SpawnHelper.ChunkSource

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.ChunkSource
Mappings:
Namespace Name
official ckh$b
intermediary net/minecraft/class_1948$class_5260
named net/minecraft/world/SpawnHelper$ChunkSource
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    query(long pos, Consumer<WorldChunk> chunkConsumer)
     
  • Method Details

    • query

      void query(long pos, Consumer<WorldChunk> chunkConsumer)
      Mappings:
      Namespace Name Mixin selector
      official query Lckh$b;query(JLjava/util/function/Consumer;)V
      intermediary query Lnet/minecraft/class_1948$class_5260;query(JLjava/util/function/Consumer;)V
      named query Lnet/minecraft/world/SpawnHelper$ChunkSource;query(JLjava/util/function/Consumer;)V