Class ResourceManager

    • Constructor Detail

    • Method Detail

      • setSupplies

        public void setSupplies​(GEOResource resource,
                                World world,
                                int x,
                                int z,
                                int value)
      • scan

        public void scan​(Player p,
                         Block block)
        This method will start a geo-scan at the given Block and display the result of that scan to the given Player. Note that scans are always per Chunk, not per Block, the Block parameter only determines the Location that was clicked but it will still scan the entire Chunk.
        Parameters:
        p - The Player who requested these results
        block - The Block which the scan starts at