BuilderSyntax<DebugSphere>, DebugSphereBuilder, DebugSphereSyntax, WithRadiusSyntax, WithSphereColorSyntaxpublic static final class DebugSphere.Builder extends java.lang.Object implements DebugSphereSyntax, WithRadiusSyntax, WithSphereColorSyntax, DebugSphereBuilder
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
DebugSphere |
build() |
|
WithRadiusSyntax |
on(Point center) |
|
DebugSphereBuilder |
withColor(Color color) |
|
WithSphereColorSyntax |
withRadius(float radius) |
public WithRadiusSyntax on(Point center)
on in interface DebugSphereSyntaxpublic WithSphereColorSyntax withRadius(float radius)
withRadius in interface WithRadiusSyntaxpublic DebugSphereBuilder withColor(Color color)
withColor in interface WithSphereColorSyntaxpublic DebugSphere build()
build in interface BuilderSyntax<DebugSphere>Copyright © 2017–2018 Ocraft Project. All rights reserved.