Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
March 28, 2013, 3:47 a.m.
FORMAT:
Java
SIZE:
262 Bytes
Raw
Download
Tweet
HITS:
1330
Go to comments
Report
if
(
stack
==
null
)
{
MainClass
.
log
(
"Stack is null"
);
}
else
{
if
(
stack
.
getType
()
==
Material
.
AIR
)
{
MainClass
.
log
(
"Stack material is AIR"
);
}
else
{
MainClass
.
log
(
"Stack material is not AIR"
);
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus