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