Untitled


SUBMITTED BY: Guest

DATE: March 28, 2013, 3:47 a.m.

FORMAT: Java

SIZE: 262 Bytes

HITS: 1322

  1. if (stack == null) {
  2. MainClass.log("Stack is null");
  3. } else {
  4. if (stack.getType() == Material.AIR) {
  5. MainClass.log("Stack material is AIR");
  6. } else {
  7. MainClass.log("Stack material is not AIR");
  8. }
  9. }

comments powered by Disqus