CommonEvents.resizeEntity(EntityEvent.Size event) is not Cancelable
adsfghjkl-qwertyuiop opened this issue ยท 0 comments
CAREFUL: This is also fired in the Entity constructor. Therefore, the entity (subclass) might not be fully initialized. Check Entity.isAddedToWorld() or !Entity.firstUpdate. If you change the player's size, you probably want to set the eye height accordingly as well This event is not Cancelable.