shedaniel 4 년 전
부모
커밋
ec06bd3b96
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      common/src/main/java/me/shedaniel/architectury/extensions/ItemExtension.java

+ 3 - 0
common/src/main/java/me/shedaniel/architectury/extensions/ItemExtension.java

@@ -24,6 +24,9 @@ import net.minecraft.world.entity.player.Player;
 import net.minecraft.world.item.ItemStack;
 import org.jetbrains.annotations.Nullable;
 
+/**
+ * Extensions to {@link net.minecraft.world.item.Item}, implement this on to your item.
+ */
 public interface ItemExtension {
     /**
      * Invoked every tick when this item is equipped.