Interface AbstractBlock.TypedContextPredicate<A>

Enclosing class:
AbstractBlock

public static interface AbstractBlock.TypedContextPredicate<A>
Mappings:
Namespace Name
official chs$d
intermediary net/minecraft/class_4970$class_4972
named net/minecraft/block/AbstractBlock$TypedContextPredicate
  • 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
      official test Lchs$d;test(Lcht;Lbsz;Lfx;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
      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