We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
public void func_216099_a(ValidationResults p_216099_1_, Function<ResourceLocation, LootTable> p_216099_2_, Set<ResourceLocation> p_216099_3_, LootParameterSet p_216099_4_) { for(int i = 0; i < this.poolConditions.size(); ++i) { this.poolConditions.get(i).func_215856_a(p_216099_1_.func_216108_b(".condition[" + i + "]"), p_216099_2_, p_216099_3_, p_216099_4_); } for(int j = 0; j < this.field_216102_d.length; ++j) { this.field_216102_d[j].func_215856_a(p_216099_1_.func_216108_b(".functions[" + j + "]"), p_216099_2_, p_216099_3_, p_216099_4_); } for(int k = 0; k < this.lootEntries.size(); ++k) { this.lootEntries.get(k).func_216142_a(p_216099_1_.func_216108_b(".entries[" + k + "]"), p_216099_2_, p_216099_3_, p_216099_4_); } }
All indexes SHOULD be 'i', as they do not leak out and should not effect each other's naming schemes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All indexes SHOULD be 'i', as they do not leak out and should not effect each other's naming schemes.
The text was updated successfully, but these errors were encountered: