mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56:41 +00:00
And these stubs
This commit is contained in:
@ -82,8 +82,4 @@ public class MaskUnion extends MaskIntersection {
|
||||
}
|
||||
return new MaskUnion2D(mask2dList);
|
||||
}
|
||||
|
||||
public static Class<MaskUnion> inject() {
|
||||
return MaskUnion.class;
|
||||
}
|
||||
}
|
||||
|
@ -45,8 +45,4 @@ public class BlockPattern implements Pattern {
|
||||
checkNotNull(block);
|
||||
this.block = block;
|
||||
}
|
||||
|
||||
public static Class<BlockPattern> inject() {
|
||||
return BlockPattern.class;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user