Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public int getPriceNormal() {
  2. return priceNormal;
  3. }
  4.  
  5. public int getPriceSmelt() {
  6. return priceSmelt;
  7. }
  8.  
  9. public double getAmount() {
  10. return amount;
  11. }
  12.  
  13. public boolean isSmelt() {
  14. return smelt;
  15. }
  16.  
  17. public Material getMaterial() {
  18. return material;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement