Interface AbstractBlock.TypedContextPredicate<A>

Enclosing class:
AbstractBlock
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 AbstractBlock.TypedContextPredicate<A>
Mappings:
Namespace Name
named net/minecraft/block/AbstractBlock$TypedContextPredicate
intermediary net/minecraft/class_4970$class_4972
official dxt$e
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(BlockState state, BlockView world, BlockPos pos, A type)
     
  • Method Details

    • test

      boolean test(BlockState state, BlockView world, BlockPos pos, A type)
      Mappings:
      Namespace Name Mixin selector
      named test Lnet/minecraft/block/AbstractBlock$TypedContextPredicate;test(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z
      intermediary test Lnet/minecraft/class_4970$class_4972;test(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Ljava/lang/Object;)Z
      official test Ldxt$e;test(Ldxu;Ldgm;Ljh;Ljava/lang/Object;)Z