[SPIGOT-6697] generateTree no longer uses block change delegate Created: 07/Aug/21 Updated: 22/Aug/21 Resolved: 22/Aug/21 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Mathew Donegan | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Version: | This server is running CraftBukkit version 3212-Spigot-ff89b97-2cdc6b1 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
After Reproducible with WorldEdit version 7.2.6-SNAPSHOT+5898-b9f0416 from https://builds.enginehub.org/job/worldedit?branch=version/7.2.x |
Comments |
Comment by Marvin Rieple [ 19/Aug/21 ] |
Since Spigot 1.17.1 Build 3218, there is now a new method to generated tress which takes a Consumer<BlockState>. I don't think it makes much sense to try to fix this and instead just make the method deprecated and link to the new one. |