Skip to content

Commit

Permalink
annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
iTwins committed Sep 7, 2023
1 parent 051c519 commit 9c5114f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ private void checkForSensitiveBlocks(Block block, Integer c) {
* @return
* Whether the {@link BlockData} would be supported at the given {@link Block}
*/
@ParametersAreNonnullByDefault
private boolean isSupported(BlockData blockData, Block block) {
if (Slimefun.getMinecraftVersion().isAtLeast(MinecraftVersion.MINECRAFT_1_19)) {
return blockData.isSupported(block);
Expand Down

0 comments on commit 9c5114f

Please sign in to comment.