public class RingBellTask extends Task<LivingEntity>
Task.Status| Constructor and Description | 
|---|
RingBellTask()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
shouldExecute(ServerWorld worldIn,
             LivingEntity owner)  | 
protected void | 
startExecuting(ServerWorld worldIn,
              LivingEntity entityIn,
              long gameTimeIn)  | 
getStatus, isTimedOut, resetTask, shouldContinueExecuting, start, stop, tick, toString, updateTaskprotected boolean shouldExecute(ServerWorld worldIn, LivingEntity owner)
shouldExecute in class Task<LivingEntity>protected void startExecuting(ServerWorld worldIn, LivingEntity entityIn, long gameTimeIn)
startExecuting in class Task<LivingEntity>