Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public int getPriceNormal() {
- return priceNormal;
- }
- public int getPriceSmelt() {
- return priceSmelt;
- }
- public double getAmount() {
- return amount;
- }
- public boolean isSmelt() {
- return smelt;
- }
- public Material getMaterial() {
- return material;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement