Make IMineBehavior extend IBehavior
This commit is contained in:
parent
a6aa659629
commit
e99fc5d9b7
@ -23,7 +23,7 @@ import net.minecraft.block.Block;
|
|||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 9/23/2018
|
* @since 9/23/2018
|
||||||
*/
|
*/
|
||||||
public interface IMineBehavior {
|
public interface IMineBehavior extends IBehavior {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Begin to search for and mine the specified blocks until
|
* Begin to search for and mine the specified blocks until
|
||||||
|
Loading…
Reference in New Issue
Block a user