Remove deprecated BlockPropertiesSetup interface.

This commit is contained in:
asofold 2013-12-01 21:09:58 +01:00
parent 5c94cd8278
commit fd745458d6

View File

@ -1,12 +0,0 @@
package fr.neatmonster.nocheatplus.compat;
import fr.neatmonster.nocheatplus.compat.blocks.BlockPropertiesSetup;
/**
* @deprecated Will be removed, use instead: fr.neatmonster.nocheatplus.compat.blocks.BlockPropertiesSetup
* @author mc_dev
*
*/
public interface BlockPopertiesSetup extends BlockPropertiesSetup{
}