Skip to content

Commit afac2f1

Browse files
committed
suppress unchecked for ArmorItemMixin (dispensersNotAffectPlayers)
1 parent 4252755 commit afac2f1

File tree

1 file changed

+3
-0
lines changed
  • src/main/java/me/ivan/ivancarpetaddition/mixins/rule/dispensersNotAffectPlayers

1 file changed

+3
-0
lines changed

src/main/java/me/ivan/ivancarpetaddition/mixins/rule/dispensersNotAffectPlayers/ArmorItemMixin.java

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ public class ArmorItemMixin {
3232
//#endif
3333
)
3434
)
35+
//#if MC >= 11700
36+
//$$ @SuppressWarnings("unchecked")
37+
//#endif
3538
private static <T extends Entity> List<T> removePlayer(
3639
//#if MC >= 11600
3740
//$$ ServerWorld instance,

0 commit comments

Comments
 (0)