java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.implementation.items.misc.GoldIngot
All Implemented Interfaces:
Placeable

public class GoldIngot extends SlimefunItem
The GoldIngot from Slimefun is a simple resource which is divided into different levels of carat ratings.

It can be obtained via gold dust and other gold ingots in a Smeltery.

Author:
TheBusyBiscuit
See Also:
  • Constructor Details

  • Method Details

    • getCaratRating

      public int getCaratRating()
      This returns the carat rating of this GoldIngot.

      The purity of the GoldIngot is measured in carat (1-24).

       24k = 100% gold.
       18k = 75% gold.
       12k = 50% gold.
       
      and so on...
      Returns:
      The carat rating of this GoldIngot