M4thG33k / TombManyGraves2

A partial re-write of Tomb Many Graves for Minecraft 1.11+
GNU General Public License v3.0
8 stars 8 forks source link

Replace ListIterator loop with removeIf call #32

Closed ChloeDawn closed 6 years ago

M4thG33k commented 6 years ago

I would appreciate a description/reasoning for changing this; even if you think it's trivial.

ChloeDawn commented 6 years ago

It's just kinda redundant to recreate functionality already provided to you by Java's collections.

M4thG33k commented 6 years ago

I completely understand that. To be honest, I didn't know that method existed. Thanks for bringing it to my attention! :-)