CustomiesDevs / Customies

A PocketMine-MP plugin that implements support for custom blocks, items and entities.
MIT License
107 stars 48 forks source link

Change Permutable::getCurrentBlockProperties() return value to mixed[] #95

Closed IvanCraft623 closed 11 months ago

IvanCraft623 commented 11 months ago

Doc comment should be a mixed array intead of a BlockProperty array because it returns BlockProperty values

TwistedAsylumMC commented 11 months ago

Thanks for this!