package net.minecraft.client.renderer.texture; public interface TickableTexture { void tick(); }