BuilderSyntax<DebugBox>
, DebugBoxBuilder
, DebugBoxSyntax
, WithBoxColorSyntax
public static final class DebugBox.Builder extends java.lang.Object implements DebugBoxSyntax, WithBoxColorSyntax, DebugBoxBuilder
Constructor | Description |
---|---|
Builder() |
Modifier and Type | Method | Description |
---|---|---|
DebugBox |
build() |
|
WithBoxColorSyntax |
of(Point min,
Point max) |
|
DebugBoxBuilder |
withColor(Color color) |
public DebugBoxBuilder withColor(Color color)
withColor
in interface WithBoxColorSyntax
public WithBoxColorSyntax of(Point min, Point max)
of
in interface DebugBoxSyntax
public DebugBox build()
build
in interface BuilderSyntax<DebugBox>
Copyright © 2017–2018 Ocraft Project. All rights reserved.