Files
PocketMine-MP/src
Dylan K. Taylor 3c6b0993cc Finally deal with APIs on container and menu blocks
Two main interfaces are introduced:
- Container (chest, furnace, etc)
- MenuAccessor (includes Containers but also anvils, crafting tables etc. which are not containers)

Containers have inventories, locks, and everything from MenuAccessor
MenuAccessors have obstruction checks, and openToUnchecked() for plugins to use

I opted not to include precondition checks in openTo() because it's possible
to replicate those using the provided APIs if desired.
2025-08-30 23:38:07 +01:00
..
2025-05-04 17:10:01 +01:00
CS
2025-08-30 18:56:56 +01:00
2025-05-24 16:19:48 +01:00
2025-08-30 19:23:38 +01:00
2025-08-30 19:23:38 +01:00
2024-12-19 00:14:18 +00:00
2025-08-30 19:23:38 +01:00
👺
2025-03-15 01:33:29 +00:00
2025-01-06 22:44:16 +00:00
2024-12-19 00:14:18 +00:00
2025-06-08 18:49:27 +01:00
2025-08-30 17:46:07 +00:00