geforkt von Mirrors/FastAsyncWorldEdit
And these stubs
Dieser Commit ist enthalten in:
Ursprung
e7c27b08bf
Commit
6f04022738
@ -719,8 +719,4 @@ public class CuboidClipboard {
|
|||||||
// this.relativePosition = entity.getPosition().getPosition().subtract(getOrigin());
|
// this.relativePosition = entity.getPosition().getPosition().subtract(getOrigin());
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
//
|
|
||||||
// public static Class<?> inject() {
|
|
||||||
// return CuboidClipboard.class;
|
|
||||||
// }
|
|
||||||
}
|
}
|
@ -678,8 +678,4 @@ public class Vector2D implements Serializable {
|
|||||||
this.x = stream.readDouble();
|
this.x = stream.readDouble();
|
||||||
this.z = stream.readDouble();
|
this.z = stream.readDouble();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<?> inject() {
|
|
||||||
return Vector2D.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -235,8 +235,4 @@ public class BiomeCommands extends MethodCommands {
|
|||||||
if (!FawePlayer.wrap(player).hasPermission("fawe.tips"))
|
if (!FawePlayer.wrap(player).hasPermission("fawe.tips"))
|
||||||
BBC.TIP_BIOME_PATTERN.or(BBC.TIP_BIOME_MASK).send(player);
|
BBC.TIP_BIOME_PATTERN.or(BBC.TIP_BIOME_MASK).send(player);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<BiomeCommands> inject() {
|
|
||||||
return BiomeCommands.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -184,8 +184,4 @@ public class ChunkCommands {
|
|||||||
player.printError(BBC.getPrefix() + "Shell script type must be configured: 'bat' or 'bash' expected.");
|
player.printError(BBC.getPrefix() + "Shell script type must be configured: 'bat' or 'bash' expected.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<ChunkCommands> inject() {
|
|
||||||
return ChunkCommands.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -466,8 +466,4 @@ public class GenerationCommands extends MethodCommands {
|
|||||||
fp.sendMessage(BBC.getPrefix() + e.getMessage());
|
fp.sendMessage(BBC.getPrefix() + e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<GenerationCommands> inject() {
|
|
||||||
return GenerationCommands.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -271,8 +271,4 @@ public class SnapshotCommands {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<SnapshotCommands> inject() {
|
|
||||||
return SnapshotCommands.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -157,8 +157,4 @@ public class SnapshotUtilCommands {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<SnapshotUtilCommands> inject() {
|
|
||||||
return SnapshotUtilCommands.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -100,8 +100,4 @@ public class SuperPickaxeCommands {
|
|||||||
session.enableSuperPickAxe();
|
session.enableSuperPickAxe();
|
||||||
BBC.SUPERPICKAXE_AREA_ENABLED.send(player);
|
BBC.SUPERPICKAXE_AREA_ENABLED.send(player);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<SuperPickaxeCommands> inject() {
|
|
||||||
return SuperPickaxeCommands.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1248,8 +1248,4 @@ public class UtilityCommands extends MethodCommands {
|
|||||||
|
|
||||||
builder.run();
|
builder.run();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<UtilityCommands> inject() {
|
|
||||||
return UtilityCommands.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -250,8 +250,4 @@ public class WorldEditCommands {
|
|||||||
public void help(Actor actor, CommandContext args) throws WorldEditException {
|
public void help(Actor actor, CommandContext args) throws WorldEditException {
|
||||||
UtilityCommands.help(args, we, actor);
|
UtilityCommands.help(args, we, actor);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<WorldEditCommands> inject() {
|
|
||||||
return WorldEditCommands.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -82,8 +82,4 @@ public class MaskUnion extends MaskIntersection {
|
|||||||
}
|
}
|
||||||
return new MaskUnion2D(mask2dList);
|
return new MaskUnion2D(mask2dList);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<MaskUnion> inject() {
|
|
||||||
return MaskUnion.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -45,8 +45,4 @@ public class BlockPattern implements Pattern {
|
|||||||
checkNotNull(block);
|
checkNotNull(block);
|
||||||
this.block = block;
|
this.block = block;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<BlockPattern> inject() {
|
|
||||||
return BlockPattern.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -72,9 +72,5 @@ public class For extends Node {
|
|||||||
this.body = this.body.bindVariables(expression, false);
|
this.body = this.body.bindVariables(expression, false);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<For> inject() {
|
|
||||||
return For.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -100,8 +100,4 @@ public class SimpleFor extends Node {
|
|||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<SimpleFor> inject() {
|
|
||||||
return SimpleFor.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -129,8 +129,4 @@ public class While extends Node {
|
|||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<While> inject() {
|
|
||||||
return While.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -394,8 +394,4 @@ public class CylinderRegion extends AbstractRegion implements FlatRegion {
|
|||||||
int maxY = extent.getMaximumPoint().getBlockY();
|
int maxY = extent.getMaximumPoint().getBlockY();
|
||||||
return new CylinderRegion(center, radiusVec, minY, maxY);
|
return new CylinderRegion(center, radiusVec, minY, maxY);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<CylinderRegion> inject() {
|
|
||||||
return CylinderRegion.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -258,8 +258,4 @@ public class EllipsoidRegion extends AbstractRegion {
|
|||||||
public EllipsoidRegion clone() {
|
public EllipsoidRegion clone() {
|
||||||
return (EllipsoidRegion) super.clone();
|
return (EllipsoidRegion) super.clone();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<EllipsoidRegion> inject() {
|
|
||||||
return EllipsoidRegion.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -283,8 +283,4 @@ public class Polygonal2DRegionSelector implements RegionSelector, CUIRegion {
|
|||||||
public String getLegacyTypeID() {
|
public String getLegacyTypeID() {
|
||||||
return "polygon2d";
|
return "polygon2d";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<?> inject() {
|
|
||||||
return Polygonal2DRegionSelector.class;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -187,9 +187,4 @@ public class SimpleDispatcher implements Dispatcher {
|
|||||||
// Checking every perm in the class here was unnecessarily stupid
|
// Checking every perm in the class here was unnecessarily stupid
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Class<SimpleDispatcher> inject() {
|
|
||||||
return SimpleDispatcher.class;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren