Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LootPoolEntry.Builder name swap #4070

Open
skycatminepokie opened this issue Dec 27, 2024 · 0 comments
Open

LootPoolEntry.Builder name swap #4070

skycatminepokie opened this issue Dec 27, 2024 · 0 comments

Comments

@skycatminepokie
Copy link

Description:
LootPoolEntry.Builder's sequenceEntry and groupEntry seem to be swapped - they return GroupEntry.Builder and SequenceEntry.Builder, respectively. Either that or GroupEntry.Builder and SequenceEntry.Builder are swapped.

Mappings:
class_79$class_80#method_35513 -> sequenceEntry
class_79$class_80#method_35514 -> groupEntry

Yarn version: 1.21.4+build.2

Code:

public GroupEntry.Builder sequenceEntry(LootPoolEntry.Builder<?> entry) {
	return new GroupEntry.Builder(this, entry);
}

public SequenceEntry.Builder groupEntry(LootPoolEntry.Builder<?> entry) {
	return new SequenceEntry.Builder(this, entry);
}
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

No branches or pull requests

1 participant