Files
PocketMine-MP/src/world
Doge ed61a68013 Entity: make getNetworkTypeId non-static (#6037)
This was static to permit ItemFactory to register spawn eggs for all known entity types in early PM4. However, nowadays we provide a callback to the spawn egg instead, and spawn eggs must be manually implemented, so this is no longer needed.

In addition, having this static forces everyone to make a new entity class for every unique type of entity, which isn't ideal.
2023-09-06 15:26:32 +01:00
..
2023-04-11 20:01:19 +01:00
2023-01-26 14:48:43 +00:00
2023-05-08 16:35:30 +01:00