kalculos / AstralFlow

The plugin featurize your spigot servers.
https://af.ib67.io/docs
GNU Lesser General Public License v2.1
25 stars 4 forks source link

[FEAT] Add Type Parameters for IMachine #197

Closed iceBear67 closed 2 years ago

iceBear67 commented 2 years ago

<S extends IState> getState / setState would be better.

iceBear67 commented 2 years ago

no. Type Parameters led to more type-system problems and they're breaking readability.

Instead, Developers should override getState with a new return type instead.