Renames an event method
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
				
			This commit is contained in:
		@@ -20,6 +20,6 @@ public interface ActionStartEvent extends BlacksmithPluginEvent {
 | 
			
		||||
     *
 | 
			
		||||
     * @return <p>The appropriate crafting station</p>
 | 
			
		||||
     */
 | 
			
		||||
    Material craftingStation();
 | 
			
		||||
    Material getCraftingStation();
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -36,7 +36,7 @@ public class BlacksmithReforgeStartEvent extends AbstractBlacksmithPluginEvent i
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public Material craftingStation() {
 | 
			
		||||
    public Material getCraftingStation() {
 | 
			
		||||
        return craftingStation;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -37,7 +37,7 @@ public class ScrapperSalvageStartEvent extends AbstractBlacksmithPluginEvent imp
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public Material craftingStation() {
 | 
			
		||||
    public Material getCraftingStation() {
 | 
			
		||||
        return this.craftingStation;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user