Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public class ItemCheck {
  2.  
  3. boolean Return;
  4. ItemStack Check;
  5.  
  6. public ItemCheck(ItemStack ToCheck){
  7.  
  8. }
  9.  
  10. public void HasItemMeta(){
  11. Return = Check.hasItemMeta();
  12. }
  13.  
  14. public void DisplayName_Has(){
  15.  
  16. }
  17.  
  18. public boolean Result(){
  19. return Return;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement