Java code enhancements for most of the java library and other areas (lots more to come).

This commit is contained in:
Cekis
2016-03-16 06:21:15 +00:00
parent 5a8b19e135
commit b262d6e15f
26 changed files with 2695 additions and 5343 deletions
-5
View File
@@ -68,7 +68,6 @@ public class npc extends script.base_script
public static void hueClothes(obj_id newClothes, String clothes) throws InterruptedException
{
debugServerConsoleMsg(getSelf(), "WARNING: SOMETHING IS STILL USING NPC.SCRIPTLIB hueClothes( obj_id newClothes, string clothes )");
return;
}
public static String chooseSpecies(String type, int number, String gender) throws InterruptedException
{
@@ -88,12 +87,10 @@ public class npc extends script.base_script
public static void dressUp(obj_id npc, String type, String gender) throws InterruptedException
{
debugServerConsoleMsg(getSelf(), "WARNING: SOMETHING IS STILL USING NPC.SCRIPTLIB dressUp (obj_id npc, string type, string gender)");
return;
}
public static void dressHair(obj_id npc, String name, String gender) throws InterruptedException
{
debugServerConsoleMsg(getSelf(), "WARNING: SOMETHING IS STILL USING NPC.SCRIPTLIB dressHair (obj_id npc, string name, string gender)");
return;
}
public static obj_id makeStormtrooperInside(obj_id bldg, String cellName) throws InterruptedException
{
@@ -103,7 +100,6 @@ public class npc extends script.base_script
public static void scriptAttach(obj_id npc, String type) throws InterruptedException
{
debugServerConsoleMsg(getSelf(), "WARNING: SOMETHING IS STILL USING NPC.SCRIPTLIB scriptAttach (obj_id npc, string type)");
return;
}
public static obj_id makeDroid(location loc) throws InterruptedException
{
@@ -168,7 +164,6 @@ public class npc extends script.base_script
public static void spamErrorMsg(String text) throws InterruptedException
{
debugServerConsoleMsg(getSelf(), "WARNING: SOMETHING IS STILL USING NPC.SCRIPTLIB spamErrorMsg( string text )");
return;
}
public static String getClothingTemplateName(String tableName, int column) throws InterruptedException
{