Method | Description | |
---|---|---|
GetDistance ( SerializablePosition pos ) : double | ||
GetTypes ( ) : ReadOnlyCollection |
||
IsInRegion ( SerializablePosition p ) : bool | ||
OnCreate ( IRocketPlayer player, string name, string args ) : Region | ||
OnRedefine ( IRocketPlayer player, string args ) : bool | ||
RegisterRegionType ( string name ) : |
||
RegisterRegionType ( string name, |
public abstract GetDistance ( SerializablePosition pos ) : double | ||
pos | SerializablePosition | |
return | double |
public static GetTypes ( ) : ReadOnlyCollection |
||
return | ReadOnlyCollection |
public abstract IsInRegion ( SerializablePosition p ) : bool | ||
p | SerializablePosition | |
return | bool |
public abstract OnCreate ( IRocketPlayer player, string name, string args ) : Region | ||
player | IRocketPlayer | |
name | string | |
args | string | |
return | Region |
public abstract OnRedefine ( IRocketPlayer player, string args ) : bool | ||
player | IRocketPlayer | |
args | string | |
return | bool |
public static RegisterRegionType ( string name ) : |
||
name | string | |
return |
public static RegisterRegionType ( string name, |
||
name | string | |
t | ||
return | void |