d221d6ee创建于 2025年12月18日历史提交
文件最后提交记录最后更新时间
Support editing the back side of signs (#6774) * Deprecate BaseSign get/set/updateText(), add get/set/updateFaceText() which accepts true/false for front/back * add isFrontFace() to SignChangeEvent * add optional frontFace to Player::openSignEditor() * add BaseSign::getFacingDegrees() and getHitboxCenter() which need to be implemented by subclasses8 个月前
Implement Lingering potion & Area Effect Cloud (#5276) Co-authored-by: Dylan T. <dktapps@pmmp.io>7 个月前
CraftItemEvent: fixed inputs and outputs not being cloned 2 年前
Merge branch 'minor-next' into residue-override5 个月前
Use PHP-CS-Fixer to enforce file header presence 3 年前
Merge branch 'minor-next' into major-next 3 年前
Added WorldDifficultyChangeEvent 2 年前
Use PHP-CS-Fixer to enforce file header presence 3 年前
Use PHP-CS-Fixer to enforce file header presence 3 年前
HandlerListManager: track RegisteredListenerCache directly This change improves the performance of calling an event with 0 handlers by about 10% with no other changes. Since we have to access the list eventually anyway, we can cut out some unnecessary work by returning the handlers from the cache directly, instead of fetching the HandlerList for no reason. This also improves the performance of Event::hasHandlers() by about 40%, which is pretty significant (120 ns -> 80 ns). 2 年前
HandlerList: improve listener list development to make way for #5678 3 年前
Finally deal with the event handlers impossible generics riddle new PHPStan features allowed this to be mostly solved, although some annoyances still remain 6 个月前
Finally deal with the event handlers impossible generics riddle new PHPStan features allowed this to be mostly solved, although some annoyances still remain 6 个月前
Use PHP-CS-Fixer to enforce file header presence 3 年前
Use PHP-CS-Fixer to enforce file header presence 3 年前
Finally deal with the event handlers impossible generics riddle new PHPStan features allowed this to be mostly solved, although some annoyances still remain 6 个月前
Finally deal with the event handlers impossible generics riddle new PHPStan features allowed this to be mostly solved, although some annoyances still remain 6 个月前