Interface AbstractBlock.ContextPredicate

Enclosing class:
AbstractBlock

public static interface AbstractBlock.ContextPredicate
Mappings:
Namespace Name
official cys$e
intermediary net/minecraft/class_4970$class_4973
named net/minecraft/block/AbstractBlock$ContextPredicate
  • Method Summary

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

    • test

      boolean test(BlockState state, BlockView world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official test Lcys$e;test(Lcyt;Lcjc;Lgp;)Z
      intermediary test Lnet/minecraft/class_4970$class_4973;test(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z
      named test Lnet/minecraft/block/AbstractBlock$ContextPredicate;test(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Z