senseiwells / EssentialClient

EssentialClient is a client side mod originally forked from Carpet Client for 1.15.2 that implements new client side features
MIT License
77 stars 14 forks source link

add getHitbox, collidesWithBlockAtPos #38

Closed aria1th closed 2 years ago

aria1th commented 2 years ago

yes

aria1th commented 2 years ago

entity.getHitbox()-> returns [pos, pos]

entity.collidesWith(pos, block)-> simulates and returns if entity will be 'pushed' = 'collides' by that block at certain position.

i.e. Item colliding with honey block?