# Would there be a way to place for instance a soul fire block without triggering its "onBlockAdded" method in order to preserve its "soul" state ?
# I'd like to note that I'm asking this in order to know if I absolutely have to use a mixin or not, which I would like to avoid.