Files
Mohammad-Ali Minaie b86dedad2f base mod created
2018-10-08 09:07:47 -04:00

9 lines
151 B
Java

package net.minecraft.util;
public interface ITickable
{
/**
* Like the old updateEntity(), except more generic.
*/
void update();
}