geforkt von Mirrors/FastAsyncWorldEdit
Fix checkstyle error due to recent cleanup.
Dieser Commit ist enthalten in:
Ursprung
aaeaf19fc8
Commit
98e55bede0
@ -31,8 +31,8 @@ import com.sk89q.worldedit.regions.Region;
|
|||||||
* Generates solid and hollow shapes according to materials returned by the
|
* Generates solid and hollow shapes according to materials returned by the
|
||||||
* {@link #getMaterial} method.
|
* {@link #getMaterial} method.
|
||||||
*/
|
*/
|
||||||
public abstract class ArbitraryShape
|
public abstract class ArbitraryShape {
|
||||||
{
|
|
||||||
protected final Region extent;
|
protected final Region extent;
|
||||||
private int cacheOffsetX;
|
private int cacheOffsetX;
|
||||||
private int cacheOffsetY;
|
private int cacheOffsetY;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren