mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-10 04:18:34 +00:00
Remove stub injector methods
This commit is contained in:
@ -288,8 +288,6 @@ public class HeightMap {
|
||||
return blocksChanged;
|
||||
}
|
||||
|
||||
public static Class<?> inject() {
|
||||
return HeightMap.class;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -256,7 +256,5 @@ public class KochanekBartelsInterpolation implements Interpolation {
|
||||
return (int) Math.floor(position);
|
||||
}
|
||||
|
||||
public static Class<?> inject() {
|
||||
return KochanekBartelsInterpolation.class;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -324,7 +324,5 @@ public class AffineTransform implements Transform, Serializable {
|
||||
mutable = new MutableBlockVector();
|
||||
}
|
||||
|
||||
public static Class<?> inject() {
|
||||
return AffineTransform.class;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user