Skip to content

Commit

Permalink
add IBlockDefinition#isToolEffective
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj committed Sep 24, 2020
1 parent 30abf20 commit ccee0ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@ default IBlockState getStateFromMeta(int meta) {
return getDefaultState();
}

@ZenMethod
boolean isToolEffective(String type, IBlockState state);
}

0 comments on commit ccee0ca

Please sign in to comment.