mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Javadoc fix
This commit is contained in:
		@@ -316,7 +316,7 @@ public final class BlockChecks {
 | 
				
			|||||||
     * Determine if a given block can activate Herbalism abilities
 | 
					     * Determine if a given block can activate Herbalism abilities
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
     * @param blockState The {@link BlockState} of the block to check
 | 
					     * @param blockState The {@link BlockState} of the block to check
 | 
				
			||||||
     * @return true if the block can be made mossy, false otherwise
 | 
					     * @return true if the block can be activate Herbalism abilities, false otherwise
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public static boolean canActivateHerbalism(BlockState blockState) {
 | 
					    public static boolean canActivateHerbalism(BlockState blockState) {
 | 
				
			||||||
        switch (blockState.getType()) {
 | 
					        switch (blockState.getType()) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user