cleanup, util packages reorganized, removed some sysouts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package mightypork.util.math.constraints;
|
||||
|
||||
|
||||
/**
|
||||
* Can be asked to update it's state
|
||||
*
|
||||
* @author MightyPork
|
||||
*/
|
||||
public interface Pollable {
|
||||
|
||||
/**
|
||||
* Update internal state
|
||||
*/
|
||||
void poll();
|
||||
}
|
||||
Reference in New Issue
Block a user