Interface SpawnHelper.Checker

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.Checker
Mappings:
Namespace Name
official buf$c
intermediary net/minecraft/class_1948$class_5261
named net/minecraft/world/SpawnHelper$Checker
  • Method Summary

    Modifier and Type Method Description
    boolean test​(EntityType<?> type, BlockPos pos, Chunk chunk)  
  • Method Details

    • test

      boolean test​(EntityType<?> type, BlockPos pos, Chunk chunk)
      Mappings:
      Namespace Name Mixin selector
      official test Lbuf$c;test(Laqz;Lfx;Lcjl;)Z
      intermediary test Lnet/minecraft/class_1948$class_5261;test(Lnet/minecraft/class_1299;Lnet/minecraft/class_2338;Lnet/minecraft/class_2791;)Z
      named test Lnet/minecraft/world/SpawnHelper$Checker;test(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/chunk/Chunk;)Z