ldtteam / Structurize

Minecraft Structures
GNU General Public License v3.0
45 stars 45 forks source link

Add setters to BlueprintPreviewData #605

Closed Nightenom closed 1 year ago

Nightenom commented 1 year ago

Changes proposed in this pull request:

Review please

Nightenom commented 1 year ago

Possibly of note is that it's not currently possible to set packName and blueprintPath except via deserialization, but my use case at least doesn't require those, since I'm using setBlueprintFuture directly.

These are apparently not meant to be public anyway, and probably even not meant to be fields too