package com.minelittlepony.unicopia.entity; public interface MotionChecker { void setPreventMotionChecks(boolean enabled); }