Removed Npc hasListener method.

This commit is contained in:
MobiusDevelopment 2021-09-20 23:25:06 +00:00
parent e91f6902dd
commit f4fa6dcd9f
21 changed files with 0 additions and 126 deletions

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1512,12 +1512,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1512,12 +1512,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1751,12 +1751,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1751,12 +1751,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1511,12 +1511,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1523,12 +1523,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1523,12 +1523,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1523,12 +1523,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1495,12 +1495,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1524,12 +1524,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event

View File

@ -1524,12 +1524,6 @@ public class Npc extends Creature
return vars != null ? vars : addScript(new NpcVariables());
}
@Override
public boolean hasListener(EventType type)
{
return getTemplate().hasListener(type);
}
/**
* Send an "event" to all NPCs within given radius
* @param eventName - name of event