Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Update SpongeCommon for enchantment changes and new item types
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Dec 1, 2017
1 parent 4566f61 commit fd6f659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SpongeCommon
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
*/
package org.spongepowered.server.mixin.core.enchantment;

import org.spongepowered.api.item.Enchantment;
import org.spongepowered.api.item.enchantment.EnchantmentType;
import org.spongepowered.api.item.inventory.ItemStack;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Shadow;

@Mixin(net.minecraft.enchantment.Enchantment.class)
public abstract class MixinEnchantment implements Enchantment {
public abstract class MixinEnchantment implements EnchantmentType {

@Shadow public abstract boolean canApply(net.minecraft.item.ItemStack stack);

Expand Down

0 comments on commit fd6f659

Please sign in to comment.