(Object aPlayer)
| 3185 | } |
| 3186 | |
| 3187 | public static boolean hasInfiniteItems(Object aPlayer) { |
| 3188 | return aPlayer instanceof EntityPlayer && ((EntityPlayer)aPlayer).capabilities.isCreativeMode; |
| 3189 | } |
| 3190 | |
| 3191 | public static boolean consumeCurrentItem(EntityPlayer aPlayer) { |
| 3192 | if (aPlayer == null) return F; |
no outgoing calls
no test coverage detected