Package com.djrapitops.plan
Interface PlanBungeeComponent.Builder
-
- Enclosing interface:
- PlanBungeeComponent
@Builder public static interface PlanBungeeComponent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlanBungeeComponent.Builder
abstractionLayer(net.playeranalytics.plugin.PlatformAbstractionLayer abstractionLayer)
PlanBungeeComponent
build()
PlanBungeeComponent.Builder
plan(PlanBungee plan)
-
-
-
Method Detail
-
plan
@BindsInstance PlanBungeeComponent.Builder plan(PlanBungee plan)
-
abstractionLayer
@BindsInstance PlanBungeeComponent.Builder abstractionLayer(net.playeranalytics.plugin.PlatformAbstractionLayer abstractionLayer)
-
build
PlanBungeeComponent build()
-
-