Uses of Class
com.github.imdabigboss.easydatapack.api.CustomAdder
Packages that use CustomAdder
Package
Description
-
Uses of CustomAdder in com.github.imdabigboss.easydatapack.api
Method parameters in com.github.imdabigboss.easydatapack.api with type arguments of type CustomAdderModifier and TypeMethodDescriptionstatic voidEasyDatapackAPI.registerCustomAdder(@NonNull Consumer<CustomAdder> customAdder)Registers function that takes aCustomAdderas an argument and that will be called when EasyDatapack is enabled to register custom components.voidEasyDatapackBase.registerCustomAdder(@NonNull Consumer<CustomAdder> customAdder) -
Uses of CustomAdder in com.github.imdabigboss.easydatapack.backend
Subclasses of CustomAdder in com.github.imdabigboss.easydatapack.backendMethod parameters in com.github.imdabigboss.easydatapack.backend with type arguments of type CustomAdderModifier and TypeMethodDescriptionvoidEasyDatapack.registerCustomAdder(@NonNull Consumer<CustomAdder> customAdder) -
Uses of CustomAdder in com.github.imdabigboss.easydatapack.backend.registrar
Method parameters in com.github.imdabigboss.easydatapack.backend.registrar with type arguments of type CustomAdderModifier and TypeMethodDescriptionvoidGenericRegistrar.registerCustomAdder(@NonNull Consumer<CustomAdder> customAdder)