ForgePatch/patches/minecraft/net/minecraft/entity/IShearable.java.patch

15 lines
403 B
Diff

--- a/net/minecraft/entity/IShearable.java
+++ b/net/minecraft/entity/IShearable.java
@@ -2,8 +2,11 @@
import net.minecraft.util.SoundCategory;
+@Deprecated // Forge: Use IForgeShearable
public interface IShearable {
+ @Deprecated // Forge: Use IForgeShearable
void func_230263_a_(SoundCategory p_230263_1_);
+ @Deprecated // Forge: Use IForgeShearable
boolean func_230262_K__();
}