mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-12 21:05:12 +00:00
The reason this uses a trait is because `self` refers to the including class in a trait, which offers a small amount of automatic type safety. If we had templates or generics, this would be a generic class instead.