base mod created
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.minecraft.util;
|
||||
|
||||
public interface ITickable
|
||||
{
|
||||
/**
|
||||
* Like the old updateEntity(), except more generic.
|
||||
*/
|
||||
void update();
|
||||
}
|
||||
Reference in New Issue
Block a user