BuilderSyntax<DebugSphere>
, DebugSphereBuilder
, DebugSphereSyntax
, WithRadiusSyntax
, WithSphereColorSyntax
public 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 DebugSphereSyntax
public WithSphereColorSyntax withRadius(float radius)
withRadius
in interface WithRadiusSyntax
public DebugSphereBuilder withColor(Color color)
withColor
in interface WithSphereColorSyntax
public DebugSphere build()
build
in interface BuilderSyntax<DebugSphere>
Copyright © 2017–2018 Ocraft Project. All rights reserved.