Hugo_

Results 13 comments of Hugo_

Sorry for the long response time. I added you. My tag is Hugo_ # 3101

> This requires a PHP 8.2 minimum Yes but pocketmine now support PHP 8.2

> Supporting 8.2 != minimum 8.2 When pocketmine will oblige PHP 8.2?

> If we're going with enums I would prefer to ditch the numeric values entirely. They have no purpose except to be implicitly misused as Minecraft constants. Should I do...

This pr is good ? if yes i can change pocketmine to support Facing enum

For the border, you can deactivate it. For the effects, put the option that when entering a spawn add / remove a specific effect

> This does not really check if there is a collision so if there is a slab between the magma block and the player, the player will be burned. Thanks...

> The current implementation only works for collsions on down side. An appropriate solution to the problem would be to detect when colliding with any face of the block, not...

> We also still have `hasEntityCollision()` from those days Why not keep this name and call this function just if `hasEntityCollision` return `true` ? Moreover, this can be increase performance

I tried to create an `onEntityInNearbyBlock` that is called on every tick and implements the collision logic in that function for each block. I stopped because I'm not convinced by...