mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Javadoc updates.
This commit is contained in:
		@@ -22,7 +22,6 @@ public class ExcavationManager extends SkillManager {
 | 
				
			|||||||
     * Process treasure drops & XP gain for Excavation.
 | 
					     * Process treasure drops & XP gain for Excavation.
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
     * @param blockState The {@link BlockState} to check ability activation for
 | 
					     * @param blockState The {@link BlockState} to check ability activation for
 | 
				
			||||||
     * @param player The {@link Player} using this ability
 | 
					 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public void excavationBlockCheck(BlockState blockState) {
 | 
					    public void excavationBlockCheck(BlockState blockState) {
 | 
				
			||||||
        int xp = Excavation.getBlockXP(blockState);
 | 
					        int xp = Excavation.getBlockXP(blockState);
 | 
				
			||||||
@@ -50,7 +49,6 @@ public class ExcavationManager extends SkillManager {
 | 
				
			|||||||
     * Process the Giga Drill Breaker ability.
 | 
					     * Process the Giga Drill Breaker ability.
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
     * @param blockState The {@link BlockState} to check ability activation for
 | 
					     * @param blockState The {@link BlockState} to check ability activation for
 | 
				
			||||||
     * @param player The {@link Player} using this ability
 | 
					 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public void gigaDrillBreaker(BlockState blockState) {
 | 
					    public void gigaDrillBreaker(BlockState blockState) {
 | 
				
			||||||
        excavationBlockCheck(blockState);
 | 
					        excavationBlockCheck(blockState);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user