L2JPREMIUM  5M
com.premium.game.model.entity.ClanHall Class Reference
Inheritance diagram for com.premium.game.model.entity.ClanHall:
Collaboration diagram for com.premium.game.model.entity.ClanHall:

Classes

class  ClanHallFunction
 

Public Member Functions

 ClanHall (int clanHallId, String name, int ownerId, int lease, String desc, String location, long paidUntil, long paidDayTime, int Grade, boolean paid)
 
boolean checkBanish (L2PcInstance cha)
 
void free ()
 
final String getDesc ()
 
final L2DoorInstance getDoor (int doorId)
 
final List< L2DoorInstancegetDoors ()
 
ClanHallFunction getFunction (int type)
 
final int getGrade ()
 
final int getId ()
 
final int getLease ()
 
final String getLocation ()
 
final String getName ()
 
L2Clan getOwnerClan ()
 
final int getOwnerId ()
 
final boolean getPaid ()
 
final long getPaidUntil ()
 
final boolean isUnderSiege ()
 
void openCloseDoor (int doorId, boolean open)
 
void openCloseDoor (L2DoorInstance door, boolean open)
 
void openCloseDoor (L2PcInstance activeChar, int doorId, boolean open)
 
void openCloseDoors (boolean open)
 
void openCloseDoors (L2PcInstance activeChar, boolean open)
 
void removeFunction (int functionType)
 
void setOwner (L2Clan clan)
 
void setUnderSiege (boolean par)
 
void spawnDoor ()
 
void spawnDoor (boolean isDoorWeak)
 
void updateDb ()
 
boolean updateFunctions (L2PcInstance player, int type, int lvl, int lease, long rate, boolean addNew)
 
- Public Member Functions inherited from com.premium.game.model.entity.Entity
void banishForeigners ()
 
void broadcastToPlayers (L2GameServerPacket gsp)
 
void broadcastToPlayers (String message)
 
boolean checkIfInZone (int x, int y)
 
boolean checkIfInZone (int x, int y, int z)
 
boolean checkIfInZone (L2Object cha)
 
int getCastleId ()
 
String getClassName ()
 
double getDistanceToZone (int x, int y)
 
int getFortId ()
 
List< L2PcInstancegetPlayersInside ()
 
L2PcInstance getRandomPlayer ()
 
int getTownId ()
 
L2Zone getZone ()
 
void registerZone (L2Zone zone)
 

Static Public Attributes

static final int FUNC_TELEPORT = 1
 
static final int FUNC_ITEM_CREATE = 2
 
static final int FUNC_RESTORE_HP = 3
 
static final int FUNC_RESTORE_MP = 4
 
static final int FUNC_RESTORE_EXP = 5
 
static final int FUNC_SUPPORT = 6
 
static final int FUNC_DECO_FRONTPLATEFORM = 7
 
static final int FUNC_DECO_CURTAINS = 8
 
- Static Public Attributes inherited from com.premium.game.model.entity.Entity
static Logger _log = Logger.getLogger(Entity.class.getName())
 

Protected Attributes

long _paidUntil
 
long _paidDayTime
 
final int _chRate = 604800000
 
boolean _isFree = true
 
boolean _isUnderSiege = false
 
boolean _paid
 
- Protected Attributes inherited from com.premium.game.model.entity.Entity
L2Zone _zone
 

Additional Inherited Members


The documentation for this class was generated from the following file: