Hello there, I've come across this method for quite a while;
Block::onEntityCollision
And as it's deprecated I'm looking for any alternatives, with the lacking of any in the javadoc;
I chose this method because i wanna damage the player when walking trough my block, and AbstractFireBlock does this using this method.
Thanks in advance,
Tebreca