-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
BC breakBreaks API compatibilityBreaks API compatibilityCategory: APIRelated to the plugin APIRelated to the plugin APIResolution: ImplementedType: EnhancementContributes features or other improvements to PocketMine-MPContributes features or other improvements to PocketMine-MP
Milestone
Description
Problem description
Currrently everywhere in the core code uses new class implements ChunkLoader{}
, which is needlessly annoying boilerplate code.
Proposed solution
There's no obvious reason to implement ChunkLoader now instead of just creating an object. It should be directly converted to a final class.
Alternative solutions or workarounds
No response
Muqsit
Metadata
Metadata
Assignees
Labels
BC breakBreaks API compatibilityBreaks API compatibilityCategory: APIRelated to the plugin APIRelated to the plugin APIResolution: ImplementedType: EnhancementContributes features or other improvements to PocketMine-MPContributes features or other improvements to PocketMine-MP