Skip to content

Commit

Permalink
[fix] DIG100の型を広くする
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Feb 8, 2020
1 parent e435cc2 commit d11b7cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private MenuInventoryData() {
*/
private static final Function0<Boolean> FALSE = () -> false;

private static final Consumer<SkullMeta> DIG100 = (meta) -> meta.addEnchant(Enchantment.DIG_SPEED, 100, false);
private static final Consumer<ItemMeta> DIG100 = (meta) -> meta.addEnchant(Enchantment.DIG_SPEED, 100, false);


private static final ItemStack toMoveNicknameMenu = build(
Expand Down

0 comments on commit d11b7cd

Please sign in to comment.