package net.minecraft.server;

public interface ITickable {

    void e();
}
