List of usage examples for java.lang AbstractMethodError AbstractMethodError
public AbstractMethodError()
AbstractMethodError
with no detail message. From source file:com.l2jfree.gameserver.model.restriction.global.AbstractRestriction.java
@Override @DisabledRestriction//from w w w . j a v a 2 s .c o m public boolean isRestricted(L2Player activeChar, Class<? extends GlobalRestriction> callingRestriction) { throw new AbstractMethodError(); }
From source file:com.l2jfree.gameserver.model.restriction.global.AbstractRestriction.java
@Override @DisabledRestriction public boolean canInviteToParty(L2Player activeChar, L2Player target) { throw new AbstractMethodError(); }
From source file:com.l2jfree.gameserver.model.restriction.global.AbstractRestriction.java
@Override @DisabledRestriction// ww w . j av a 2 s . c o m public boolean canCreateEffect(L2Creature activeChar, L2Creature target, L2Skill skill) { throw new AbstractMethodError(); }
From source file:com.l2jfree.gameserver.model.restriction.global.AbstractRestriction.java
@Override @DisabledRestriction// w w w. j a v a 2s .c o m public boolean isInvul(L2Creature activeChar, L2Creature target, L2Skill skill, boolean sendMessage, L2Player attacker_, L2Player target_, boolean isOffensive) { throw new AbstractMethodError(); }
From source file:com.l2jfree.gameserver.model.restriction.global.AbstractRestriction.java
@Override @DisabledRestriction/*from w ww .j av a 2 s . co m*/ public boolean isProtected(L2Creature activeChar, L2Creature target, L2Skill skill, boolean sendMessage, L2Player attacker_, L2Player target_, boolean isOffensive) { throw new AbstractMethodError(); }
From source file:com.l2jfree.gameserver.model.restriction.global.AbstractRestriction.java
@Override @DisabledRestriction/*from w ww.j a v a 2s. c o m*/ public boolean canTarget(L2Creature activeChar, L2Creature target, boolean sendMessage, L2Player attacker_, L2Player target_) { throw new AbstractMethodError(); }
From source file:com.l2jfree.gameserver.model.restriction.global.AbstractRestriction.java
@Override @DisabledRestriction public boolean canRequestRevive(L2Player activeChar) { throw new AbstractMethodError(); }
From source file:com.l2jfree.gameserver.model.restriction.global.AbstractRestriction.java
@Override @DisabledRestriction public boolean canTeleport(L2Player activeChar) { throw new AbstractMethodError(); }
From source file:com.l2jfree.gameserver.model.restriction.global.AbstractRestriction.java
@Override @DisabledRestriction//from ww w . j a va 2 s. c om public boolean canUseItemHandler(Class<? extends IItemHandler> clazz, int itemId, L2Playable activeChar, L2ItemInstance item, L2Player player) { throw new AbstractMethodError(); }
From source file:com.l2jfree.gameserver.model.restriction.global.AbstractRestriction.java
@Override @DisabledRestriction//w w w. j a va 2s.c o m public boolean canDropItem(L2Player player, int itemId, L2ItemInstance item) { throw new AbstractMethodError(); }