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 ckh$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 Lckh$c;test(Lbdv;Lgp;Ldap;)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