Skip to content

Move module container setup from IMC to a DataMap - #8599

Merged
pupnewfster merged 4 commits into
26.2from
datamap-module-containers
Jul 7, 2026
Merged

Move module container setup from IMC to a DataMap#8599
pupnewfster merged 4 commits into
26.2from
datamap-module-containers

Conversation

@pupnewfster

Copy link
Copy Markdown
Member

Changes proposed in this pull request:

@pupnewfster
pupnewfster marked this pull request as ready for review July 7, 2026 18:53
@pupnewfster
pupnewfster merged commit 2535476 into 26.2 Jul 7, 2026
3 of 4 checks passed
@pupnewfster
pupnewfster deleted the datamap-module-containers branch July 7, 2026 18:54
}

private int makeComponent(IItemHUDProvider hudProvider, Player player, ItemStack stack, EquipmentSlot slot, List<List<Component>> initial, HudComponentBuilder builder) {
private <SLOT extends @Nullable EquipmentSlot> int makeComponent(IItemHUDProvider hudProvider, Player player, ItemStack stack, SLOT slot, List<List<Component>> initial,

@FunctionalInterface
private interface HudComponentBuilder {
private interface HudComponentBuilder<SLOT extends @Nullable EquipmentSlot> {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants