minecraft-pi-reborn/symbols/src/entity/EntityFactory.def

3 lines
176 B
Modula-2
Raw Normal View History

2024-01-22 08:13:54 +00:00
// https://mcpirevival.miraheze.org/wiki/Minecraft:_Pi_Edition_Complete_Entity_List shows what id should be
2024-01-07 07:59:04 +00:00
static-method Entity *CreateEntity(int id, Level *level) = 0x7d794;