Fix TargetPoint to be static
This commit is contained in:
parent
abf452f889
commit
ad305ef997
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public enum NetworkRegistry
|
||||||
channels.put(Side.SERVER, Maps.<String,FMLEmbeddedChannel>newConcurrentMap());
|
channels.put(Side.SERVER, Maps.<String,FMLEmbeddedChannel>newConcurrentMap());
|
||||||
}
|
}
|
||||||
|
|
||||||
public class TargetPoint {
|
public static class TargetPoint {
|
||||||
public TargetPoint(int dimension, double x, double y, double z, double range)
|
public TargetPoint(int dimension, double x, double y, double z, double range)
|
||||||
{
|
{
|
||||||
this.x = x;
|
this.x = x;
|
||||||
|
|
Loading…
Reference in a new issue