Fabric API

Fabric API

106M Downloads

Access to creating StateProviderTypes

Prospector opened this issue ยท 3 comments

commented

StateProviderType.register is private

commented

Sorry, I'm tired. That method just calls Registry.register lol

commented

Wait no, the constructor is private.

commented

If this now refers to BlockStateProviderTypes you should be able to use mixin 0.8 to instantiate the private constructor.

Whether we should include a method to expose a public method to create it could be discussed.