package com.minelittlepony.unicopia.player; import net.minecraft.entity.player.EntityPlayer; public interface IUpdatable { void onUpdate(EntityPlayer entity); }