We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4252755 commit afac2f1Copy full SHA for afac2f1
src/main/java/me/ivan/ivancarpetaddition/mixins/rule/dispensersNotAffectPlayers/ArmorItemMixin.java
@@ -32,6 +32,9 @@ public class ArmorItemMixin {
32
//#endif
33
)
34
35
+ //#if MC >= 11700
36
+ //$$ @SuppressWarnings("unchecked")
37
+ //#endif
38
private static <T extends Entity> List<T> removePlayer(
39
//#if MC >= 11600
40
//$$ ServerWorld instance,
0 commit comments