GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.88k stars 271 forks source link

Replace ad-hoc Validator class with Java Predicate #1034

Closed socram8888 closed 5 years ago

socram8888 commented 5 years ago

Hello. This PR is a really tiny improvement for the TaxicabBlockIterator class I made - basically, replacing the Validator ad-hoc class I made pre-Java-8 with Predicate, which is essentially the same except built into Java already.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

mastercoms commented 5 years ago

Thank you for your contribution to Glowstone!