public List<ItemEntity> getAroundItems(MyCharacterController target)
 {
     return target.getAroundItems();
 }