mirror of
https://github.com/LordBoos/boosCooldowns.git
synced 2024-11-21 18:15:44 +01:00
Repo Cleanup, Maven update, fixed Vault/Economy dependency
This commit is contained in:
parent
3b658ddeda
commit
0430fce95e
22
.classpath
22
.classpath
@ -1,8 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre6"/>
|
||||
<classpathentry kind="lib" path="libs/bukkit-1.5.1-R0.1-20130328.013018-15.jar"/>
|
||||
<classpathentry kind="lib" path="libs/Vault.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
7
.project
7
.project
@ -10,9 +10,14 @@
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
|
@ -1,11 +1,12 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.compliance=1.7
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||
org.eclipse.jdt.core.compiler.source=1.7
|
||||
|
23
bin/.project
23
bin/.project
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>boosCooldowns</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,96 +0,0 @@
|
||||
name: boosCooldowns
|
||||
main: cz.boosik.boosCooldown.BoosCoolDown
|
||||
version: 3.7.3
|
||||
authors: [LordBoos (ingame name boosik)]
|
||||
softdepend: [Vault]
|
||||
description: >
|
||||
Shortcuts
|
||||
commands:
|
||||
booscooldowns:
|
||||
description: Reload command.
|
||||
usage: Use /booscooldowns reload, clearcooldowns <player>, clearwarmups <player> or clearuses <player>
|
||||
aliases: bcd
|
||||
permissions:
|
||||
booscooldowns.exception:
|
||||
description: Player wont be affected by plugin at all (no warmups, no cooldowns, no prices, no limits, no aliases).
|
||||
default: false
|
||||
booscooldowns.norestriction:
|
||||
description: Player wont be affected by restrictions but will be affected by aliases(no warmups, no cooldowns, no prices, no limits).
|
||||
default: false
|
||||
children:
|
||||
booscooldowns.noprice: true
|
||||
booscooldowns.nocooldown: true
|
||||
booscooldowns.nowarmup: true
|
||||
booscooldowns.nolimit: true
|
||||
booscooldowns.nocancel.move:
|
||||
description: Players warmups will not be canceled by moving, even if it's turned on.
|
||||
default: false
|
||||
booscooldowns.nocancel.damage:
|
||||
description: Players warmups will not be canceled by damage, even if it's turned on.
|
||||
default: false
|
||||
booscooldowns.nocancel.sneak:
|
||||
description: Players warmups will not be canceled by sneaking, even if it's turned on.
|
||||
default: false
|
||||
booscooldowns.nocancel.sprint:
|
||||
description: Players warmups will not be canceled by sprinting, even if it's turned on.
|
||||
default: false
|
||||
booscooldowns.nocancel.gamemodechange:
|
||||
description: Players warmups will not be canceled by changing gamemode, even if it's turned on.
|
||||
default: false
|
||||
booscooldowns.dontblock.interact:
|
||||
description: Players interaction will not be blocked during warmup, even if it's turned on.
|
||||
default: false
|
||||
booscooldowns.noprice:
|
||||
description: Players commands will always be free of charge.
|
||||
default: false
|
||||
booscooldowns.noprice./command:
|
||||
description: Command "/command" will not be affected by price for users with this permission.
|
||||
default: false
|
||||
booscooldowns.nocooldown:
|
||||
description: Player wont be affected by cooldowns.
|
||||
default: false
|
||||
booscooldowns.nocooldown./command:
|
||||
description: Command "/command" will not be affected by cooldown for users with this permission.
|
||||
default: false
|
||||
booscooldowns.nowarmup:
|
||||
description: Player wont be affected by warmups.
|
||||
default: false
|
||||
booscooldowns.nowarmup./command:
|
||||
description: Command "/command" will not be affected by warmup for users with this permission.
|
||||
default: false
|
||||
booscooldowns.nolimit:
|
||||
description: Player wont be affected by limiting.
|
||||
default: false
|
||||
booscooldowns.start.cooldowns.death.exception:
|
||||
description: Player's cooldowns wont be started on death.
|
||||
default: false
|
||||
booscooldowns.nolimit./command:
|
||||
description: Command "/command" will not be affected by limits for users with this permission.
|
||||
default: false
|
||||
booscooldowns.reload:
|
||||
description: Player can use "/booscooldowns reload" to reload config file.
|
||||
default: op
|
||||
booscooldowns.clear.uses.death:
|
||||
description: Players uses (limit-uses=how many times playr can still use command) are cleared on death (must be enabled in config file too!).
|
||||
default: false
|
||||
booscooldowns.clear.cooldowns.death:
|
||||
description: Players cooldowns are cleared on death (must be enabled in config file too!).
|
||||
default: false
|
||||
booscooldowns.list.limits:
|
||||
description: Player can use "/booscooldowns limits" to see limits and how many times he can still use commands.
|
||||
default: true
|
||||
booscooldowns.set:
|
||||
description: Users with this can use "/booscooldowns set" command.
|
||||
default: op
|
||||
booscooldowns.signs.player.use:
|
||||
description: Player can use boosCooldowns signs (marked as player on second line).
|
||||
default: false
|
||||
booscooldowns.signs.server.use:
|
||||
description: Player can use boosCooldowns signs (marked as server on second line).
|
||||
default: false
|
||||
booscooldowns.signs.player.place:
|
||||
description: Player can place/create boosCooldowns signs (marked as player on second line).
|
||||
default: false
|
||||
booscooldowns.signs.server.place:
|
||||
description: Player can place/create boosCooldowns signs (marked as server on second line). !!WARNING!! With this permission, player can create sign with commands that are run as if used from console!
|
||||
default: false
|
Binary file not shown.
@ -1,288 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseRootModel>
|
||||
<backgroundColor>
|
||||
<red>255</red>
|
||||
<green>255</green>
|
||||
<blue>206</blue>
|
||||
</backgroundColor>
|
||||
<foregroundColor>
|
||||
<red>0</red>
|
||||
<green>0</green>
|
||||
<blue>0</blue>
|
||||
</foregroundColor>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<sourceConnections/>
|
||||
<targetConnections/>
|
||||
<children>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseActorModel>
|
||||
<backgroundColor reference="../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseActorModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>-1</height>
|
||||
<width>-1</width>
|
||||
<x>93</x>
|
||||
<y>216</y>
|
||||
</constraint>
|
||||
<sourceConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseActorModel" reference="../../.."/>
|
||||
<target class="net.java.amateras.uml.usecasediagram.model.UsecaseModel">
|
||||
<backgroundColor reference="../../../../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>40</height>
|
||||
<width>175</width>
|
||||
<x>239</x>
|
||||
<y>220</y>
|
||||
</constraint>
|
||||
<sourceConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../.."/>
|
||||
<target class="net.java.amateras.uml.usecasediagram.model.UsecaseModel">
|
||||
<backgroundColor reference="../../../../../../../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../../../../../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../../../../../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>40</height>
|
||||
<width>127</width>
|
||||
<x>489</x>
|
||||
<y>262</y>
|
||||
</constraint>
|
||||
<sourceConnections/>
|
||||
<targetConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel reference="../../.."/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel">
|
||||
<backgroundColor reference="../../../../../../../../../../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../../../../../../../../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../../../../../../../../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>40</height>
|
||||
<width>182</width>
|
||||
<x>219</x>
|
||||
<y>315</y>
|
||||
</constraint>
|
||||
<sourceConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel reference="../../.."/>
|
||||
</sourceConnections>
|
||||
<targetConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseActorModel" reference="../../../../../../../../../../../.."/>
|
||||
<target class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../.."/>
|
||||
<bendpoints/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel>
|
||||
</targetConnections>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Úprava konfigurace příkazem</name>
|
||||
</source>
|
||||
<target class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../.."/>
|
||||
<bendpoints/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel>
|
||||
</targetConnections>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Úprava konfigurace</name>
|
||||
</target>
|
||||
<bendpoints/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel>
|
||||
</sourceConnections>
|
||||
<targetConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel reference="../../.."/>
|
||||
</targetConnections>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Upráva konfigurace editací</name>
|
||||
</target>
|
||||
<bendpoints/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel reference="../net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel/target/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel/target/targetConnections/net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel[2]/source/targetConnections/net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel"/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseActorModel" reference="../../.."/>
|
||||
<target class="net.java.amateras.uml.usecasediagram.model.UsecaseModel">
|
||||
<backgroundColor reference="../../../../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>40</height>
|
||||
<width>100</width>
|
||||
<x>262</x>
|
||||
<y>127</y>
|
||||
</constraint>
|
||||
<sourceConnections/>
|
||||
<targetConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel reference="../../.."/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel">
|
||||
<backgroundColor reference="../../../../../../../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../../../../../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../../../../../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>40</height>
|
||||
<width>144</width>
|
||||
<x>448</x>
|
||||
<y>126</y>
|
||||
</constraint>
|
||||
<sourceConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel reference="../../.."/>
|
||||
</sourceConnections>
|
||||
<targetConnections/>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Vykonání funkce příkazu</name>
|
||||
</source>
|
||||
<target class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../.."/>
|
||||
<bendpoints/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel>
|
||||
</targetConnections>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Použití příkazu</name>
|
||||
</target>
|
||||
<bendpoints/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel>
|
||||
</sourceConnections>
|
||||
<targetConnections/>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Administrátor</name>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseActorModel>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseModel reference="../net.java.amateras.uml.usecasediagram.model.UsecaseActorModel/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel/target"/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseModel reference="../net.java.amateras.uml.usecasediagram.model.UsecaseActorModel/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel/target/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel/target/targetConnections/net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel[2]/source"/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseModel reference="../net.java.amateras.uml.usecasediagram.model.UsecaseActorModel/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel[3]/target"/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseModel reference="../net.java.amateras.uml.usecasediagram.model.UsecaseActorModel/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel[3]/target/targetConnections/net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel/source"/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseModel reference="../net.java.amateras.uml.usecasediagram.model.UsecaseActorModel/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel/target/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel/target"/>
|
||||
</children>
|
||||
<filterProperty/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseRootModel>
|
@ -1,227 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseRootModel>
|
||||
<backgroundColor>
|
||||
<red>255</red>
|
||||
<green>255</green>
|
||||
<blue>206</blue>
|
||||
</backgroundColor>
|
||||
<foregroundColor>
|
||||
<red>0</red>
|
||||
<green>0</green>
|
||||
<blue>0</blue>
|
||||
</foregroundColor>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<sourceConnections/>
|
||||
<targetConnections/>
|
||||
<children>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseActorModel>
|
||||
<backgroundColor reference="../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseActorModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>-1</height>
|
||||
<width>-1</width>
|
||||
<x>72</x>
|
||||
<y>173</y>
|
||||
</constraint>
|
||||
<sourceConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseActorModel" reference="../../.."/>
|
||||
<target class="net.java.amateras.uml.usecasediagram.model.UsecaseModel">
|
||||
<backgroundColor reference="../../../../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>40</height>
|
||||
<width>100</width>
|
||||
<x>126</x>
|
||||
<y>177</y>
|
||||
</constraint>
|
||||
<sourceConnections/>
|
||||
<targetConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel reference="../../.."/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseExtendModel>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseExtendModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel">
|
||||
<backgroundColor reference="../../../../../../../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../../../../../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../../../../../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>40</height>
|
||||
<width>185</width>
|
||||
<x>282</x>
|
||||
<y>238</y>
|
||||
</constraint>
|
||||
<sourceConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseExtendModel reference="../../.."/>
|
||||
</sourceConnections>
|
||||
<targetConnections/>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Čekání stanovené warmup doby</name>
|
||||
</source>
|
||||
<target class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../.."/>
|
||||
<bendpoints/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseExtendModel>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseExtendModel>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseExtendModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel">
|
||||
<backgroundColor reference="../../../../../../../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../../../../../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../../../../../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>40</height>
|
||||
<width>202</width>
|
||||
<x>271</x>
|
||||
<y>87</y>
|
||||
</constraint>
|
||||
<sourceConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseExtendModel reference="../../.."/>
|
||||
</sourceConnections>
|
||||
<targetConnections/>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Zaplacení stanoveného poplatku</name>
|
||||
</source>
|
||||
<target class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../.."/>
|
||||
<bendpoints/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseExtendModel>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel>
|
||||
<showIcon>true</showIcon>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel">
|
||||
<backgroundColor reference="../../../../../../../../../backgroundColor"/>
|
||||
<foregroundColor reference="../../../../../../../../../foregroundColor"/>
|
||||
<showIcon>true</showIcon>
|
||||
<parent class="net.java.amateras.uml.usecasediagram.model.UsecaseRootModel" reference="../../../../../../../../.."/>
|
||||
<listeners serialization="custom">
|
||||
<java.beans.PropertyChangeSupport>
|
||||
<default>
|
||||
<source class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../../.."/>
|
||||
<propertyChangeSupportSerializedDataVersion>2</propertyChangeSupportSerializedDataVersion>
|
||||
</default>
|
||||
<null/>
|
||||
</java.beans.PropertyChangeSupport>
|
||||
</listeners>
|
||||
<constraint>
|
||||
<height>40</height>
|
||||
<width>140</width>
|
||||
<x>331</x>
|
||||
<y>171</y>
|
||||
</constraint>
|
||||
<sourceConnections>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel reference="../../.."/>
|
||||
</sourceConnections>
|
||||
<targetConnections/>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Vykonání funkce příkazu</name>
|
||||
</source>
|
||||
<target class="net.java.amateras.uml.usecasediagram.model.UsecaseModel" reference="../../.."/>
|
||||
<bendpoints/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel>
|
||||
</targetConnections>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Použití příkazu</name>
|
||||
</target>
|
||||
<bendpoints/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel>
|
||||
</sourceConnections>
|
||||
<targetConnections/>
|
||||
<children/>
|
||||
<filterProperty/>
|
||||
<name>Hráč</name>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseActorModel>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseModel reference="../net.java.amateras.uml.usecasediagram.model.UsecaseActorModel/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel/target"/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseModel reference="../net.java.amateras.uml.usecasediagram.model.UsecaseActorModel/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel/target/targetConnections/net.java.amateras.uml.usecasediagram.model.UsecaseIncludeModel/source"/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseModel reference="../net.java.amateras.uml.usecasediagram.model.UsecaseActorModel/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel/target/targetConnections/net.java.amateras.uml.usecasediagram.model.UsecaseExtendModel/source"/>
|
||||
<net.java.amateras.uml.usecasediagram.model.UsecaseModel reference="../net.java.amateras.uml.usecasediagram.model.UsecaseActorModel/sourceConnections/net.java.amateras.uml.usecasediagram.model.UsecaseRelationModel/target/targetConnections/net.java.amateras.uml.usecasediagram.model.UsecaseExtendModel[2]/source"/>
|
||||
</children>
|
||||
<filterProperty/>
|
||||
</net.java.amateras.uml.usecasediagram.model.UsecaseRootModel>
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
@ -1,169 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<class-diagram version="1.1.2" icons="true" automaticImage="PNG" always-add-relationships="true" generalizations="true"
|
||||
realizations="true" associations="true" dependencies="true" nesting-relationships="true">
|
||||
<class id="1" language="java" name="cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener"
|
||||
project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.java" binary="false"
|
||||
corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="591" y="337"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="2" language="java" name="cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.java" binary="false"
|
||||
corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="591" y="161"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="3" language="java" name="cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener"
|
||||
project="boosCooldowns" file="/boosCooldowns/src/cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.java"
|
||||
binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="592" y="206"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="4" language="java" name="cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener"
|
||||
project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.java" binary="false"
|
||||
corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="591" y="249"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="5" language="java" name="cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener"
|
||||
project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.java" binary="false"
|
||||
corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="591" y="382"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="6" language="java" name="cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.java" binary="false"
|
||||
corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="592" y="428"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="7" language="java" name="cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.java" binary="false"
|
||||
corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="592" y="293"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="8" language="java" name="cz.boosik.boosCooldown.BoosCoolDown" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosCoolDown.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="815" y="293"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<interface id="9" language="java" name="org.bukkit.event.Listener" project="boosCooldowns"
|
||||
file="/boosCooldowns/libs/bukkit-1.5.1-R0.1-20130328.013018-15.jar" binary="true" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="364" y="293"/>
|
||||
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</interface>
|
||||
<dependency id="10">
|
||||
<bendpoint x="786" y="207"/>
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="3"/>
|
||||
</dependency>
|
||||
<realization id="11">
|
||||
<bendpoint x="362" y="429"/>
|
||||
<end type="SOURCE" refId="6"/>
|
||||
<end type="TARGET" refId="9"/>
|
||||
</realization>
|
||||
<realization id="12">
|
||||
<bendpoint x="384" y="337"/>
|
||||
<end type="SOURCE" refId="1"/>
|
||||
<end type="TARGET" refId="9"/>
|
||||
</realization>
|
||||
<dependency id="13">
|
||||
<bendpoint x="790" y="382"/>
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="5"/>
|
||||
</dependency>
|
||||
<dependency id="14">
|
||||
<bendpoint x="811" y="429"/>
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="6"/>
|
||||
</dependency>
|
||||
<dependency id="15">
|
||||
<bendpoint x="793" y="338"/>
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="1"/>
|
||||
</dependency>
|
||||
<realization id="16">
|
||||
<bendpoint x="379" y="207"/>
|
||||
<end type="SOURCE" refId="3"/>
|
||||
<end type="TARGET" refId="9"/>
|
||||
</realization>
|
||||
<dependency id="17">
|
||||
<bendpoint x="814" y="162"/>
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="2"/>
|
||||
</dependency>
|
||||
<realization id="18">
|
||||
<bendpoint x="389" y="250"/>
|
||||
<end type="SOURCE" refId="4"/>
|
||||
<end type="TARGET" refId="9"/>
|
||||
</realization>
|
||||
<realization id="19">
|
||||
<bendpoint x="370" y="382"/>
|
||||
<end type="SOURCE" refId="5"/>
|
||||
<end type="TARGET" refId="9"/>
|
||||
</realization>
|
||||
<dependency id="20">
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="7"/>
|
||||
</dependency>
|
||||
<realization id="21">
|
||||
<bendpoint x="366" y="161"/>
|
||||
<end type="SOURCE" refId="2"/>
|
||||
<end type="TARGET" refId="9"/>
|
||||
</realization>
|
||||
<dependency id="22">
|
||||
<bendpoint x="791" y="250"/>
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="4"/>
|
||||
</dependency>
|
||||
<realization id="23">
|
||||
<end type="SOURCE" refId="7"/>
|
||||
<end type="TARGET" refId="9"/>
|
||||
</realization>
|
||||
<classifier-display autosize="true" stereotype="false" package="true" initial-value="false" signature="true"
|
||||
accessors="true" visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</classifier-display>
|
||||
<association-display labels="true" multiplicity="true"/>
|
||||
</class-diagram>
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
@ -1,207 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<class-diagram version="1.1.2" icons="true" automaticImage="PNG" always-add-relationships="true" generalizations="true"
|
||||
realizations="true" associations="true" dependencies="true" nesting-relationships="true">
|
||||
<class id="1" language="java" name="cz.boosik.boosCooldown.BoosCoolDown" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosCoolDown.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="187" y="349"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="2" language="java" name="cz.boosik.boosCooldown.BoosConfigManager" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosConfigManager.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="187" y="449"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<interface id="3" language="java" name="java.lang.Runnable" project="boosCooldowns"
|
||||
file="C:/Program Files/Java/jre6/lib/rt.jar" binary="true" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="186" y="238"/>
|
||||
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</interface>
|
||||
<class id="4" language="java" name="org.bukkit.plugin.java.JavaPlugin" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/libs/bukkit-1.5.1-R0.1-20130328.013018-15.jar" binary="true" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="8" y="350"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<interface id="5" language="java" name="net.milkbowl.vault.economy.Economy" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/libs/Vault.jar" binary="true" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="408" y="238"/>
|
||||
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</interface>
|
||||
<class id="6" language="java" name="org.bukkit.configuration.file.YamlConfiguration" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/libs/bukkit-1.5.1-R0.1-20130328.013018-15.jar" binary="true" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="408" y="449"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<interface id="7" language="java" name="org.bukkit.plugin.PluginManager" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/libs/bukkit-1.5.1-R0.1-20130328.013018-15.jar" binary="true" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="8" y="238"/>
|
||||
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</interface>
|
||||
<class id="8" language="java" name="org.bukkit.plugin.PluginDescriptionFile" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/libs/bukkit-1.5.1-R0.1-20130328.013018-15.jar" binary="true" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="8" y="449"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="9" language="java" name="java.util.logging.Logger" project="boosCooldowns"
|
||||
file="C:/Program Files/Java/jre6/lib/rt.jar" binary="true" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="408" y="348"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<association id="10">
|
||||
<end type="SOURCE" refId="2" navigable="false">
|
||||
<attribute id="11" name="confusers">
|
||||
<position height="18" width="58" x="257" y="428"/>
|
||||
</attribute>
|
||||
<multiplicity id="12" minimum="0" maximum="1">
|
||||
<position height="16" width="23" x="316" y="430"/>
|
||||
</multiplicity>
|
||||
</end>
|
||||
<end type="TARGET" refId="6" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<association id="13">
|
||||
<end type="SOURCE" refId="1" navigable="false">
|
||||
<attribute id="14" name="pdfFile">
|
||||
<position height="18" width="40" x="35" y="385"/>
|
||||
</attribute>
|
||||
<multiplicity id="15" minimum="0" maximum="1">
|
||||
<position height="16" width="23" x="81" y="387"/>
|
||||
</multiplicity>
|
||||
</end>
|
||||
<end type="TARGET" refId="8" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<dependency id="16">
|
||||
<end type="SOURCE" refId="1"/>
|
||||
<end type="TARGET" refId="2"/>
|
||||
</dependency>
|
||||
<association id="17">
|
||||
<end type="SOURCE" refId="4" navigable="false">
|
||||
<attribute id="18" name="description"/>
|
||||
<multiplicity id="19" minimum="0" maximum="1"/>
|
||||
</end>
|
||||
<end type="TARGET" refId="8" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<association id="20">
|
||||
<end type="SOURCE" refId="1" navigable="false">
|
||||
<attribute id="21" name="log"/>
|
||||
<multiplicity id="22" minimum="0" maximum="1"/>
|
||||
</end>
|
||||
<end type="TARGET" refId="9" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<association id="23">
|
||||
<end type="SOURCE" refId="1" navigable="false">
|
||||
<attribute id="24" name="pm">
|
||||
<position height="18" width="22" x="64" y="284"/>
|
||||
</attribute>
|
||||
<multiplicity id="25" minimum="0" maximum="1">
|
||||
<position height="16" width="23" x="97" y="277"/>
|
||||
</multiplicity>
|
||||
</end>
|
||||
<end type="TARGET" refId="7" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<association id="26">
|
||||
<end type="SOURCE" refId="2" navigable="false">
|
||||
<attribute id="27" name="conf">
|
||||
<position height="18" width="30" x="282" y="454"/>
|
||||
</attribute>
|
||||
<multiplicity id="28" minimum="0" maximum="1">
|
||||
<position height="16" width="23" x="312" y="456"/>
|
||||
</multiplicity>
|
||||
</end>
|
||||
<end type="TARGET" refId="6" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<association id="29">
|
||||
<end type="SOURCE" refId="1" navigable="false">
|
||||
<attribute id="30" name="economy">
|
||||
<position height="18" width="52" x="239" y="283"/>
|
||||
</attribute>
|
||||
<multiplicity id="31" minimum="0" maximum="1">
|
||||
<position height="16" width="23" x="299" y="289"/>
|
||||
</multiplicity>
|
||||
</end>
|
||||
<end type="TARGET" refId="5" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<dependency id="32">
|
||||
<end type="SOURCE" refId="2"/>
|
||||
<end type="TARGET" refId="1"/>
|
||||
</dependency>
|
||||
<association id="33">
|
||||
<end type="SOURCE" refId="9" navigable="false">
|
||||
<attribute id="34" name="parent">
|
||||
<position height="18" width="39" x="446" y="325"/>
|
||||
</attribute>
|
||||
<multiplicity id="35" minimum="0" maximum="1">
|
||||
<position height="16" width="23" x="472" y="338"/>
|
||||
</multiplicity>
|
||||
</end>
|
||||
<end type="TARGET" refId="9" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<association id="36">
|
||||
<end type="SOURCE" refId="9" navigable="false">
|
||||
<attribute id="37" name="global">
|
||||
<position height="18" width="38" x="420" y="388"/>
|
||||
</attribute>
|
||||
<multiplicity id="38" minimum="0" maximum="1">
|
||||
<position height="16" width="23" x="456" y="389"/>
|
||||
</multiplicity>
|
||||
</end>
|
||||
<end type="TARGET" refId="9" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<generalization id="39">
|
||||
<end type="SOURCE" refId="1"/>
|
||||
<end type="TARGET" refId="4"/>
|
||||
</generalization>
|
||||
<realization id="40">
|
||||
<end type="SOURCE" refId="1"/>
|
||||
<end type="TARGET" refId="3"/>
|
||||
</realization>
|
||||
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||||
accessors="true" visibility="true">
|
||||
<attributes public="true" package="true" protected="true" private="true"/>
|
||||
<operations public="true" package="true" protected="true" private="true"/>
|
||||
</classifier-display>
|
||||
<association-display labels="true" multiplicity="true"/>
|
||||
</class-diagram>
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
@ -1,160 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<class-diagram version="1.1.2" icons="true" automaticImage="PNG" always-add-relationships="true" generalizations="true"
|
||||
realizations="true" associations="true" dependencies="true" nesting-relationships="true">
|
||||
<class id="1" language="java" name="cz.boosik.boosCooldown.BoosCoolDownManager" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosCoolDownManager.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="459" y="37"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="2" language="java" name="cz.boosik.boosCooldown.BoosLimitManager" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosLimitManager.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="361" y="115"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="3" language="java" name="cz.boosik.boosCooldown.BoosPriceManager" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosPriceManager.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="459" y="216"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="4" language="java" name="cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosWarmUpTimer.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="20" y="286"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="5" language="java" name="cz.boosik.boosCooldown.BoosWarmUpTimer" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosWarmUpTimer.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="197" y="233"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="6" language="java" name="cz.boosik.boosCooldown.BoosWarmUpManager" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosWarmUpManager.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="20" y="36"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="7" language="java" name="cz.boosik.boosCooldown.BoosCoolDown" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosCoolDown.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="198" y="115"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="8" language="java" name="cz.boosik.boosCooldown.BoosCoolDownListener" project="boosCooldowns"
|
||||
file="/boosCooldowns/src/cz/boosik/boosCooldown/BoosCoolDownListener.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="197" y="36"/>
|
||||
<display autosize="true" stereotype="false" package="true" initial-value="false" signature="true" accessors="true"
|
||||
visibility="true">
|
||||
<attributes public="false" package="false" protected="false" private="false"/>
|
||||
<operations public="false" package="false" protected="false" private="false"/>
|
||||
</display>
|
||||
</class>
|
||||
<dependency id="9">
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="2"/>
|
||||
</dependency>
|
||||
<dependency id="10">
|
||||
<bendpoint x="137" y="79"/>
|
||||
<end type="SOURCE" refId="7"/>
|
||||
<end type="TARGET" refId="8"/>
|
||||
</dependency>
|
||||
<association id="11">
|
||||
<end type="SOURCE" refId="8" navigable="false">
|
||||
<attribute id="12" name="plugin"/>
|
||||
<multiplicity id="13" minimum="0" maximum="1"/>
|
||||
</end>
|
||||
<end type="TARGET" refId="7" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<dependency id="14">
|
||||
<bendpoint x="74" y="115"/>
|
||||
<end type="SOURCE" refId="6"/>
|
||||
<end type="TARGET" refId="7"/>
|
||||
</dependency>
|
||||
<dependency id="15">
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="1"/>
|
||||
</dependency>
|
||||
<nesting id="16">
|
||||
<bendpoint x="198" y="286"/>
|
||||
<end type="SOURCE" refId="5"/>
|
||||
<end type="TARGET" refId="4"/>
|
||||
</nesting>
|
||||
<dependency id="17">
|
||||
<end type="SOURCE" refId="3"/>
|
||||
<end type="TARGET" refId="1"/>
|
||||
</dependency>
|
||||
<dependency id="18">
|
||||
<end type="SOURCE" refId="3"/>
|
||||
<end type="TARGET" refId="7"/>
|
||||
</dependency>
|
||||
<dependency id="19">
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="6"/>
|
||||
</dependency>
|
||||
<association id="20">
|
||||
<bendpoint x="73" y="233"/>
|
||||
<end type="SOURCE" refId="6" navigable="false">
|
||||
<attribute id="21" name="playercommands"/>
|
||||
<multiplicity id="22" minimum="0" maximum="2147483647"/>
|
||||
</end>
|
||||
<end type="TARGET" refId="5" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<dependency id="23">
|
||||
<end type="SOURCE" refId="4"/>
|
||||
<end type="TARGET" refId="6"/>
|
||||
</dependency>
|
||||
<dependency id="24">
|
||||
<bendpoint x="439" y="70"/>
|
||||
<end type="SOURCE" refId="8"/>
|
||||
<end type="TARGET" refId="3"/>
|
||||
</dependency>
|
||||
<association id="25">
|
||||
<end type="SOURCE" refId="5" navigable="false">
|
||||
<attribute id="26" name="bCoolDown"/>
|
||||
<multiplicity id="27" minimum="0" maximum="1"/>
|
||||
</end>
|
||||
<end type="TARGET" refId="7" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<dependency id="28">
|
||||
<bendpoint x="276" y="88"/>
|
||||
<end type="SOURCE" refId="2"/>
|
||||
<end type="TARGET" refId="7"/>
|
||||
</dependency>
|
||||
<dependency id="29">
|
||||
<end type="SOURCE" refId="7"/>
|
||||
<end type="TARGET" refId="2"/>
|
||||
</dependency>
|
||||
<classifier-display autosize="true" stereotype="false" package="true" initial-value="false" signature="true"
|
||||
accessors="true" visibility="true">
|
||||
<attributes public="true" package="true" protected="true" private="true"/>
|
||||
<operations public="true" package="true" protected="true" private="true"/>
|
||||
</classifier-display>
|
||||
<association-display labels="true" multiplicity="true"/>
|
||||
</class-diagram>
|
@ -1,34 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>All Classes</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bar">All Classes</h1>
|
||||
<div class="indexContainer">
|
||||
<ul>
|
||||
<li><a href="util/boosChat.html" title="class in util" target="classFrame">boosChat</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosConfigManager</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosCoolDown</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosCoolDownListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosCoolDownManager</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosEntityDamageListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosLimitManager</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerDeathListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerGameModeChangeListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerInteractListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerMoveListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerToggleSneakListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerToggleSprintListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosPriceManager</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosWarmUpManager</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosWarmUpTimer</a></li>
|
||||
<li><a href="org/mcstats/MetricsLite.html" title="class in org.mcstats" target="classFrame">MetricsLite</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,34 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>All Classes</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bar">All Classes</h1>
|
||||
<div class="indexContainer">
|
||||
<ul>
|
||||
<li><a href="util/boosChat.html" title="class in util">boosChat</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown">BoosCoolDownListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosEntityDamageListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown">BoosLimitManager</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerDeathListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerGameModeChangeListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerInteractListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerMoveListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerToggleSneakListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerToggleSprintListener</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown">BoosPriceManager</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></li>
|
||||
<li><a href="cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></li>
|
||||
<li><a href="org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,165 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Constant Field Values</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Constant Field Values";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="overview-tree.html">Tree</a></li>
|
||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="index-files/index-1.html">Index</a></li>
|
||||
<li><a href="help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
|
||||
<li><a href="constant-values.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
|
||||
<h2 title="Contents">Contents</h2>
|
||||
<ul>
|
||||
<li><a href="#org.mcstats">org.mcstats.*</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="constantValuesContainer"><a name="org.mcstats">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 title="org.mcstats">org.mcstats.*</h2>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
|
||||
<caption><span>org.mcstats.<a href="org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th scope="col">Constant Field</th>
|
||||
<th class="colLast" scope="col">Value</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="org.mcstats.MetricsLite.BASE_URL">
|
||||
<!-- -->
|
||||
</a><code>private static final java.lang.String</code></td>
|
||||
<td><code><a href="org/mcstats/MetricsLite.html#BASE_URL">BASE_URL</a></code></td>
|
||||
<td class="colLast"><code>"http://mcstats.org"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="org.mcstats.MetricsLite.PING_INTERVAL">
|
||||
<!-- -->
|
||||
</a><code>private static final int</code></td>
|
||||
<td><code><a href="org/mcstats/MetricsLite.html#PING_INTERVAL">PING_INTERVAL</a></code></td>
|
||||
<td class="colLast"><code>10</code></td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a name="org.mcstats.MetricsLite.REPORT_URL">
|
||||
<!-- -->
|
||||
</a><code>private static final java.lang.String</code></td>
|
||||
<td><code><a href="org/mcstats/MetricsLite.html#REPORT_URL">REPORT_URL</a></code></td>
|
||||
<td class="colLast"><code>"/report/%s"</code></td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a name="org.mcstats.MetricsLite.REVISION">
|
||||
<!-- -->
|
||||
</a><code>private static final int</code></td>
|
||||
<td><code><a href="org/mcstats/MetricsLite.html#REVISION">REVISION</a></code></td>
|
||||
<td class="colLast"><code>6</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="overview-tree.html">Tree</a></li>
|
||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="index-files/index-1.html">Index</a></li>
|
||||
<li><a href="help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
|
||||
<li><a href="constant-values.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
File diff suppressed because it is too large
Load Diff
@ -1,592 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:19 CEST 2013 -->
|
||||
<title>BoosCoolDown</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosCoolDown";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosCoolDown.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosCoolDown.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDown.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown</div>
|
||||
<h2 title="Class BoosCoolDown" class="title">Class BoosCoolDown</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>org.bukkit.plugin.PluginBase</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>org.bukkit.plugin.java.JavaPlugin</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.BoosCoolDown</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.lang.Runnable, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosCoolDown</span>
|
||||
extends org.bukkit.plugin.java.JavaPlugin
|
||||
implements java.lang.Runnable</pre>
|
||||
<div class="block">Hlavní tøída pluginu. Tøída je potomkem JavaPlugin a implementuje Runnable.
|
||||
Tato tøída se stará o veškeré inicializace pøi spuštìní a ukonèení pluginu.
|
||||
Toto zahrnuje zjištìní, zda je k dispozici plugin Vault a ekonomický plugin,
|
||||
registraci posluchaèù a také se stará o funkce všech kontrolních a
|
||||
konfiguraèních pøíkazù. Periodicky také ukládá soubor databáze v intervalu
|
||||
nastaveném v konfiguraci.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static net.milkbowl.vault.economy.Economy</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#economy">economy</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private static java.util.logging.Logger</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#log">log</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static org.bukkit.plugin.PluginDescriptionFile</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#pdfFile">pdfFile</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private org.bukkit.plugin.PluginManager</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#pm">pm</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#usingVault">usingVault</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#BoosCoolDown()">BoosCoolDown</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#commandLogger(java.lang.String, java.lang.String)">commandLogger</a></strong>(java.lang.String player,
|
||||
java.lang.String command)</code>
|
||||
<div class="block">Metoda odesílá zprávy o použití pøíkazù do konzole serveru.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static net.milkbowl.vault.economy.Economy</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#getEconomy()">getEconomy</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static java.util.logging.Logger</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#getLog()">getLog</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#initializeVault()">initializeVault</a></strong>()</code>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je dostupný plugin Vault a na základì toho volá
|
||||
metodu pro nastavení ekonomického pluginu a informuje o tom uživatele
|
||||
pomocí konzole serveru.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#isPluginOnForPlayer(org.bukkit.entity.Player)">isPluginOnForPlayer</a></strong>(org.bukkit.entity.Player player)</code>
|
||||
<div class="block">Metoda zjiš<69>uje na základì oprávnìní jestli je plugin aktivní pro daného
|
||||
hráèe nebo ne.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, java.lang.String, java.lang.String[])">onCommand</a></strong>(org.bukkit.command.CommandSender sender,
|
||||
org.bukkit.command.Command c,
|
||||
java.lang.String commandLabel,
|
||||
java.lang.String[] args)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#onDisable()">onDisable</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#onEnable()">onEnable</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#registerListeners()">registerListeners</a></strong>()</code>
|
||||
<div class="block">Metoda registruje posluchaèe v PluginManageru na základì konfigurace
|
||||
pluginu.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#reload()">reload</a></strong>()</code>
|
||||
<div class="block">Metoda volá metodu pro znovunaètení konfiguraèního souboru a metodu pro
|
||||
registraci posluchaèù.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#run()">run</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html#setupEconomy()">setupEconomy</a></strong>()</code>
|
||||
<div class="block">Metoda vrací hodnotu true, pokud je na serveru dostupný Ekonomický plugin
|
||||
kompatibilní s pluginem Vault.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_org.bukkit.plugin.java.JavaPlugin">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class org.bukkit.plugin.java.JavaPlugin</h3>
|
||||
<code>getClassLoader, getCommand, getConfig, getDatabase, getDatabaseClasses, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPluginLoader, getResource, getServer, initialize, installDDL, isEnabled, isInitialized, isNaggable, onLoad, onTabComplete, reloadConfig, removeDDL, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_org.bukkit.plugin.PluginBase">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class org.bukkit.plugin.PluginBase</h3>
|
||||
<code>equals, getName, hashCode</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="log">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>log</h4>
|
||||
<pre>private static final java.util.logging.Logger log</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="pdfFile">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>pdfFile</h4>
|
||||
<pre>private static org.bukkit.plugin.PluginDescriptionFile pdfFile</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="economy">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>economy</h4>
|
||||
<pre>private static net.milkbowl.vault.economy.Economy economy</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="usingVault">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>usingVault</h4>
|
||||
<pre>private static boolean usingVault</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="pm">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>pm</h4>
|
||||
<pre>private org.bukkit.plugin.PluginManager pm</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosCoolDown()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosCoolDown</h4>
|
||||
<pre>public BoosCoolDown()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="commandLogger(java.lang.String, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>commandLogger</h4>
|
||||
<pre>public static void commandLogger(java.lang.String player,
|
||||
java.lang.String command)</pre>
|
||||
<div class="block">Metoda odesílá zprávy o použití pøíkazù do konzole serveru.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - jméno hráèe který vykonal pøíkaz</dd><dd><code>command</code> - vykonaný pøíkaz</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getEconomy()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getEconomy</h4>
|
||||
<pre>public static net.milkbowl.vault.economy.Economy getEconomy()</pre>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getLog()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getLog</h4>
|
||||
<pre>public static java.util.logging.Logger getLog()</pre>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isPluginOnForPlayer(org.bukkit.entity.Player)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isPluginOnForPlayer</h4>
|
||||
<pre>static boolean isPluginOnForPlayer(org.bukkit.entity.Player player)</pre>
|
||||
<div class="block">Metoda zjiš<69>uje na základì oprávnìní jestli je plugin aktivní pro daného
|
||||
hráèe nebo ne.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifikovaný hráè</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="initializeVault()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>initializeVault</h4>
|
||||
<pre>private void initializeVault()</pre>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je dostupný plugin Vault a na základì toho volá
|
||||
metodu pro nastavení ekonomického pluginu a informuje o tom uživatele
|
||||
pomocí konzole serveru.</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, java.lang.String, java.lang.String[])">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>onCommand</h4>
|
||||
<pre>public boolean onCommand(org.bukkit.command.CommandSender sender,
|
||||
org.bukkit.command.Command c,
|
||||
java.lang.String commandLabel,
|
||||
java.lang.String[] args)</pre>
|
||||
<dl>
|
||||
<dt><strong>Specified by:</strong></dt>
|
||||
<dd><code>onCommand</code> in interface <code>org.bukkit.command.CommandExecutor</code></dd>
|
||||
<dt><strong>Overrides:</strong></dt>
|
||||
<dd><code>onCommand</code> in class <code>org.bukkit.plugin.java.JavaPlugin</code></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="onDisable()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>onDisable</h4>
|
||||
<pre>public void onDisable()</pre>
|
||||
<dl>
|
||||
<dt><strong>Specified by:</strong></dt>
|
||||
<dd><code>onDisable</code> in interface <code>org.bukkit.plugin.Plugin</code></dd>
|
||||
<dt><strong>Overrides:</strong></dt>
|
||||
<dd><code>onDisable</code> in class <code>org.bukkit.plugin.java.JavaPlugin</code></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="onEnable()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>onEnable</h4>
|
||||
<pre>public void onEnable()</pre>
|
||||
<dl>
|
||||
<dt><strong>Specified by:</strong></dt>
|
||||
<dd><code>onEnable</code> in interface <code>org.bukkit.plugin.Plugin</code></dd>
|
||||
<dt><strong>Overrides:</strong></dt>
|
||||
<dd><code>onEnable</code> in class <code>org.bukkit.plugin.java.JavaPlugin</code></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="registerListeners()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>registerListeners</h4>
|
||||
<pre>private void registerListeners()</pre>
|
||||
<div class="block">Metoda registruje posluchaèe v PluginManageru na základì konfigurace
|
||||
pluginu. Registrojí se vždy jen nezbytní posluchaèi. Posluchaèi pro
|
||||
vypnuté funkce nejsou registrováni.</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="reload()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>reload</h4>
|
||||
<pre>private void reload()</pre>
|
||||
<div class="block">Metoda volá metodu pro znovunaètení konfiguraèního souboru a metodu pro
|
||||
registraci posluchaèù.</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="run()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>run</h4>
|
||||
<pre>public void run()</pre>
|
||||
<dl>
|
||||
<dt><strong>Specified by:</strong></dt>
|
||||
<dd><code>run</code> in interface <code>java.lang.Runnable</code></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setupEconomy()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>setupEconomy</h4>
|
||||
<pre>private boolean setupEconomy()</pre>
|
||||
<div class="block">Metoda vrací hodnotu true, pokud je na serveru dostupný Ekonomický plugin
|
||||
kompatibilní s pluginem Vault.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true pokud je dostupný ekonomický plugin kompatibilní s pluginem
|
||||
Vault, jinak vrací hodnotu false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosCoolDown.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosCoolDown.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDown.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,379 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:19 CEST 2013 -->
|
||||
<title>BoosCoolDownListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosCoolDownListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosCoolDownListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosCoolDownListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDownListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown</div>
|
||||
<h2 title="Class BoosCoolDownListener" class="title">Class BoosCoolDownListener</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.BoosCoolDownListener</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>org.bukkit.event.Listener</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosCoolDownListener</span>
|
||||
extends java.lang.Object
|
||||
implements org.bukkit.event.Listener</pre>
|
||||
<div class="block">Hlavní posluchaè, který naslouchá události použití pøíkazu hráèem.
|
||||
Kontroluje, jestli jsou pro pøíkaz nastaveny omezení a na základì tohoto
|
||||
spouští èasovaèe a volá metody spojené s poplatky a limity.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static <a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html#plugin">plugin</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html#BoosCoolDownListener(cz.boosik.boosCooldown.BoosCoolDown)">BoosCoolDownListener</a></strong>(<a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> instance)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html#checkRestrictions(org.bukkit.event.player.PlayerCommandPreprocessEvent, org.bukkit.entity.Player, java.lang.String, java.lang.String, int, int, double, int)">checkRestrictions</a></strong>(org.bukkit.event.player.PlayerCommandPreprocessEvent event,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommad,
|
||||
java.lang.String originalCommand,
|
||||
int warmupTime,
|
||||
int cooldownTime,
|
||||
double price,
|
||||
int limit)</code>
|
||||
<div class="block">Metoda zkontroluje pomocí volání dalších metod, jestli pøikaz který hráè
|
||||
použil je nìjakým zpùsobem omezený a na základì toho je buï událost
|
||||
použití pøíkazu stornována, nebo ne.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html#onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)">onPlayerCommandPreprocess</a></strong>(org.bukkit.event.player.PlayerCommandPreprocessEvent event)</code>
|
||||
<div class="block">Posluchaè, který naslouchá události použití pøíkazu a spouští se ještì
|
||||
pøed tím, než je vykonán efekt tohto pøíkazu.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html#start(org.bukkit.event.player.PlayerCommandPreprocessEvent, org.bukkit.entity.Player, java.lang.String, java.lang.String, int, int)">start</a></strong>(org.bukkit.event.player.PlayerCommandPreprocessEvent event,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommad,
|
||||
java.lang.String originalCommand,
|
||||
int warmupTime,
|
||||
int cooldownTime)</code>
|
||||
<div class="block">Metoda spouští warmup a cooldown èasovaèe, pøípadnì je ukonèuje, pokud
|
||||
již tyto èasovaèe skonèili.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="plugin">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>plugin</h4>
|
||||
<pre>private static <a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> plugin</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosCoolDownListener(cz.boosik.boosCooldown.BoosCoolDown)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosCoolDownListener</h4>
|
||||
<pre>public BoosCoolDownListener(<a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> instance)</pre>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>instance</code> - </dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="checkRestrictions(org.bukkit.event.player.PlayerCommandPreprocessEvent, org.bukkit.entity.Player, java.lang.String, java.lang.String, int, int, double, int)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>checkRestrictions</h4>
|
||||
<pre>private void checkRestrictions(org.bukkit.event.player.PlayerCommandPreprocessEvent event,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommad,
|
||||
java.lang.String originalCommand,
|
||||
int warmupTime,
|
||||
int cooldownTime,
|
||||
double price,
|
||||
int limit)</pre>
|
||||
<div class="block">Metoda zkontroluje pomocí volání dalších metod, jestli pøikaz který hráè
|
||||
použil je nìjakým zpùsobem omezený a na základì toho je buï událost
|
||||
použití pøíkazu stornována, nebo ne.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost PlayerCommandPreprocessEvent</dd><dd><code>player</code> - hráè který spustil tuto událost</dd><dd><code>regexCommad</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz který hráè použil</dd><dd><code>warmupTime</code> - warmup doba nastavená pro regexCommand</dd><dd><code>cooldownTime</code> - cooldown doba nastavená pro regexCommand</dd><dd><code>price</code> - cena nastavená pro regexCommand</dd><dd><code>limit</code> - limit nastavený pro regexCommand</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>onPlayerCommandPreprocess</h4>
|
||||
<pre>private void onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent event)</pre>
|
||||
<div class="block">Posluchaè, který naslouchá události použití pøíkazu a spouští se ještì
|
||||
pøed tím, než je vykonán efekt tohto pøíkazu. Metoda zjiš<69>uje, jestli
|
||||
pøíkaz není alias jiného pøíkazu a také jestli se pøíkaz který hráè
|
||||
použil shoduje s pøíkazem nastaveným v konfiguraci. Pokud se shoduje, pak
|
||||
jsou naèteny informace o warmup dobì, cooldown dobì, poplatku a limitu.
|
||||
Tyto hodnoty jsou poté pøedány metodì checkRestrictions();.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost PlayerCommandPreprocessEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="start(org.bukkit.event.player.PlayerCommandPreprocessEvent, org.bukkit.entity.Player, java.lang.String, java.lang.String, int, int)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>start</h4>
|
||||
<pre>private void start(org.bukkit.event.player.PlayerCommandPreprocessEvent event,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommad,
|
||||
java.lang.String originalCommand,
|
||||
int warmupTime,
|
||||
int cooldownTime)</pre>
|
||||
<div class="block">Metoda spouští warmup a cooldown èasovaèe, pøípadnì je ukonèuje, pokud
|
||||
již tyto èasovaèe skonèili.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost PlayerCommandPreprocessEvent</dd><dd><code>player</code> - hráè který spustil tuto událost</dd><dd><code>regexCommad</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz který hráè použil</dd><dd><code>warmupTime</code> - warmup doba nastavená pro regexCommand</dd><dd><code>cooldownTime</code> - cooldown doba nastavená pro regexCommand</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosCoolDownListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosCoolDownListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDownListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,449 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>BoosCoolDownManager</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosCoolDownManager";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosCoolDownManager.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosCoolDownManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDownManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown</div>
|
||||
<h2 title="Class BoosCoolDownManager" class="title">Class BoosCoolDownManager</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.BoosCoolDownManager</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosCoolDownManager</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení cooldown èasovaèù. Spouštìní,
|
||||
ukonèování, zjiš<69>ování zda je cooldown èasovaè již aktivní.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html#BoosCoolDownManager()">BoosCoolDownManager</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html#cancelCooldown(org.bukkit.entity.Player, java.lang.String)">cancelCooldown</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</code>
|
||||
<div class="block">Metoda ukonèuje specifikovaný cooldown èasovaè pro specifikovaného hráèe.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html#cd(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">cd</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int coolDownSeconds)</code>
|
||||
<div class="block">Metoda vrací hodnotu boolean na základì toho, jestli má specifikovaný
|
||||
pøíkaz aktivní cooldown èasovaè.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html#coolDown(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">coolDown</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int time)</code>
|
||||
<div class="block">Metoda kontroluje, jestli hráè nedisponuje oprávnìními, která obcházejí
|
||||
cooldown èasovaèe.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static java.util.Date</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html#getCurrTime()">getCurrTime</a></strong>()</code>
|
||||
<div class="block">Metoda vrací souèasný pøesný datum a èas.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static java.util.Date</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html#getTime(org.bukkit.entity.Player, java.lang.String)">getTime</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</code>
|
||||
<div class="block">Metoda vrací datum a èas, kdy hráè naposledy použil daný pøíkaz.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html#checkCoolDownOK(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">checkCoolDownOK</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int time)</code>
|
||||
<div class="block">Metoda vrací hodnotu boolean na základì toho, jestli má specifikovaný
|
||||
pøíkaz aktivní cooldown èasovaè.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static long</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html#secondsBetween(java.util.Calendar, java.util.Calendar)">secondsBetween</a></strong>(java.util.Calendar startDate,
|
||||
java.util.Calendar endDate)</code>
|
||||
<div class="block">Metoda vrací hodnotu rozdílu v sekundách mezi dvìmi hodnotami datumu a
|
||||
èasu.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html#setTime(org.bukkit.entity.Player, java.lang.String)">setTime</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</code>
|
||||
<div class="block">Metoda ukládá do databáze datum a èas kdy hráè naposledy použil daný
|
||||
pøíkaz.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html#startAllCooldowns(org.bukkit.entity.Player, java.lang.String)">startAllCooldowns</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String message)</code>
|
||||
<div class="block">Metoda spouští veškeré cooldown èasovaèe pro specifického hráèe.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosCoolDownManager()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosCoolDownManager</h4>
|
||||
<pre>public BoosCoolDownManager()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="cancelCooldown(org.bukkit.entity.Player, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>cancelCooldown</h4>
|
||||
<pre>static void cancelCooldown(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</pre>
|
||||
<div class="block">Metoda ukonèuje specifikovaný cooldown èasovaè pro specifikovaného hráèe.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfigurace vyhovující originálnímu pøíkazu</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="cd(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>cd</h4>
|
||||
<pre>static boolean cd(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int coolDownSeconds)</pre>
|
||||
<div class="block">Metoda vrací hodnotu boolean na základì toho, jestli má specifikovaný
|
||||
pøíkaz aktivní cooldown èasovaè.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifikovaný hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfigurace vyhovující originálnímu pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz použitý hráèem</dd><dd><code>coolDownSeconds</code> - cooldown doba v sekundách, nastavená pro regexCommand v
|
||||
konfiguraci</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>true pokud je pøíkaz na cooldown èasovaèi, jinak false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="coolDown(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>coolDown</h4>
|
||||
<pre>static boolean coolDown(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int time)</pre>
|
||||
<div class="block">Metoda kontroluje, jestli hráè nedisponuje oprávnìními, která obcházejí
|
||||
cooldown èasovaèe. Pokud tìmito oprávnìními hráè disponuje, pak metoda
|
||||
vrací false. Pokud hráè nedisponuje tìmito oprávnìními, vrací hodnotu
|
||||
vrácenou metodou cd();.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifikovaný hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfigurace vyhovující originálnímu pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz použitý hráèem</dd><dd><code>time</code> - cooldown doba v sekundách, nastavená pro regexCommand v
|
||||
konfiguraci</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>false pokud hráè disponuje oprávnìními, jinak hodnotu vrácenou
|
||||
metodou cd();.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getCurrTime()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getCurrTime</h4>
|
||||
<pre>static java.util.Date getCurrTime()</pre>
|
||||
<div class="block">Metoda vrací souèasný pøesný datum a èas.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>souèasný èas a datum</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getTime(org.bukkit.entity.Player, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getTime</h4>
|
||||
<pre>static java.util.Date getTime(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</pre>
|
||||
<div class="block">Metoda vrací datum a èas, kdy hráè naposledy použil daný pøíkaz.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifikovaný hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfigurace vyhovující originálnímu pøíkazu</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>datum a èas kdy hráè naposledy použil daný pøíkaz</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="checkCoolDownOK(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>checkCoolDownOK</h4>
|
||||
<pre>static boolean checkCoolDownOK(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int time)</pre>
|
||||
<div class="block">Metoda vrací hodnotu boolean na základì toho, jestli má specifikovaný
|
||||
pøíkaz aktivní cooldown èasovaè.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifikovaný hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfigurace vyhovující originálnímu pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz použitý hráèem</dd><dd><code>time</code> - cooldown doba v sekundách, nastavená pro regexCommand v
|
||||
konfiguraci</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>false pokud má pøíkaz aktivní cooldown èasovaè, jinak false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="secondsBetween(java.util.Calendar, java.util.Calendar)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>secondsBetween</h4>
|
||||
<pre>static long secondsBetween(java.util.Calendar startDate,
|
||||
java.util.Calendar endDate)</pre>
|
||||
<div class="block">Metoda vrací hodnotu rozdílu v sekundách mezi dvìmi hodnotami datumu a
|
||||
èasu.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>startDate</code> - </dd><dd><code>endDate</code> - </dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>rozdíl v sekundách mezi startDate a endDate</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setTime(org.bukkit.entity.Player, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setTime</h4>
|
||||
<pre>static void setTime(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</pre>
|
||||
<div class="block">Metoda ukládá do databáze datum a èas kdy hráè naposledy použil daný
|
||||
pøíkaz.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfigurace vyhovující originálnímu pøíkazu</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="startAllCooldowns(org.bukkit.entity.Player, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>startAllCooldowns</h4>
|
||||
<pre>public static void startAllCooldowns(org.bukkit.entity.Player player,
|
||||
java.lang.String message)</pre>
|
||||
<div class="block">Metoda spouští veškeré cooldown èasovaèe pro specifického hráèe.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd><dd><code>message</code> - </dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosCoolDownManager.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosCoolDownManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDownManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,345 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>BoosLimitManager</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosLimitManager";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosLimitManager.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosLimitManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosLimitManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown</div>
|
||||
<h2 title="Class BoosLimitManager" class="title">Class BoosLimitManager</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.BoosLimitManager</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosLimitManager</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení limitù.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html#BoosLimitManager()">BoosLimitManager</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html#blocked(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">blocked</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int limit)</code>
|
||||
<div class="block">Metoda kontroluje zda je možné použít pøíkaz, nebo zda je pøíkaz již
|
||||
zablokovaný.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html#getLimitListMessages(org.bukkit.entity.Player, java.lang.String, int)">getLimitListMessages</a></strong>(org.bukkit.entity.Player send,
|
||||
java.lang.String comm,
|
||||
int lim)</code>
|
||||
<div class="block">Metoda odesílá hráèi zprávu o limitovaném pøíkazu, hodnotu tohoto limitu
|
||||
a kolikrát je ještì možné limitovaný pøíkaz použít.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html#getUses(org.bukkit.entity.Player, java.lang.String)">getUses</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</code>
|
||||
<div class="block">Metoda vrací hodnotu, která je urèena tím, kolikrát již hráè použil
|
||||
specifikovaný pøíkaz.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html#setUses(org.bukkit.entity.Player, java.lang.String, java.lang.String)">setUses</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand)</code>
|
||||
<div class="block">Metoda nastavuje poèet použití pøíkazu o jedna vìtší po každém použití
|
||||
pøíkazu hráèem.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosLimitManager()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosLimitManager</h4>
|
||||
<pre>public BoosLimitManager()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="blocked(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>blocked</h4>
|
||||
<pre>static boolean blocked(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int limit)</pre>
|
||||
<div class="block">Metoda kontroluje zda je možné použít pøíkaz, nebo zda je pøíkaz již
|
||||
zablokovaný.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifická hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz použitý hráèem</dd><dd><code>limit</code> - limit nastavený pro regexCommand</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>false pokud pøíkaz je možné použít, true pokud pøíkaz není možné
|
||||
použít</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getUses(org.bukkit.entity.Player, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getUses</h4>
|
||||
<pre>static int getUses(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</pre>
|
||||
<div class="block">Metoda vrací hodnotu, která je urèena tím, kolikrát již hráè použil
|
||||
specifikovaný pøíkaz.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifická hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>hodnota pøedstavujíci poèet použití specifikovaného pøíkazu</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setUses(org.bukkit.entity.Player, java.lang.String, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setUses</h4>
|
||||
<pre>static void setUses(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand)</pre>
|
||||
<div class="block">Metoda nastavuje poèet použití pøíkazu o jedna vìtší po každém použití
|
||||
pøíkazu hráèem. Nastevení hodnoty probíhá jen pro pøíkazy, které jsou
|
||||
definovány v konfiguraci.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifická hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz použitý hráèem</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getLimitListMessages(org.bukkit.entity.Player, java.lang.String, int)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>getLimitListMessages</h4>
|
||||
<pre>static void getLimitListMessages(org.bukkit.entity.Player send,
|
||||
java.lang.String comm,
|
||||
int lim)</pre>
|
||||
<div class="block">Metoda odesílá hráèi zprávu o limitovaném pøíkazu, hodnotu tohoto limitu
|
||||
a kolikrát je ještì možné limitovaný pøíkaz použít.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>send</code> - hráè kterému bude odeslán seznam</dd><dd><code>comm</code> - pøíkaz o kterém si hráè vyžádal informace</dd><dd><code>lim</code> - hodnota limitu na pøíkazu</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosLimitManager.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosLimitManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosLimitManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,353 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>BoosPriceManager</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosPriceManager";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPriceManager.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosPriceManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPriceManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown</div>
|
||||
<h2 title="Class BoosPriceManager" class="title">Class BoosPriceManager</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.BoosPriceManager</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosPriceManager</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení poplatkù za pøíkazy.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static net.milkbowl.vault.economy.Economy</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html#economy">economy</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private static java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html#msg">msg</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html#BoosPriceManager()">BoosPriceManager</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html#payForCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent, org.bukkit.entity.Player, java.lang.String, java.lang.String, double)">payForCommand</a></strong>(org.bukkit.event.player.PlayerCommandPreprocessEvent event,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
double price)</code>
|
||||
<div class="block">Metoda ukonèuje/neukonèuje událost použití pøíkazu v závislosti na tom,
|
||||
jakou hodnotu vrátila metoda payForCommand(Player player, String
|
||||
regexCommand, String originalCommand, double price, String name);.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html#payForCommand(org.bukkit.entity.Player, java.lang.String, java.lang.String, double, java.lang.String)">payForCommand</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
double price,
|
||||
java.lang.String name)</code>
|
||||
<div class="block">Metoda zajiš<69>uje funkci platby za pøíkaz.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="economy">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>economy</h4>
|
||||
<pre>private static net.milkbowl.vault.economy.Economy economy</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="msg">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>msg</h4>
|
||||
<pre>private static java.lang.String msg</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosPriceManager()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosPriceManager</h4>
|
||||
<pre>public BoosPriceManager()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="payForCommand(org.bukkit.entity.Player, java.lang.String, java.lang.String, double, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>payForCommand</h4>
|
||||
<pre>static boolean payForCommand(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
double price,
|
||||
java.lang.String name)</pre>
|
||||
<div class="block">Metoda zajiš<69>uje funkci platby za pøíkaz. Vrací hodnotu v závislosti na
|
||||
úspìšnosti platby.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifikovaný hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfigurace vyhovující originálnímu pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz použitý hráèem</dd><dd><code>price</code> - cena použití pøíkazu</dd><dd><code>name</code> - jméno specifického hráèe</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>true pokud byl úspìšnì zaplacen poplatek, nebo pokud nebyl
|
||||
nalezen ekonomický plugin; false pokud došlo k chybì nebo hráè
|
||||
nemìl dostatek financí</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="payForCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent, org.bukkit.entity.Player, java.lang.String, java.lang.String, double)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>payForCommand</h4>
|
||||
<pre>static void payForCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent event,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
double price)</pre>
|
||||
<div class="block">Metoda ukonèuje/neukonèuje událost použití pøíkazu v závislosti na tom,
|
||||
jakou hodnotu vrátila metoda payForCommand(Player player, String
|
||||
regexCommand, String originalCommand, double price, String name);.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost PlayerCommandPreprocessEvent</dd><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfigurace vyhovující originálnímu pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz použitý hráèem</dd><dd><code>price</code> - cena použití pøíkazu</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPriceManager.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosPriceManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPriceManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,601 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>BoosWarmUpManager</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosWarmUpManager";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosWarmUpManager.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosWarmUpManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown</div>
|
||||
<h2 title="Class BoosWarmUpManager" class="title">Class BoosWarmUpManager</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.BoosWarmUpManager</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosWarmUpManager</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení warmup èasovaèù. Spouštìní,
|
||||
ukonèování a zjiš<69>ování zda je warmup èasovaè již aktivní.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static java.util.concurrent.ConcurrentHashMap<java.lang.String,<a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a>></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#playercommands">playercommands</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,org.bukkit.Location></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#playerloc">playerloc</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,java.lang.String></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#playerworld">playerworld</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private static java.util.Timer</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#scheduler">scheduler</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#BoosWarmUpManager()">BoosWarmUpManager</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#applyPotionEffect(org.bukkit.entity.Player, java.lang.String, int)">applyPotionEffect</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
int warmUpSeconds)</code>
|
||||
<div class="block">Metoda aplikuje na hráèe magický efekt na dobu urèenou parametrem
|
||||
warmUpSeconds.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#cancelWarmUps(org.bukkit.entity.Player)">cancelWarmUps</a></strong>(org.bukkit.entity.Player player)</code>
|
||||
<div class="block">Metoda stornuje veškeré probíhající warmup èasovaèe specifického hráèe.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#clearLocWorld(org.bukkit.entity.Player)">clearLocWorld</a></strong>(org.bukkit.entity.Player player)</code>
|
||||
<div class="block">Metoda pro specifického hráèe vymaže uloženou pozici a svìt.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,org.bukkit.Location></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#getPlayerloc()">getPlayerloc</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,java.lang.String></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#getPlayerworld()">getPlayerworld</a></strong>()</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#hasWarmUps(org.bukkit.entity.Player)">hasWarmUps</a></strong>(org.bukkit.entity.Player player)</code>
|
||||
<div class="block">Metoda vrací boolean hodnotu v závislosti na tom jestli specifikovaný
|
||||
hráè má aktivní warmup èasovaèe nebo ne.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#checkWarmUpOK(org.bukkit.entity.Player, java.lang.String)">checkWarmUpOK</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</code>
|
||||
<div class="block">Metoda zjiš<69>uje, jestli je daný warmup èasovaè oznaèený jako již probìhlý
|
||||
nebo ne.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#isWarmUpProcess(org.bukkit.entity.Player, java.lang.String)">isWarmUpProcess</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</code>
|
||||
<div class="block">Metoda vrací boolean hodnotu na základì toho jestli je pro specifikovaný
|
||||
pøíkaz specifikovaného hráèe aktivní warmup èasovaè.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#killTimer(org.bukkit.entity.Player)">killTimer</a></strong>(org.bukkit.entity.Player player)</code>
|
||||
<div class="block">Metoda odstraní všechny èasovaèe specifikovaného hráèe</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#removeWarmUp(org.bukkit.entity.Player, java.lang.String)">removeWarmUp</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</code>
|
||||
<div class="block">Metoda odstraní èasovaèe na specifikovaném pøíkazu specifikovaného hráèe</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#removeWarmUpOK(org.bukkit.entity.Player, java.lang.String)">removeWarmUpOK</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</code>
|
||||
<div class="block">Metoda odstraní ukonèené èasovaèe na specifikovaném pøíkazu
|
||||
specifikovaného hráèe</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#removeWarmUpProcess(java.lang.String)">removeWarmUpProcess</a></strong>(java.lang.String tag)</code>
|
||||
<div class="block">Metoda odstraòuje daný øetìzec z Hashmapy</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#setWarmUpOK(org.bukkit.entity.Player, java.lang.String)">setWarmUpOK</a></strong>(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</code>
|
||||
<div class="block">Metoda oznaèuje warmup èasovaè specifikovaného pøíkazu specifikovaného
|
||||
hráèe jako již ukonèený.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#startWarmUp(cz.boosik.boosCooldown.BoosCoolDown, org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">startWarmUp</a></strong>(<a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> bCoolDown,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int warmUpSeconds)</code>
|
||||
<div class="block">Metoda spouští warmup èasovaè na základì parametrù pomocí Timer().</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="playercommands">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>playercommands</h4>
|
||||
<pre>private static java.util.concurrent.ConcurrentHashMap<java.lang.String,<a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a>> playercommands</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="playerloc">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>playerloc</h4>
|
||||
<pre>private static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,org.bukkit.Location> playerloc</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="playerworld">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>playerworld</h4>
|
||||
<pre>private static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,java.lang.String> playerworld</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="scheduler">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>scheduler</h4>
|
||||
<pre>private static java.util.Timer scheduler</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosWarmUpManager()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosWarmUpManager</h4>
|
||||
<pre>public BoosWarmUpManager()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="applyPotionEffect(org.bukkit.entity.Player, java.lang.String, int)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>applyPotionEffect</h4>
|
||||
<pre>static void applyPotionEffect(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
int warmUpSeconds)</pre>
|
||||
<div class="block">Metoda aplikuje na hráèe magický efekt na dobu urèenou parametrem
|
||||
warmUpSeconds.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd><dd><code>warmUpSeconds</code> - doba warmup v sekundách, nastavená pro regexCommand v
|
||||
konfiguraci</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="cancelWarmUps(org.bukkit.entity.Player)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>cancelWarmUps</h4>
|
||||
<pre>public static void cancelWarmUps(org.bukkit.entity.Player player)</pre>
|
||||
<div class="block">Metoda stornuje veškeré probíhající warmup èasovaèe specifického hráèe.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="clearLocWorld(org.bukkit.entity.Player)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>clearLocWorld</h4>
|
||||
<pre>public static void clearLocWorld(org.bukkit.entity.Player player)</pre>
|
||||
<div class="block">Metoda pro specifického hráèe vymaže uloženou pozici a svìt.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="hasWarmUps(org.bukkit.entity.Player)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>hasWarmUps</h4>
|
||||
<pre>public static boolean hasWarmUps(org.bukkit.entity.Player player)</pre>
|
||||
<div class="block">Metoda vrací boolean hodnotu v závislosti na tom jestli specifikovaný
|
||||
hráè má aktivní warmup èasovaèe nebo ne.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>true pokud hráè má aktivní warmup èasovaèe, jinak false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="checkWarmUpOK(org.bukkit.entity.Player, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>checkWarmUpOK</h4>
|
||||
<pre>static boolean checkWarmUpOK(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</pre>
|
||||
<div class="block">Metoda zjiš<69>uje, jestli je daný warmup èasovaè oznaèený jako již probìhlý
|
||||
nebo ne.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>true pokud je warmup èasovaè oznaèen jako již probìhlý, jinak
|
||||
false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isWarmUpProcess(org.bukkit.entity.Player, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isWarmUpProcess</h4>
|
||||
<pre>static boolean isWarmUpProcess(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</pre>
|
||||
<div class="block">Metoda vrací boolean hodnotu na základì toho jestli je pro specifikovaný
|
||||
pøíkaz specifikovaného hráèe aktivní warmup èasovaè.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>true pokud je warmup èasovaè aktivní, jinak false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="killTimer(org.bukkit.entity.Player)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>killTimer</h4>
|
||||
<pre>static void killTimer(org.bukkit.entity.Player player)</pre>
|
||||
<div class="block">Metoda odstraní všechny èasovaèe specifikovaného hráèe</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="removeWarmUp(org.bukkit.entity.Player, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>removeWarmUp</h4>
|
||||
<pre>static void removeWarmUp(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</pre>
|
||||
<div class="block">Metoda odstraní èasovaèe na specifikovaném pøíkazu specifikovaného hráèe</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="removeWarmUpOK(org.bukkit.entity.Player, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>removeWarmUpOK</h4>
|
||||
<pre>static void removeWarmUpOK(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</pre>
|
||||
<div class="block">Metoda odstraní ukonèené èasovaèe na specifikovaném pøíkazu
|
||||
specifikovaného hráèe</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="removeWarmUpProcess(java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>removeWarmUpProcess</h4>
|
||||
<pre>static void removeWarmUpProcess(java.lang.String tag)</pre>
|
||||
<div class="block">Metoda odstraòuje daný øetìzec z Hashmapy</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tag</code> - øetìzec, který se má odstranit z Hasmapy</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setWarmUpOK(org.bukkit.entity.Player, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setWarmUpOK</h4>
|
||||
<pre>static void setWarmUpOK(org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand)</pre>
|
||||
<div class="block">Metoda oznaèuje warmup èasovaè specifikovaného pøíkazu specifikovaného
|
||||
hráèe jako již ukonèený.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="startWarmUp(cz.boosik.boosCooldown.BoosCoolDown, org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>startWarmUp</h4>
|
||||
<pre>static void startWarmUp(<a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> bCoolDown,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int warmUpSeconds)</pre>
|
||||
<div class="block">Metoda spouští warmup èasovaè na základì parametrù pomocí Timer(). Pokud
|
||||
je již warmup aktivní, odešle hráèi zprávu která ho o tom informuje.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bCoolDown</code> - instance tøídy BoosCooldown</dd><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz použitý hráèem</dd><dd><code>warmUpSeconds</code> - warmup doba nastavená pro pøíkaz v sekundách</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getPlayerworld()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getPlayerworld</h4>
|
||||
<pre>public static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,java.lang.String> getPlayerworld()</pre>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getPlayerloc()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>getPlayerloc</h4>
|
||||
<pre>public static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,org.bukkit.Location> getPlayerloc()</pre>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosWarmUpManager.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosWarmUpManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,269 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>BoosWarmUpTimer.boosWarmUpRunnable</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosWarmUpTimer.boosWarmUpRunnable";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosWarmUpTimer.boosWarmUpRunnable.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpTimer.boosWarmUpRunnable.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown</div>
|
||||
<h2 title="Class BoosWarmUpTimer.boosWarmUpRunnable" class="title">Class BoosWarmUpTimer.boosWarmUpRunnable</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.lang.Runnable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosWarmUpTimer.boosWarmUpRunnable</span>
|
||||
extends java.lang.Object
|
||||
implements java.lang.Runnable</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html#BoosWarmUpTimer.boosWarmUpRunnable()">BoosWarmUpTimer.boosWarmUpRunnable</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html#run()">run</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosWarmUpTimer.boosWarmUpRunnable()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosWarmUpTimer.boosWarmUpRunnable</h4>
|
||||
<pre>public BoosWarmUpTimer.boosWarmUpRunnable()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="run()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>run</h4>
|
||||
<pre>public void run()</pre>
|
||||
<dl>
|
||||
<dt><strong>Specified by:</strong></dt>
|
||||
<dd><code>run</code> in interface <code>java.lang.Runnable</code></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosWarmUpTimer.boosWarmUpRunnable.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpTimer.boosWarmUpRunnable.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,385 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>BoosWarmUpTimer</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosWarmUpTimer";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosWarmUpTimer.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosWarmUpTimer.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpTimer.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown</div>
|
||||
<h2 title="Class BoosWarmUpTimer" class="title">Class BoosWarmUpTimer</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.util.TimerTask</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.BoosWarmUpTimer</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.lang.Runnable</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosWarmUpTimer</span>
|
||||
extends java.util.TimerTask</pre>
|
||||
<div class="block">Tøída starající se o samotné èasovaèe warmupù pomocí TimerTask</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested_class_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
|
||||
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Class and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer.boosWarmUpRunnable</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html#bCoolDown">bCoolDown</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html#originalCommand">originalCommand</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private org.bukkit.entity.Player</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html#player">player</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html#regexCommand">regexCommand</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html#BoosWarmUpTimer(cz.boosik.boosCooldown.BoosCoolDown, java.util.Timer, org.bukkit.entity.Player, java.lang.String, java.lang.String)">BoosWarmUpTimer</a></strong>(<a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> bCoolDown,
|
||||
java.util.Timer timer,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html#run()">run</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.util.TimerTask">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.util.TimerTask</h3>
|
||||
<code>cancel, scheduledExecutionTime</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="bCoolDown">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>bCoolDown</h4>
|
||||
<pre>private <a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> bCoolDown</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="player">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>player</h4>
|
||||
<pre>private org.bukkit.entity.Player player</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="originalCommand">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>originalCommand</h4>
|
||||
<pre>private java.lang.String originalCommand</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="regexCommand">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>regexCommand</h4>
|
||||
<pre>private java.lang.String regexCommand</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosWarmUpTimer(cz.boosik.boosCooldown.BoosCoolDown, java.util.Timer, org.bukkit.entity.Player, java.lang.String, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosWarmUpTimer</h4>
|
||||
<pre>public BoosWarmUpTimer(<a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> bCoolDown,
|
||||
java.util.Timer timer,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand)</pre>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bCoolDown</code> - instance tøídy BoosCoolDown</dd><dd><code>timer</code> - </dd><dd><code>player</code> - specifický hráè</dd><dd><code>regexCommand</code> - pøíkaz z konfiguraèního souboru, který vyhovuje originálnímu
|
||||
pøíkazu</dd><dd><code>originalCommand</code> - originální pøíkaz který hráè použil</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="run()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>run</h4>
|
||||
<pre>public void run()</pre>
|
||||
<dl>
|
||||
<dt><strong>Specified by:</strong></dt>
|
||||
<dd><code>run</code> in interface <code>java.lang.Runnable</code></dd>
|
||||
<dt><strong>Specified by:</strong></dt>
|
||||
<dd><code>run</code> in class <code>java.util.TimerTask</code></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosWarmUpTimer.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" title="class in cz.boosik.boosCooldown"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/BoosWarmUpTimer.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpTimer.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested_class_summary">Nested</a> | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,278 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:19 CEST 2013 -->
|
||||
<title>BoosEntityDamageListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosEntityDamageListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosEntityDamageListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev Class</li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosEntityDamageListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown.Listeners</div>
|
||||
<h2 title="Class BoosEntityDamageListener" class="title">Class BoosEntityDamageListener</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>org.bukkit.event.Listener</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosEntityDamageListener</span>
|
||||
extends java.lang.Object
|
||||
implements org.bukkit.event.Listener</pre>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy dojde ke
|
||||
zranìní jakékoli entity ve svìtì. Pokud je touto entitou hráè a na jeho
|
||||
pøíkazech je aktivní èasovaè warmup, ve chvíli spuštìní této události jsou
|
||||
všechny jeho warmup èasovaèe stornovány a hráèi je odeslána zpráva, která ho
|
||||
o této skuteènosti informuje. Pokud hráè disponuje oprávnìním
|
||||
„booscooldowns.nocancel.damage“, jeho warmup èasovaèe stornovány nejsou.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html#BoosEntityDamageListener()">BoosEntityDamageListener</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html#onEntityDamage(org.bukkit.event.entity.EntityDamageEvent)">onEntityDamage</a></strong>(org.bukkit.event.entity.EntityDamageEvent event)</code>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosEntityDamageListener()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosEntityDamageListener</h4>
|
||||
<pre>public BoosEntityDamageListener()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="onEntityDamage(org.bukkit.event.entity.EntityDamageEvent)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>onEntityDamage</h4>
|
||||
<pre>private void onEntityDamage(org.bukkit.event.entity.EntityDamageEvent event)</pre>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè. Pokud
|
||||
je entita hráè, hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.damage a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost EntityDamageEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosEntityDamageListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev Class</li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosEntityDamageListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,340 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:19 CEST 2013 -->
|
||||
<title>BoosPlayerDeathListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosPlayerDeathListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerDeathListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerDeathListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown.Listeners</div>
|
||||
<h2 title="Class BoosPlayerDeathListener" class="title">Class BoosPlayerDeathListener</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>org.bukkit.event.Listener</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosPlayerDeathListener</span>
|
||||
extends java.lang.Object
|
||||
implements org.bukkit.event.Listener</pre>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zemøe.
|
||||
V závislosti na konfiguraci pluginu a oprávnìních hráèe mohou nastat tøi
|
||||
rùzné aktivity. Cooldown èasovaèe mohou být po smrti vymazány, nebo naopak
|
||||
mohou být znovu spuštìny veškeré cooldown èasovaèe pro veškeré nastavené
|
||||
pøíkazy. Také mohou být vymazány záznamy o použitích pøíkazu a hráè bude opìt
|
||||
schopen používat limitované pøíkazy až po hodnotu limitu.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html#BoosPlayerDeathListener()">BoosPlayerDeathListener</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html#clearCooldownsOnDeath(org.bukkit.entity.Player)">clearCooldownsOnDeath</a></strong>(org.bukkit.entity.Player player)</code>
|
||||
<div class="block">Na základì konfigurace a toho jestli hráè disponuje oprávnìním
|
||||
booscooldowns.clear.cooldowns.death metoda vymaže všechny cooldown
|
||||
èasovaèe všech pøíkazù specifikovaného hráèe tím že spustí metodu
|
||||
clearSomething();.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html#clearUsesOnDeath(org.bukkit.entity.Player)">clearUsesOnDeath</a></strong>(org.bukkit.entity.Player player)</code>
|
||||
<div class="block">Na základì konfigurace a toho jestli hráè disponuje oprávnìním
|
||||
booscooldowns.clear.uses.death metoda vymaže všechny záznamy o spuštìní
|
||||
všech pøíkazù specifikovaného hráèe tím že spustí metodu
|
||||
clearSomething();.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html#onPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent)">onPlayerDeath</a></strong>(org.bukkit.event.entity.PlayerDeathEvent event)</code>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè a
|
||||
jestli není null.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html#startCooldownsOnDeath(org.bukkit.entity.Player)">startCooldownsOnDeath</a></strong>(org.bukkit.entity.Player player)</code>
|
||||
<div class="block">Na základì konfigurace metoda spouští všechny cooldown èasovaèe
|
||||
specifikovaného hráèe tím že spustí medotu startAllCooldowns();.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosPlayerDeathListener()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosPlayerDeathListener</h4>
|
||||
<pre>public BoosPlayerDeathListener()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="onPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>onPlayerDeath</h4>
|
||||
<pre>private void onPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent event)</pre>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè a
|
||||
jestli není null. Na základì toho spouští další metody.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost PlayerDeathEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="startCooldownsOnDeath(org.bukkit.entity.Player)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>startCooldownsOnDeath</h4>
|
||||
<pre>private void startCooldownsOnDeath(org.bukkit.entity.Player player)</pre>
|
||||
<div class="block">Na základì konfigurace metoda spouští všechny cooldown èasovaèe
|
||||
specifikovaného hráèe tím že spustí medotu startAllCooldowns();.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - hráè, který spustil událost PlayerDeathEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="clearUsesOnDeath(org.bukkit.entity.Player)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>clearUsesOnDeath</h4>
|
||||
<pre>private void clearUsesOnDeath(org.bukkit.entity.Player player)</pre>
|
||||
<div class="block">Na základì konfigurace a toho jestli hráè disponuje oprávnìním
|
||||
booscooldowns.clear.uses.death metoda vymaže všechny záznamy o spuštìní
|
||||
všech pøíkazù specifikovaného hráèe tím že spustí metodu
|
||||
clearSomething();.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - hráè, který spustil událost PlayerDeathEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="clearCooldownsOnDeath(org.bukkit.entity.Player)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>clearCooldownsOnDeath</h4>
|
||||
<pre>private void clearCooldownsOnDeath(org.bukkit.entity.Player player)</pre>
|
||||
<div class="block">Na základì konfigurace a toho jestli hráè disponuje oprávnìním
|
||||
booscooldowns.clear.cooldowns.death metoda vymaže všechny cooldown
|
||||
èasovaèe všech pøíkazù specifikovaného hráèe tím že spustí metodu
|
||||
clearSomething();.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - hráè, který spustil událost PlayerDeathEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerDeathListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerDeathListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,278 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:19 CEST 2013 -->
|
||||
<title>BoosPlayerGameModeChangeListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosPlayerGameModeChangeListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerGameModeChangeListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerGameModeChangeListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown.Listeners</div>
|
||||
<h2 title="Class BoosPlayerGameModeChangeListener" class="title">Class BoosPlayerGameModeChangeListener</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>org.bukkit.event.Listener</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosPlayerGameModeChangeListener</span>
|
||||
extends java.lang.Object
|
||||
implements org.bukkit.event.Listener</pre>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zmìní
|
||||
herní mód. Pokud na pøíkazech hráèe je aktivní èasovaè warmup, ve chvíli
|
||||
spuštìní této události jsou všechny jeho warmup èasovaèe stornovány a hráèi
|
||||
je odeslána zpráva, která ho o této skuteènosti informuje. Pokud hráè
|
||||
disponuje oprávnìním „booscooldowns.nocancel.gamemodechange“, jeho warmup
|
||||
èasovaèe stornovány nejsou.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html#BoosPlayerGameModeChangeListener()">BoosPlayerGameModeChangeListener</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html#onPlayerGameModeChange(org.bukkit.event.player.PlayerGameModeChangeEvent)">onPlayerGameModeChange</a></strong>(org.bukkit.event.player.PlayerGameModeChangeEvent event)</code>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosPlayerGameModeChangeListener()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosPlayerGameModeChangeListener</h4>
|
||||
<pre>public BoosPlayerGameModeChangeListener()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="onPlayerGameModeChange(org.bukkit.event.player.PlayerGameModeChangeEvent)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>onPlayerGameModeChange</h4>
|
||||
<pre>private void onPlayerGameModeChange(org.bukkit.event.player.PlayerGameModeChangeEvent event)</pre>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè. Pokud
|
||||
je entita hráè, hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.gamemodechange a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost PlayerGameModeChangeEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerGameModeChangeListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerGameModeChangeListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,279 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:19 CEST 2013 -->
|
||||
<title>BoosPlayerInteractListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosPlayerInteractListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerInteractListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerInteractListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown.Listeners</div>
|
||||
<h2 title="Class BoosPlayerInteractListener" class="title">Class BoosPlayerInteractListener</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>org.bukkit.event.Listener</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosPlayerInteractListener</span>
|
||||
extends java.lang.Object
|
||||
implements org.bukkit.event.Listener</pre>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè
|
||||
provádí interakce s herními bloky. Pokud na pøíkazech hráèe je aktivní
|
||||
èasovaè warmup a blok se kterým hráè interaguje je kontejner, pak tato tøída
|
||||
poté ukonèuje tuto událost a blokuje hráèi pøístup do kontejnerù. Pokud hráè
|
||||
disponuje oprávnìním „booscooldowns.dontblock.interact“, jeho pøístup do
|
||||
kontejnerù není blokován.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html#BoosPlayerInteractListener()">BoosPlayerInteractListener</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html#onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent)">onPlayerInteract</a></strong>(org.bukkit.event.player.PlayerInteractEvent event)</code>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosPlayerInteractListener()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosPlayerInteractListener</h4>
|
||||
<pre>public BoosPlayerInteractListener()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>onPlayerInteract</h4>
|
||||
<pre>private void onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent event)</pre>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè. Pokud
|
||||
je entita hráè, hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.dontblock.interact a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi a blok se kterým interaguje je kontejner, pak je hráèi
|
||||
odeslána zpráva, která ho informuje o tom, že do kontejneru není možné
|
||||
pøistupovat a tato událost je následnì ukonèena. To zablokuje hráèi
|
||||
pøístup do kontejneru.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost PlayerInteractEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerInteractListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerInteractListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,342 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:19 CEST 2013 -->
|
||||
<title>BoosPlayerMoveListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosPlayerMoveListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerMoveListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerMoveListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown.Listeners</div>
|
||||
<h2 title="Class BoosPlayerMoveListener" class="title">Class BoosPlayerMoveListener</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>org.bukkit.event.Listener</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosPlayerMoveListener</span>
|
||||
extends java.lang.Object
|
||||
implements org.bukkit.event.Listener</pre>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy se hráè
|
||||
pohybuje. Pokud na pøíkazech hráèe je aktivní èasovaè warmup, ve chvíli
|
||||
spuštìní této události jsou všechny jeho warmup èasovaèe stornovány a hráèi
|
||||
je odeslána zpráva, která ho o této skuteènosti informuje. Pøi pohybech hráèe
|
||||
hra tuto událost spouští 20 krát každou vteøinu. To mùže být na velkých
|
||||
serverech velmi neoptimální a proto se funkce spouští jen jednou za vteøinu,
|
||||
pomocí jednoduchého cyklu. Pokud hráè disponuje oprávnìním
|
||||
„booscooldowns.nocancel.move“, jeho warmup èasovaèe stornovány nejsou.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html#tempTimer">tempTimer</a></strong></code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html#BoosPlayerMoveListener()">BoosPlayerMoveListener</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html#hasMoved(org.bukkit.entity.Player)">hasMoved</a></strong>(org.bukkit.entity.Player player)</code>
|
||||
<div class="block">Metoda zjiš<69>ující, jestli hráè zmìnil pozico ve svìtì, nebo pøípadnì svìt
|
||||
od doby kdy použil pøíkaz až do doby volání této metody.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html#onPlayerMove(org.bukkit.event.player.PlayerMoveEvent)">onPlayerMove</a></strong>(org.bukkit.event.player.PlayerMoveEvent event)</code>
|
||||
<div class="block">Pokud hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.move a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="tempTimer">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>tempTimer</h4>
|
||||
<pre>private int tempTimer</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosPlayerMoveListener()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosPlayerMoveListener</h4>
|
||||
<pre>public BoosPlayerMoveListener()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="hasMoved(org.bukkit.entity.Player)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>hasMoved</h4>
|
||||
<pre>private static boolean hasMoved(org.bukkit.entity.Player player)</pre>
|
||||
<div class="block">Metoda zjiš<69>ující, jestli hráè zmìnil pozico ve svìtì, nebo pøípadnì svìt
|
||||
od doby kdy použil pøíkaz až do doby volání této metody.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>player</code> - hráè který se pohybuje</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>true pokud hráè zmìnil svou pozici, nebo pokud pøešel do jiného
|
||||
svìta; jinak vrací false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="onPlayerMove(org.bukkit.event.player.PlayerMoveEvent)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>onPlayerMove</h4>
|
||||
<pre>private void onPlayerMove(org.bukkit.event.player.PlayerMoveEvent event)</pre>
|
||||
<div class="block">Pokud hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.move a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();. Metoda obsahuje jednoduchý èasovaè, který
|
||||
zajiš<69>uje, že funkce nebudou provádìny pøi každém volání této metody (20x
|
||||
za vteøinu).</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost PlayerMoveEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerMoveListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerMoveListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,281 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:19 CEST 2013 -->
|
||||
<title>BoosPlayerToggleSneakListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosPlayerToggleSneakListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerToggleSneakListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerToggleSneakListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown.Listeners</div>
|
||||
<h2 title="Class BoosPlayerToggleSneakListener" class="title">Class BoosPlayerToggleSneakListener</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>org.bukkit.event.Listener</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosPlayerToggleSneakListener</span>
|
||||
extends java.lang.Object
|
||||
implements org.bukkit.event.Listener</pre>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zapne
|
||||
plížení (defaultnì pomocí klávesy control). Pokud na pøíkazech hráèe je
|
||||
aktivní èasovaè warmup, ve chvíli spuštìní této události jsou všechny jeho
|
||||
warmup èasovaèe stornovány a hráèi je odeslána zpráva, která ho o této
|
||||
skuteènosti informuje. Pokud hráè disponuje oprávnìním
|
||||
„booscooldowns.nocancel.sneak“, jeho warmup èasovaèe stornovány nejsou.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html#BoosPlayerToggleSneakListener()">BoosPlayerToggleSneakListener</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html#onPlayerToggleSneak(org.bukkit.event.player.PlayerToggleSneakEvent)">onPlayerToggleSneak</a></strong>(org.bukkit.event.player.PlayerToggleSneakEvent event)</code>
|
||||
<div class="block">Pokud hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.sneak a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosPlayerToggleSneakListener()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosPlayerToggleSneakListener</h4>
|
||||
<pre>public BoosPlayerToggleSneakListener()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="onPlayerToggleSneak(org.bukkit.event.player.PlayerToggleSneakEvent)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>onPlayerToggleSneak</h4>
|
||||
<pre>private void onPlayerToggleSneak(org.bukkit.event.player.PlayerToggleSneakEvent event)</pre>
|
||||
<div class="block">Pokud hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.sneak a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost PlayerToggleSneakEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerToggleSneakListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerToggleSneakListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,281 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:19 CEST 2013 -->
|
||||
<title>BoosPlayerToggleSprintListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="BoosPlayerToggleSprintListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerToggleSprintListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerToggleSprintListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">cz.boosik.boosCooldown.Listeners</div>
|
||||
<h2 title="Class BoosPlayerToggleSprintListener" class="title">Class BoosPlayerToggleSprintListener</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>org.bukkit.event.Listener</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">BoosPlayerToggleSprintListener</span>
|
||||
extends java.lang.Object
|
||||
implements org.bukkit.event.Listener</pre>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zapne
|
||||
sprintování (pomocí dvojitého stisknutí klávesy pro pohyb vpøed). Pokud na
|
||||
pøíkazech hráèe je aktivní èasovaè warmup, ve chvíli spuštìní této události
|
||||
jsou všechny jeho warmup èasovaèe stornovány a hráèi je odeslána zpráva,
|
||||
která ho o této skuteènosti informuje. Pokud hráè disponuje oprávnìním
|
||||
„booscooldowns.nocancel.sprint“, jeho warmup èasovaèe stornovány nejsou.</div>
|
||||
<dl><dt><span class="strong">Author:</span></dt>
|
||||
<dd>Jakub Koláø</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html#BoosPlayerToggleSprintListener()">BoosPlayerToggleSprintListener</a></strong>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html#onPlayerToggleSprint(org.bukkit.event.player.PlayerToggleSprintEvent)">onPlayerToggleSprint</a></strong>(org.bukkit.event.player.PlayerToggleSprintEvent event)</code>
|
||||
<div class="block">Pokud hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.sprint a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BoosPlayerToggleSprintListener()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BoosPlayerToggleSprintListener</h4>
|
||||
<pre>public BoosPlayerToggleSprintListener()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="onPlayerToggleSprint(org.bukkit.event.player.PlayerToggleSprintEvent)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>onPlayerToggleSprint</h4>
|
||||
<pre>private void onPlayerToggleSprint(org.bukkit.event.player.PlayerToggleSprintEvent event)</pre>
|
||||
<div class="block">Pokud hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.sprint a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();.</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - událost PlayerToggleSprintEvent</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/BoosPlayerToggleSprintListener.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">Prev Class</span></a></li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerToggleSprintListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosEntityDamageListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosEntityDamageListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener" class="title">Uses of Class<br>cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosEntityDamageListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosEntityDamageListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerDeathListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerDeathListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener" class="title">Uses of Class<br>cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerDeathListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerDeathListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerGameModeChangeListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerGameModeChangeListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener" class="title">Uses of Class<br>cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerGameModeChangeListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerGameModeChangeListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerInteractListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerInteractListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener" class="title">Uses of Class<br>cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerInteractListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerInteractListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerMoveListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerMoveListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener" class="title">Uses of Class<br>cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerMoveListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerMoveListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerToggleSneakListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerToggleSneakListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener" class="title">Uses of Class<br>cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerToggleSneakListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerToggleSneakListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerToggleSprintListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerToggleSprintListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener" class="title">Uses of Class<br>cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../../index.html?cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerToggleSprintListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPlayerToggleSprintListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,25 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>cz.boosik.boosCooldown.Listeners</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bar"><a href="../../../../cz/boosik/boosCooldown/Listeners/package-summary.html" target="classFrame">cz.boosik.boosCooldown.Listeners</a></h1>
|
||||
<div class="indexContainer">
|
||||
<h2 title="Classes">Classes</h2>
|
||||
<ul title="Classes">
|
||||
<li><a href="BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosEntityDamageListener</a></li>
|
||||
<li><a href="BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerDeathListener</a></li>
|
||||
<li><a href="BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerGameModeChangeListener</a></li>
|
||||
<li><a href="BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerInteractListener</a></li>
|
||||
<li><a href="BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerMoveListener</a></li>
|
||||
<li><a href="BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerToggleSneakListener</a></li>
|
||||
<li><a href="BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners" target="classFrame">BoosPlayerToggleSprintListener</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,177 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>cz.boosik.boosCooldown.Listeners</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="cz.boosik.boosCooldown.Listeners";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li class="navBarCell1Rev">Package</li>
|
||||
<li>Class</li>
|
||||
<li><a href="package-use.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/package-summary.html">Prev Package</a></li>
|
||||
<li><a href="../../../../org/mcstats/package-summary.html">Next Package</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/package-summary.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-summary.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h1 title="Package" class="title">Package cz.boosik.boosCooldown.Listeners</h1>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
|
||||
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Class</th>
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosEntityDamageListener</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy dojde ke
|
||||
zranìní jakékoli entity ve svìtì.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerDeathListener</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zemøe.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerGameModeChangeListener</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zmìní
|
||||
herní mód.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerInteractListener</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè
|
||||
provádí interakce s herními bloky.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerMoveListener</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy se hráè
|
||||
pohybuje.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerToggleSneakListener</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zapne
|
||||
plížení (defaultnì pomocí klávesy control).</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerToggleSprintListener</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zapne
|
||||
sprintování (pomocí dvojitého stisknutí klávesy pro pohyb vpøed).</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li class="navBarCell1Rev">Package</li>
|
||||
<li>Class</li>
|
||||
<li><a href="package-use.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/package-summary.html">Prev Package</a></li>
|
||||
<li><a href="../../../../org/mcstats/package-summary.html">Next Package</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/package-summary.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-summary.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,134 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>cz.boosik.boosCooldown.Listeners Class Hierarchy</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="cz.boosik.boosCooldown.Listeners Class Hierarchy";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li class="navBarCell1Rev">Tree</li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/package-tree.html">Prev</a></li>
|
||||
<li><a href="../../../../org/mcstats/package-tree.html">Next</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/package-tree.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-tree.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h1 class="title">Hierarchy For Package cz.boosik.boosCooldown.Listeners</h1>
|
||||
<span class="strong">Package Hierarchies:</span>
|
||||
<ul class="horizontal">
|
||||
<li><a href="../../../../overview-tree.html">All Packages</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<h2 title="Class Hierarchy">Class Hierarchy</h2>
|
||||
<ul>
|
||||
<li type="circle">java.lang.Object
|
||||
<ul>
|
||||
<li type="circle">cz.boosik.boosCooldown.Listeners.<a href="../../../../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosEntityDamageListener</span></a> (implements org.bukkit.event.Listener)</li>
|
||||
<li type="circle">cz.boosik.boosCooldown.Listeners.<a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerDeathListener</span></a> (implements org.bukkit.event.Listener)</li>
|
||||
<li type="circle">cz.boosik.boosCooldown.Listeners.<a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerGameModeChangeListener</span></a> (implements org.bukkit.event.Listener)</li>
|
||||
<li type="circle">cz.boosik.boosCooldown.Listeners.<a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerInteractListener</span></a> (implements org.bukkit.event.Listener)</li>
|
||||
<li type="circle">cz.boosik.boosCooldown.Listeners.<a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerMoveListener</span></a> (implements org.bukkit.event.Listener)</li>
|
||||
<li type="circle">cz.boosik.boosCooldown.Listeners.<a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerToggleSneakListener</span></a> (implements org.bukkit.event.Listener)</li>
|
||||
<li type="circle">cz.boosik.boosCooldown.Listeners.<a href="../../../../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerToggleSprintListener</span></a> (implements org.bukkit.event.Listener)</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li class="navBarCell1Rev">Tree</li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/package-tree.html">Prev</a></li>
|
||||
<li><a href="../../../../org/mcstats/package-tree.html">Next</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/package-tree.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-tree.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Package cz.boosik.boosCooldown.Listeners</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Package cz.boosik.boosCooldown.Listeners";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/package-use.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-use.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h1 title="Uses of Package cz.boosik.boosCooldown.Listeners" class="title">Uses of Package<br>cz.boosik.boosCooldown.Listeners</h1>
|
||||
</div>
|
||||
<div class="contentContainer">No usage of cz.boosik.boosCooldown.Listeners</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/Listeners/package-use.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-use.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.BoosConfigManager</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.BoosConfigManager";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosConfigManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosConfigManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.BoosConfigManager" class="title">Uses of Class<br>cz.boosik.boosCooldown.BoosConfigManager</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.BoosConfigManager</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosConfigManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosConfigManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,202 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.BoosCoolDown</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.BoosCoolDown";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosCoolDown.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDown.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.BoosCoolDown" class="title">Uses of Class<br>cz.boosik.boosCooldown.BoosCoolDown</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
|
||||
<caption><span>Packages that use <a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Package</th>
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="#cz.boosik.boosCooldown">cz.boosik.boosCooldown</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="cz.boosik.boosCooldown">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> in <a href="../../../../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a> declared as <a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></code></td>
|
||||
<td class="colLast"><span class="strong">BoosWarmUpTimer.</span><code><strong><a href="../../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html#bCoolDown">bCoolDown</a></strong></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private static <a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></code></td>
|
||||
<td class="colLast"><span class="strong">BoosCoolDownListener.</span><code><strong><a href="../../../../cz/boosik/boosCooldown/BoosCoolDownListener.html#plugin">plugin</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../../../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a> with parameters of type <a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) static void</code></td>
|
||||
<td class="colLast"><span class="strong">BoosWarmUpManager.</span><code><strong><a href="../../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#startWarmUp(cz.boosik.boosCooldown.BoosCoolDown, org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">startWarmUp</a></strong>(<a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> bCoolDown,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand,
|
||||
int warmUpSeconds)</code>
|
||||
<div class="block">Metoda spouští warmup èasovaè na základì parametrù pomocí Timer().</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors in <a href="../../../../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a> with parameters of type <a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/BoosConfigManager.html#BoosConfigManager(cz.boosik.boosCooldown.BoosCoolDown)">BoosConfigManager</a></strong>(<a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> boosCoolDown)</code>
|
||||
<div class="block">Metoda vytváøejíci konfiguraèní a databázový sobour, pokud tyto soubory
|
||||
již neexistují.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/BoosCoolDownListener.html#BoosCoolDownListener(cz.boosik.boosCooldown.BoosCoolDown)">BoosCoolDownListener</a></strong>(<a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> instance)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colLast"><code><strong><a href="../../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html#BoosWarmUpTimer(cz.boosik.boosCooldown.BoosCoolDown, java.util.Timer, org.bukkit.entity.Player, java.lang.String, java.lang.String)">BoosWarmUpTimer</a></strong>(<a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a> bCoolDown,
|
||||
java.util.Timer timer,
|
||||
org.bukkit.entity.Player player,
|
||||
java.lang.String regexCommand,
|
||||
java.lang.String originalCommand)</code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosCoolDown.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDown.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.BoosCoolDownListener</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.BoosCoolDownListener";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosCoolDownListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDownListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.BoosCoolDownListener" class="title">Uses of Class<br>cz.boosik.boosCooldown.BoosCoolDownListener</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.BoosCoolDownListener</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosCoolDownListener.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDownListener.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.BoosCoolDownManager</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.BoosCoolDownManager";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosCoolDownManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDownManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.BoosCoolDownManager" class="title">Uses of Class<br>cz.boosik.boosCooldown.BoosCoolDownManager</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.BoosCoolDownManager</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosCoolDownManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosCoolDownManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.BoosLimitManager</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.BoosLimitManager";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosLimitManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosLimitManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.BoosLimitManager" class="title">Uses of Class<br>cz.boosik.boosCooldown.BoosLimitManager</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.BoosLimitManager</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosLimitManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosLimitManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.BoosPriceManager</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.BoosPriceManager";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosPriceManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPriceManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.BoosPriceManager" class="title">Uses of Class<br>cz.boosik.boosCooldown.BoosPriceManager</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.BoosPriceManager</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosPriceManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosPriceManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.BoosWarmUpManager</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.BoosWarmUpManager";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosWarmUpManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.BoosWarmUpManager" class="title">Uses of Class<br>cz.boosik.boosCooldown.BoosWarmUpManager</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.BoosWarmUpManager</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosWarmUpManager.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpManager.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.boosWarmUpRunnable.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpTimer.boosWarmUpRunnable.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable" class="title">Uses of Class<br>cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">No usage of cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.boosWarmUpRunnable.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpTimer.boosWarmUpRunnable.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,155 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Class cz.boosik.boosCooldown.BoosWarmUpTimer</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class cz.boosik.boosCooldown.BoosWarmUpTimer";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpTimer.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h2 title="Uses of Class cz.boosik.boosCooldown.BoosWarmUpTimer" class="title">Uses of Class<br>cz.boosik.boosCooldown.BoosWarmUpTimer</h2>
|
||||
</div>
|
||||
<div class="classUseContainer">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
|
||||
<caption><span>Packages that use <a href="../../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Package</th>
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="#cz.boosik.boosCooldown">cz.boosik.boosCooldown</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="cz.boosik.boosCooldown">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a> in <a href="../../../../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></h3>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../../../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a> with type parameters of type <a href="../../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static java.util.concurrent.ConcurrentHashMap<java.lang.String,<a href="../../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a>></code></td>
|
||||
<td class="colLast"><span class="strong">BoosWarmUpManager.</span><code><strong><a href="../../../../cz/boosik/boosCooldown/BoosWarmUpManager.html#playercommands">playercommands</a></strong></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="../package-summary.html">Package</a></li>
|
||||
<li><a href="../../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">Class</a></li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="../package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../../index.html?cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.html" target="_top">Frames</a></li>
|
||||
<li><a href="BoosWarmUpTimer.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,26 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>cz.boosik.boosCooldown</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bar"><a href="../../../cz/boosik/boosCooldown/package-summary.html" target="classFrame">cz.boosik.boosCooldown</a></h1>
|
||||
<div class="indexContainer">
|
||||
<h2 title="Classes">Classes</h2>
|
||||
<ul title="Classes">
|
||||
<li><a href="BoosConfigManager.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosConfigManager</a></li>
|
||||
<li><a href="BoosCoolDown.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosCoolDown</a></li>
|
||||
<li><a href="BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosCoolDownListener</a></li>
|
||||
<li><a href="BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosCoolDownManager</a></li>
|
||||
<li><a href="BoosLimitManager.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosLimitManager</a></li>
|
||||
<li><a href="BoosPriceManager.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosPriceManager</a></li>
|
||||
<li><a href="BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosWarmUpManager</a></li>
|
||||
<li><a href="BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown" target="classFrame">BoosWarmUpTimer</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,178 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>cz.boosik.boosCooldown</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="cz.boosik.boosCooldown";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li class="navBarCell1Rev">Package</li>
|
||||
<li>Class</li>
|
||||
<li><a href="package-use.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev Package</li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/Listeners/package-summary.html">Next Package</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/package-summary.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-summary.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h1 title="Package" class="title">Package cz.boosik.boosCooldown</h1>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
|
||||
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Class</th>
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Tøída zajiš<69>ující veškeré metody, které se starají o konfiguraci pluginu a o
|
||||
databázi.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Hlavní tøída pluginu.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown">BoosCoolDownListener</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Hlavní posluchaè, který naslouchá události použití pøíkazu hráèem.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení cooldown èasovaèù.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown">BoosLimitManager</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení limitù.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown">BoosPriceManager</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení poplatkù za pøíkazy.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení warmup èasovaèù.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Tøída starající se o samotné èasovaèe warmupù pomocí TimerTask</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li class="navBarCell1Rev">Package</li>
|
||||
<li>Class</li>
|
||||
<li><a href="package-use.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev Package</li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/Listeners/package-summary.html">Next Package</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/package-summary.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-summary.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,148 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>cz.boosik.boosCooldown Class Hierarchy</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="cz.boosik.boosCooldown Class Hierarchy";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li class="navBarCell1Rev">Tree</li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/Listeners/package-tree.html">Next</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/package-tree.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-tree.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h1 class="title">Hierarchy For Package cz.boosik.boosCooldown</h1>
|
||||
<span class="strong">Package Hierarchies:</span>
|
||||
<ul class="horizontal">
|
||||
<li><a href="../../../overview-tree.html">All Packages</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<h2 title="Class Hierarchy">Class Hierarchy</h2>
|
||||
<ul>
|
||||
<li type="circle">java.lang.Object
|
||||
<ul>
|
||||
<li type="circle">cz.boosik.boosCooldown.<a href="../../../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosConfigManager</span></a></li>
|
||||
<li type="circle">cz.boosik.boosCooldown.<a href="../../../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosCoolDownListener</span></a> (implements org.bukkit.event.Listener)</li>
|
||||
<li type="circle">cz.boosik.boosCooldown.<a href="../../../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosCoolDownManager</span></a></li>
|
||||
<li type="circle">cz.boosik.boosCooldown.<a href="../../../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosLimitManager</span></a></li>
|
||||
<li type="circle">cz.boosik.boosCooldown.<a href="../../../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosPriceManager</span></a></li>
|
||||
<li type="circle">cz.boosik.boosCooldown.<a href="../../../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosWarmUpManager</span></a></li>
|
||||
<li type="circle">cz.boosik.boosCooldown.<a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosWarmUpTimer.boosWarmUpRunnable</span></a> (implements java.lang.Runnable)</li>
|
||||
<li type="circle">org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin)
|
||||
<ul>
|
||||
<li type="circle">org.bukkit.plugin.java.JavaPlugin
|
||||
<ul>
|
||||
<li type="circle">cz.boosik.boosCooldown.<a href="../../../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosCoolDown</span></a> (implements java.lang.Runnable)</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li type="circle">java.util.TimerTask (implements java.lang.Runnable)
|
||||
<ul>
|
||||
<li type="circle">cz.boosik.boosCooldown.<a href="../../../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosWarmUpTimer</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li class="navBarCell1Rev">Tree</li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li><a href="../../../cz/boosik/boosCooldown/Listeners/package-tree.html">Next</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/package-tree.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-tree.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,155 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Uses of Package cz.boosik.boosCooldown</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Package cz.boosik.boosCooldown";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/package-use.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-use.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h1 title="Uses of Package cz.boosik.boosCooldown" class="title">Uses of Package<br>cz.boosik.boosCooldown</h1>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
|
||||
<caption><span>Packages that use <a href="../../../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Package</th>
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="#cz.boosik.boosCooldown">cz.boosik.boosCooldown</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList"><a name="cz.boosik.boosCooldown">
|
||||
<!-- -->
|
||||
</a>
|
||||
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
|
||||
<caption><span>Classes in <a href="../../../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a> used by <a href="../../../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Class and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><a href="../../../cz/boosik/boosCooldown/class-use/BoosCoolDown.html#cz.boosik.boosCooldown">BoosCoolDown</a>
|
||||
<div class="block">Hlavní tøída pluginu.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><a href="../../../cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.html#cz.boosik.boosCooldown">BoosWarmUpTimer</a>
|
||||
<div class="block">Tøída starající se o samotné èasovaèe warmupù pomocí TimerTask</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li>Class</li>
|
||||
<li class="navBarCell1Rev">Use</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?cz/boosik/boosCooldown/package-use.html" target="_top">Frames</a></li>
|
||||
<li><a href="package-use.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,115 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Deprecated List</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Deprecated List";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="overview-tree.html">Tree</a></li>
|
||||
<li class="navBarCell1Rev">Deprecated</li>
|
||||
<li><a href="index-files/index-1.html">Index</a></li>
|
||||
<li><a href="help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
|
||||
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h1 title="Deprecated API" class="title">Deprecated API</h1>
|
||||
<h2 title="Contents">Contents</h2>
|
||||
</div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="overview-tree.html">Tree</a></li>
|
||||
<li class="navBarCell1Rev">Deprecated</li>
|
||||
<li><a href="index-files/index-1.html">Index</a></li>
|
||||
<li><a href="help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
|
||||
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,220 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>API Help</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="API Help";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="overview-tree.html">Tree</a></li>
|
||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="index-files/index-1.html">Index</a></li>
|
||||
<li class="navBarCell1Rev">Help</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
|
||||
<li><a href="help-doc.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h1 class="title">How This API Document Is Organized</h1>
|
||||
<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h2>Overview</h2>
|
||||
<p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Package</h2>
|
||||
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
|
||||
<ul>
|
||||
<li>Interfaces (italic)</li>
|
||||
<li>Classes</li>
|
||||
<li>Enums</li>
|
||||
<li>Exceptions</li>
|
||||
<li>Errors</li>
|
||||
<li>Annotation Types</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Class/Interface</h2>
|
||||
<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
|
||||
<ul>
|
||||
<li>Class inheritance diagram</li>
|
||||
<li>Direct Subclasses</li>
|
||||
<li>All Known Subinterfaces</li>
|
||||
<li>All Known Implementing Classes</li>
|
||||
<li>Class/interface declaration</li>
|
||||
<li>Class/interface description</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Nested Class Summary</li>
|
||||
<li>Field Summary</li>
|
||||
<li>Constructor Summary</li>
|
||||
<li>Method Summary</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Field Detail</li>
|
||||
<li>Constructor Detail</li>
|
||||
<li>Method Detail</li>
|
||||
</ul>
|
||||
<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Annotation Type</h2>
|
||||
<p>Each annotation type has its own separate page with the following sections:</p>
|
||||
<ul>
|
||||
<li>Annotation Type declaration</li>
|
||||
<li>Annotation Type description</li>
|
||||
<li>Required Element Summary</li>
|
||||
<li>Optional Element Summary</li>
|
||||
<li>Element Detail</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Enum</h2>
|
||||
<p>Each enum has its own separate page with the following sections:</p>
|
||||
<ul>
|
||||
<li>Enum declaration</li>
|
||||
<li>Enum description</li>
|
||||
<li>Enum Constant Summary</li>
|
||||
<li>Enum Constant Detail</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Use</h2>
|
||||
<p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Tree (Class Hierarchy)</h2>
|
||||
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
|
||||
<ul>
|
||||
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
|
||||
<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Deprecated API</h2>
|
||||
<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Index</h2>
|
||||
<p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Prev/Next</h2>
|
||||
<p>These links take you to the next or previous class, interface, package, or related page.</p>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Frames/No Frames</h2>
|
||||
<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>All Classes</h2>
|
||||
<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Serialized Form</h2>
|
||||
<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2>Constant Field Values</h2>
|
||||
<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<em>This help file applies to API documentation generated using the standard doclet.</em></div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="overview-tree.html">Tree</a></li>
|
||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="index-files/index-1.html">Index</a></li>
|
||||
<li class="navBarCell1Rev">Help</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev</li>
|
||||
<li>Next</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
|
||||
<li><a href="help-doc.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,123 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>A-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="A-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev Letter</li>
|
||||
<li><a href="index-2.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-1.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-1.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_A_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">A</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#applyPotionEffect(org.bukkit.entity.Player, java.lang.String, int)">applyPotionEffect(Player, String, int)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda aplikuje na hráèe magický efekt na dobu urèenou parametrem
|
||||
warmUpSeconds.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev Letter</li>
|
||||
<li><a href="index-2.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-1.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-1.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,130 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>L-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="L-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-9.html">Prev Letter</a></li>
|
||||
<li><a href="index-11.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-10.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-10.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_L_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">L</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#load()">load()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda naète konfiguraèní soubor z disku do pamìti.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#loadConfusers()">loadConfusers()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda naète soubor databáze z disku do pamìti.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#log">log</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../util/boosChat.html#log">log</a></span> - Static variable in class util.<a href="../util/boosChat.html" title="class in util">boosChat</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-9.html">Prev Letter</a></li>
|
||||
<li><a href="index-11.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-10.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-10.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,124 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>M-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="M-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-10.html">Prev Letter</a></li>
|
||||
<li><a href="index-12.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-11.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-11.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_M_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">M</h2>
|
||||
<dl>
|
||||
<dt><a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats"><span class="strong">MetricsLite</span></a> - Class in <a href="../org/mcstats/package-summary.html">org.mcstats</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#MetricsLite(org.bukkit.plugin.Plugin)">MetricsLite(Plugin)</a></span> - Constructor for class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosPriceManager.html#msg">msg</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown">BoosPriceManager</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-10.html">Prev Letter</a></li>
|
||||
<li><a href="index-12.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-11.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-11.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,178 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>O-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="O-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-11.html">Prev Letter</a></li>
|
||||
<li><a href="index-13.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-12.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-12.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_O_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">O</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, java.lang.String, java.lang.String[])">onCommand(CommandSender, Command, String, String[])</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#onDisable()">onDisable()</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#onEnable()">onEnable()</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html#onEntityDamage(org.bukkit.event.entity.EntityDamageEvent)">onEntityDamage(EntityDamageEvent)</a></span> - Method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosEntityDamageListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html#onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)">onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown">BoosCoolDownListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Posluchaè, který naslouchá události použití pøíkazu a spouští se ještì
|
||||
pøed tím, než je vykonán efekt tohto pøíkazu.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html#onPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent)">onPlayerDeath(PlayerDeathEvent)</a></span> - Method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerDeathListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè a
|
||||
jestli není null.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html#onPlayerGameModeChange(org.bukkit.event.player.PlayerGameModeChangeEvent)">onPlayerGameModeChange(PlayerGameModeChangeEvent)</a></span> - Method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerGameModeChangeListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html#onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent)">onPlayerInteract(PlayerInteractEvent)</a></span> - Method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerInteractListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je entita která spustila tuto událost hráè.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html#onPlayerMove(org.bukkit.event.player.PlayerMoveEvent)">onPlayerMove(PlayerMoveEvent)</a></span> - Method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerMoveListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Pokud hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.move a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html#onPlayerToggleSneak(org.bukkit.event.player.PlayerToggleSneakEvent)">onPlayerToggleSneak(PlayerToggleSneakEvent)</a></span> - Method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerToggleSneakListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Pokud hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.sneak a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html#onPlayerToggleSprint(org.bukkit.event.player.PlayerToggleSprintEvent)">onPlayerToggleSprint(PlayerToggleSprintEvent)</a></span> - Method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerToggleSprintListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Pokud hráè není null a nedisponuje oprávnìním
|
||||
booscooldowns.nocancel.sprint a pokud tento hráè disponuje aktivními
|
||||
warmup èasovaèi, pak je hráèi odeslána zpráva, která ho informuje o
|
||||
ukonèení všech warmup èasovaèù a následnì tyto èasovaèe ukonèuje pomocí
|
||||
metody cancelWarmUps();.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#optOutLock">optOutLock</a></span> - Variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Lock for synchronization</div>
|
||||
</dd>
|
||||
<dt><a href="../org/mcstats/package-summary.html">org.mcstats</a> - package org.mcstats</dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html#originalCommand">originalCommand</a></span> - Variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-11.html">Prev Letter</a></li>
|
||||
<li><a href="index-13.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-12.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-12.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,154 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>P-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="P-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-12.html">Prev Letter</a></li>
|
||||
<li><a href="index-14.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-13.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-13.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_P_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">P</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosPriceManager.html#payForCommand(org.bukkit.entity.Player, java.lang.String, java.lang.String, double, java.lang.String)">payForCommand(Player, String, String, double, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown">BoosPriceManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zajiš<69>uje funkci platby za pøíkaz.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosPriceManager.html#payForCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent, org.bukkit.entity.Player, java.lang.String, java.lang.String, double)">payForCommand(PlayerCommandPreprocessEvent, Player, String, String, double)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown">BoosPriceManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda ukonèuje/neukonèuje událost použití pøíkazu v závislosti na tom,
|
||||
jakou hodnotu vrátila metoda payForCommand(Player player, String
|
||||
regexCommand, String originalCommand, double price, String name);.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#pdfFile">pdfFile</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#PING_INTERVAL">PING_INTERVAL</a></span> - Static variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Interval of time to ping (in minutes)</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html#player">player</a></span> - Variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#playercommands">playercommands</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#playerloc">playerloc</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#playerworld">playerworld</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html#plugin">plugin</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown">BoosCoolDownListener</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#plugin">plugin</a></span> - Variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">The plugin this metrics submits for</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#pm">pm</a></span> - Variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#postPlugin(boolean)">postPlugin(boolean)</a></span> - Method in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Generic method that posts a plugin to the metrics website</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-12.html">Prev Letter</a></li>
|
||||
<li><a href="index-14.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-13.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-13.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,165 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>R-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="R-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-13.html">Prev Letter</a></li>
|
||||
<li><a href="index-15.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-14.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-14.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_R_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">R</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html#regexCommand">regexCommand</a></span> - Variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#registerListeners()">registerListeners()</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda registruje posluchaèe v PluginManageru na základì konfigurace
|
||||
pluginu.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#reload()">reload()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda znovu naète konfiguraèní soubor z disku do pamìti.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#reload()">reload()</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda volá metodu pro znovunaètení konfiguraèního souboru a metodu pro
|
||||
registraci posluchaèù.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#removeWarmUp(org.bukkit.entity.Player, java.lang.String)">removeWarmUp(Player, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda odstraní èasovaèe na specifikovaném pøíkazu specifikovaného hráèe</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#removeWarmUpOK(org.bukkit.entity.Player, java.lang.String)">removeWarmUpOK(Player, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda odstraní ukonèené èasovaèe na specifikovaném pøíkazu
|
||||
specifikovaného hráèe</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#removeWarmUpProcess(java.lang.String)">removeWarmUpProcess(String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda odstraòuje daný øetìzec z Hashmapy</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../util/boosChat.html#replaceColorCodes(java.lang.String)">replaceColorCodes(String)</a></span> - Static method in class util.<a href="../util/boosChat.html" title="class in util">boosChat</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../util/boosChat.html#replaceTags(java.lang.String)">replaceTags(String)</a></span> - Static method in class util.<a href="../util/boosChat.html" title="class in util">boosChat</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#REPORT_URL">REPORT_URL</a></span> - Static variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">The url used to report a server's status</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#REVISION">REVISION</a></span> - Static variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">The current revision number</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#run()">run()</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html#run()">run()</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer.boosWarmUpRunnable</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html#run()">run()</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-13.html">Prev Letter</a></li>
|
||||
<li><a href="index-15.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-14.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-14.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,184 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>S-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="S-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-14.html">Prev Letter</a></li>
|
||||
<li><a href="index-16.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-15.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-15.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_S_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">S</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#saveConfusers()">saveConfusers()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda uloží soubor databáze z pamìti na disk.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#scheduler">scheduler</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html#secondsBetween(java.util.Calendar, java.util.Calendar)">secondsBetween(Calendar, Calendar)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vrací hodnotu rozdílu v sekundách mezi dvìmi hodnotami datumu a
|
||||
èasu.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../util/boosChat.html#sendMessageToCommandSender(org.bukkit.command.CommandSender, java.lang.String)">sendMessageToCommandSender(CommandSender, String)</a></span> - Static method in class util.<a href="../util/boosChat.html" title="class in util">boosChat</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../util/boosChat.html#sendMessageToPlayer(org.bukkit.entity.Player, java.lang.String)">sendMessageToPlayer(Player, String)</a></span> - Static method in class util.<a href="../util/boosChat.html" title="class in util">boosChat</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../util/boosChat.html#sendMessageToServer(java.lang.String)">sendMessageToServer(String)</a></span> - Static method in class util.<a href="../util/boosChat.html" title="class in util">boosChat</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../util/boosChat.html#server">server</a></span> - Static variable in class util.<a href="../util/boosChat.html" title="class in util">boosChat</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#setAddToConfigFile(java.lang.String, java.lang.String, java.lang.String)">setAddToConfigFile(String, String, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda pøidává záznamy do konfiguraèního souboru, který poté uloží na
|
||||
disk a znovu jej naète z disku do pamìti.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html#setTime(org.bukkit.entity.Player, java.lang.String)">setTime(Player, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda ukládá do databáze datum a èas kdy hráè naposledy použil daný
|
||||
pøíkaz.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#setupEconomy()">setupEconomy()</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vrací hodnotu true, pokud je na serveru dostupný Ekonomický plugin
|
||||
kompatibilní s pluginem Vault.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosLimitManager.html#setUses(org.bukkit.entity.Player, java.lang.String, java.lang.String)">setUses(Player, String, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown">BoosLimitManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda nastavuje poèet použití pøíkazu o jedna vìtší po každém použití
|
||||
pøíkazu hráèem.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#setWarmUpOK(org.bukkit.entity.Player, java.lang.String)">setWarmUpOK(Player, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda oznaèuje warmup èasovaè specifikovaného pøíkazu specifikovaného
|
||||
hráèe jako již ukonèený.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html#start(org.bukkit.event.player.PlayerCommandPreprocessEvent, org.bukkit.entity.Player, java.lang.String, java.lang.String, int, int)">start(PlayerCommandPreprocessEvent, Player, String, String, int, int)</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown">BoosCoolDownListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda spouští warmup a cooldown èasovaèe, pøípadnì je ukonèuje, pokud
|
||||
již tyto èasovaèe skonèili.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#start()">start()</a></span> - Method in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Start measuring statistics.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html#startAllCooldowns(org.bukkit.entity.Player, java.lang.String)">startAllCooldowns(Player, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda spouští veškeré cooldown èasovaèe pro specifického hráèe.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html#startCooldownsOnDeath(org.bukkit.entity.Player)">startCooldownsOnDeath(Player)</a></span> - Method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerDeathListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Na základì konfigurace metoda spouští všechny cooldown èasovaèe
|
||||
specifikovaného hráèe tím že spustí medotu startAllCooldowns();.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#startWarmUp(cz.boosik.boosCooldown.BoosCoolDown, org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">startWarmUp(BoosCoolDown, Player, String, String, int)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda spouští warmup èasovaè na základì parametrù pomocí Timer().</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-14.html">Prev Letter</a></li>
|
||||
<li><a href="index-16.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-15.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-15.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,124 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>T-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="T-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-15.html">Prev Letter</a></li>
|
||||
<li><a href="index-17.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-16.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-16.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_T_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">T</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#task">task</a></span> - Variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Id of the scheduled task</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html#tempTimer">tempTimer</a></span> - Variable in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerMoveListener</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-15.html">Prev Letter</a></li>
|
||||
<li><a href="index-17.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-16.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-16.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,122 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>U-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="U-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-16.html">Prev Letter</a></li>
|
||||
<li>Next Letter</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-17.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-17.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_U_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">U</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#usingVault">usingVault</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../util/package-summary.html">util</a> - package util</dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-16.html">Prev Letter</a></li>
|
||||
<li>Next Letter</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-17.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-17.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,239 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>B-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="B-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-1.html">Prev Letter</a></li>
|
||||
<li><a href="index-3.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-2.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-2.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_B_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">B</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#BASE_URL">BASE_URL</a></span> - Static variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">The base url of the metrics domain</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html#bCoolDown">bCoolDown</a></span> - Variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosLimitManager.html#blocked(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">blocked(Player, String, String, int)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown">BoosLimitManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda kontroluje zda je možné použít pøíkaz, nebo zda je pøíkaz již
|
||||
zablokovaný.</div>
|
||||
</dd>
|
||||
<dt><a href="../util/boosChat.html" title="class in util"><span class="strong">boosChat</span></a> - Class in <a href="../util/package-summary.html">util</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../util/boosChat.html#boosChat(org.bukkit.Server)">boosChat(Server)</a></span> - Constructor for class util.<a href="../util/boosChat.html" title="class in util">boosChat</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosConfigManager</span></a> - Class in <a href="../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tøída zajiš<69>ující veškeré metody, které se starají o konfiguraci pluginu a o
|
||||
databázi.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#BoosConfigManager(cz.boosik.boosCooldown.BoosCoolDown)">BoosConfigManager(BoosCoolDown)</a></span> - Constructor for class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vytváøejíci konfiguraèní a databázový sobour, pokud tyto soubory
|
||||
již neexistují.</div>
|
||||
</dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosCoolDown</span></a> - Class in <a href="../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Hlavní tøída pluginu.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#BoosCoolDown()">BoosCoolDown()</a></span> - Constructor for class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosCoolDownListener</span></a> - Class in <a href="../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Hlavní posluchaè, který naslouchá události použití pøíkazu hráèem.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html#BoosCoolDownListener(cz.boosik.boosCooldown.BoosCoolDown)">BoosCoolDownListener(BoosCoolDown)</a></span> - Constructor for class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown">BoosCoolDownListener</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosCoolDownManager</span></a> - Class in <a href="../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení cooldown èasovaèù.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html#BoosCoolDownManager()">BoosCoolDownManager()</a></span> - Constructor for class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosEntityDamageListener</span></a> - Class in <a href="../cz/boosik/boosCooldown/Listeners/package-summary.html">cz.boosik.boosCooldown.Listeners</a></dt>
|
||||
<dd>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy dojde ke
|
||||
zranìní jakékoli entity ve svìtì.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html#BoosEntityDamageListener()">BoosEntityDamageListener()</a></span> - Constructor for class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosEntityDamageListener</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosLimitManager</span></a> - Class in <a href="../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení limitù.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosLimitManager.html#BoosLimitManager()">BoosLimitManager()</a></span> - Constructor for class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown">BoosLimitManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerDeathListener</span></a> - Class in <a href="../cz/boosik/boosCooldown/Listeners/package-summary.html">cz.boosik.boosCooldown.Listeners</a></dt>
|
||||
<dd>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zemøe.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html#BoosPlayerDeathListener()">BoosPlayerDeathListener()</a></span> - Constructor for class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerDeathListener</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerGameModeChangeListener</span></a> - Class in <a href="../cz/boosik/boosCooldown/Listeners/package-summary.html">cz.boosik.boosCooldown.Listeners</a></dt>
|
||||
<dd>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zmìní
|
||||
herní mód.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html#BoosPlayerGameModeChangeListener()">BoosPlayerGameModeChangeListener()</a></span> - Constructor for class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerGameModeChangeListener</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerInteractListener</span></a> - Class in <a href="../cz/boosik/boosCooldown/Listeners/package-summary.html">cz.boosik.boosCooldown.Listeners</a></dt>
|
||||
<dd>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè
|
||||
provádí interakce s herními bloky.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html#BoosPlayerInteractListener()">BoosPlayerInteractListener()</a></span> - Constructor for class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerInteractListener</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerMoveListener</span></a> - Class in <a href="../cz/boosik/boosCooldown/Listeners/package-summary.html">cz.boosik.boosCooldown.Listeners</a></dt>
|
||||
<dd>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy se hráè
|
||||
pohybuje.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html#BoosPlayerMoveListener()">BoosPlayerMoveListener()</a></span> - Constructor for class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerMoveListener</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerToggleSneakListener</span></a> - Class in <a href="../cz/boosik/boosCooldown/Listeners/package-summary.html">cz.boosik.boosCooldown.Listeners</a></dt>
|
||||
<dd>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zapne
|
||||
plížení (defaultnì pomocí klávesy control).</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html#BoosPlayerToggleSneakListener()">BoosPlayerToggleSneakListener()</a></span> - Constructor for class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerToggleSneakListener</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners"><span class="strong">BoosPlayerToggleSprintListener</span></a> - Class in <a href="../cz/boosik/boosCooldown/Listeners/package-summary.html">cz.boosik.boosCooldown.Listeners</a></dt>
|
||||
<dd>
|
||||
<div class="block">Posluchaè naslouchající události, která se spouští v okamžiku kdy hráè zapne
|
||||
sprintování (pomocí dvojitého stisknutí klávesy pro pohyb vpøed).</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html#BoosPlayerToggleSprintListener()">BoosPlayerToggleSprintListener()</a></span> - Constructor for class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerToggleSprintListener</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosPriceManager</span></a> - Class in <a href="../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení poplatkù za pøíkazy.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosPriceManager.html#BoosPriceManager()">BoosPriceManager()</a></span> - Constructor for class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown">BoosPriceManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosWarmUpManager</span></a> - Class in <a href="../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tøída obsahuje veškeré metody potøebné k øízení warmup èasovaèù.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#BoosWarmUpManager()">BoosWarmUpManager()</a></span> - Constructor for class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosWarmUpTimer</span></a> - Class in <a href="../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Tøída starající se o samotné èasovaèe warmupù pomocí TimerTask</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html#BoosWarmUpTimer(cz.boosik.boosCooldown.BoosCoolDown, java.util.Timer, org.bukkit.entity.Player, java.lang.String, java.lang.String)">BoosWarmUpTimer(BoosCoolDown, Timer, Player, String, String)</a></span> - Constructor for class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" title="class in cz.boosik.boosCooldown"><span class="strong">BoosWarmUpTimer.boosWarmUpRunnable</span></a> - Class in <a href="../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html#BoosWarmUpTimer.boosWarmUpRunnable()">BoosWarmUpTimer.boosWarmUpRunnable()</a></span> - Constructor for class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html" title="class in cz.boosik.boosCooldown">BoosWarmUpTimer.boosWarmUpRunnable</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../util/boosChat.html#broadcastMessage(java.lang.String)">broadcastMessage(String)</a></span> - Static method in class util.<a href="../util/boosChat.html" title="class in util">boosChat</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-1.html">Prev Letter</a></li>
|
||||
<li><a href="index-3.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-2.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-2.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,211 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>C-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="C-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-2.html">Prev Letter</a></li>
|
||||
<li><a href="index-4.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-3.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-3.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_C_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">C</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html#cancelCooldown(org.bukkit.entity.Player, java.lang.String)">cancelCooldown(Player, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda ukonèuje specifikovaný cooldown èasovaè pro specifikovaného hráèe.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#cancelWarmUps(org.bukkit.entity.Player)">cancelWarmUps(Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda stornuje veškeré probíhající warmup èasovaèe specifického hráèe.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html#cd(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">cd(Player, String, String, int)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vrací hodnotu boolean na základì toho, jestli má specifikovaný
|
||||
pøíkaz aktivní cooldown èasovaè.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html#checkCoolDownOK(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">checkCoolDownOK(Player, String, String, int)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vrací hodnotu boolean na základì toho, jestli má specifikovaný
|
||||
pøíkaz aktivní cooldown èasovaè.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html#checkRestrictions(org.bukkit.event.player.PlayerCommandPreprocessEvent, org.bukkit.entity.Player, java.lang.String, java.lang.String, int, int, double, int)">checkRestrictions(PlayerCommandPreprocessEvent, Player, String, String, int, int, double, int)</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownListener.html" title="class in cz.boosik.boosCooldown">BoosCoolDownListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zkontroluje pomocí volání dalších metod, jestli pøikaz který hráè
|
||||
použil je nìjakým zpùsobem omezený a na základì toho je buï událost
|
||||
použití pøíkazu stornována, nebo ne.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#checkWarmUpOK(org.bukkit.entity.Player, java.lang.String)">checkWarmUpOK(Player, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zjiš<69>uje, jestli je daný warmup èasovaè oznaèený jako již probìhlý
|
||||
nebo ne.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#clear()">clear()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zajiš<69>ující smazání veškerých aktivních cooldown a warmup èasovaèù
|
||||
všech hráèù.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html#clearCooldownsOnDeath(org.bukkit.entity.Player)">clearCooldownsOnDeath(Player)</a></span> - Method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerDeathListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Na základì konfigurace a toho jestli hráè disponuje oprávnìním
|
||||
booscooldowns.clear.cooldowns.death metoda vymaže všechny cooldown
|
||||
èasovaèe všech pøíkazù specifikovaného hráèe tím že spustí metodu
|
||||
clearSomething();.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#clearLocWorld(org.bukkit.entity.Player)">clearLocWorld(Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda pro specifického hráèe vymaže uloženou pozici a svìt.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#clearSomething(java.lang.String, java.lang.String)">clearSomething(String, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vymaže veškeré hodnoty specifického hráèe ve specifické sekci
|
||||
databáze.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#clearSomething(java.lang.String, java.lang.String, java.lang.String)">clearSomething(String, String, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vymaže hodnoty specifického pøíkazu, specifického hráèe ve
|
||||
specifické sekci databáze.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html#clearUsesOnDeath(org.bukkit.entity.Player)">clearUsesOnDeath(Player)</a></span> - Method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerDeathListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Na základì konfigurace a toho jestli hráè disponuje oprávnìním
|
||||
booscooldowns.clear.uses.death metoda vymaže všechny záznamy o spuštìní
|
||||
všech pøíkazù specifikovaného hráèe tím že spustí metodu
|
||||
clearSomething();.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../util/boosChat.html#Colors">Colors</a></span> - Static variable in class util.<a href="../util/boosChat.html" title="class in util">boosChat</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#commandLogger(java.lang.String, java.lang.String)">commandLogger(String, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda odesílá zprávy o použití pøíkazù do konzole serveru.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#conf">conf</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#confFile">confFile</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#configuration">configuration</a></span> - Variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">The plugin configuration file</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#configurationFile">configurationFile</a></span> - Variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">The plugin configuration file</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#confusers">confusers</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#confusersFile">confusersFile</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html#coolDown(org.bukkit.entity.Player, java.lang.String, java.lang.String, int)">coolDown(Player, String, String, int)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda kontroluje, jestli hráè nedisponuje oprávnìními, která obcházejí
|
||||
cooldown èasovaèe.</div>
|
||||
</dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/package-summary.html">cz.boosik.boosCooldown</a> - package cz.boosik.boosCooldown</dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../cz/boosik/boosCooldown/Listeners/package-summary.html">cz.boosik.boosCooldown.Listeners</a> - package cz.boosik.boosCooldown.Listeners</dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-2.html">Prev Letter</a></li>
|
||||
<li><a href="index-4.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-3.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-3.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,127 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>D-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="D-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-3.html">Prev Letter</a></li>
|
||||
<li><a href="index-5.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-4.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_D_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">D</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#debug">debug</a></span> - Variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Debug mode</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#disable()">disable()</a></span> - Method in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Disables metrics for the server by setting "opt-out" to true in the
|
||||
config file and canceling the metrics task.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-3.html">Prev Letter</a></li>
|
||||
<li><a href="index-5.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-4.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,136 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>E-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="E-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-4.html">Prev Letter</a></li>
|
||||
<li><a href="index-6.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-5.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-5.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_E_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">E</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#economy">economy</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosPriceManager.html#economy">economy</a></span> - Static variable in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosPriceManager.html" title="class in cz.boosik.boosCooldown">BoosPriceManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#enable()">enable()</a></span> - Method in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Enables metrics for the server by setting "opt-out" to false in the
|
||||
config file and starting the metrics task.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#encode(java.lang.String)">encode(String)</a></span> - Static method in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Encode text as UTF-8</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#encodeDataPair(java.lang.StringBuilder, java.lang.String, java.lang.String)">encodeDataPair(StringBuilder, String, String)</a></span> - Static method in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">
|
||||
Encode a key/value data pair to be used in a HTTP post request.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-4.html">Prev Letter</a></li>
|
||||
<li><a href="index-6.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-5.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-5.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,259 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>G-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="G-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-5.html">Prev Letter</a></li>
|
||||
<li><a href="index-7.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-6.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-6.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_G_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">G</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getAlias(java.lang.String)">getAlias(String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getAliases()">getAliases()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getBlockInteractDuringWarmup()">getBlockInteractDuringWarmup()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCancelWarmupByGameModeChangeMessage()">getCancelWarmupByGameModeChangeMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCancelWarmUpOnDamage()">getCancelWarmUpOnDamage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCancelWarmUpOnGameModeChange()">getCancelWarmUpOnGameModeChange()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCancelWarmupOnMove()">getCancelWarmupOnMove()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCancelWarmupOnSneak()">getCancelWarmupOnSneak()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCancelWarmupOnSneakMessage()">getCancelWarmupOnSneakMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCancelWarmupOnSprint()">getCancelWarmupOnSprint()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCancelWarmupOnSprintMessage()">getCancelWarmupOnSprintMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCannotCreateSignMessage()">getCannotCreateSignMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCannotUseSignMessage()">getCannotUseSignMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCleanCooldownsOnDeath()">getCleanCooldownsOnDeath()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCleanUsesOnDeath()">getCleanUsesOnDeath()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getClearOnRestart()">getClearOnRestart()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCommandBlockedMessage()">getCommandBlockedMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCommandGroup(org.bukkit.entity.Player)">getCommandGroup(Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCommandGroups()">getCommandGroups()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCommandLogging()">getCommandLogging()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCommands(org.bukkit.entity.Player)">getCommands(Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCommandValues(java.lang.String, org.bukkit.entity.Player)">getCommandValues(String, Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#getConfigFile()">getConfigFile()</a></span> - Method in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Gets the File object of the config file that should be used to store data
|
||||
such as the GUID and opt-out status</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getConfusers()">getConfusers()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCoolDown(java.lang.String, org.bukkit.entity.Player)">getCoolDown(String, Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCooldownEnabled()">getCooldownEnabled()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCoolDownMessage()">getCoolDownMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getCooldowns(org.bukkit.entity.Player)">getCooldowns(Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html#getCurrTime()">getCurrTime()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vrací souèasný pøesný datum a èas.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#getEconomy()">getEconomy()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getInsufficientFundsMessage()">getInsufficientFundsMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getInteractBlockedMessage()">getInteractBlockedMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getLimit(java.lang.String, org.bukkit.entity.Player)">getLimit(String, Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getLimitEnabled()">getLimitEnabled()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getLimitListMessage()">getLimitListMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosLimitManager.html#getLimitListMessages(org.bukkit.entity.Player, java.lang.String, int)">getLimitListMessages(Player, String, int)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown">BoosLimitManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda odesílá hráèi zprávu o limitovaném pøíkazu, hodnotu tohoto limitu
|
||||
a kolikrát je ještì možné limitovaný pøíkaz použít.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getLimitsEnabled()">getLimitsEnabled()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getLink(java.lang.String)">getLink(String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getLinkList(java.lang.String)">getLinkList(String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#getLog()">getLog()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getPaidErrorMessage()">getPaidErrorMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getPaidForCommandMessage()">getPaidForCommandMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#getPlayerloc()">getPlayerloc()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#getPlayerworld()">getPlayerworld()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getPotionEffect(java.lang.String, org.bukkit.entity.Player)">getPotionEffect(String, Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getPotionEffectStrength(java.lang.String, org.bukkit.entity.Player)">getPotionEffectStrength(String, Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getPrice(java.lang.String, org.bukkit.entity.Player)">getPrice(String, Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getPriceEnabled()">getPriceEnabled()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getSaveInterval()">getSaveInterval()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getSignCommands()">getSignCommands()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getStartCooldownsOnDeath()">getStartCooldownsOnDeath()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html#getTime(org.bukkit.entity.Player, java.lang.String)">getTime(Player, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDownManager.html" title="class in cz.boosik.boosCooldown">BoosCoolDownManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vrací datum a èas, kdy hráè naposledy použil daný pøíkaz.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getUnitHoursMessage()">getUnitHoursMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getUnitMinutesMessage()">getUnitMinutesMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getUnitSecondsMessage()">getUnitSecondsMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosLimitManager.html#getUses(org.bukkit.entity.Player, java.lang.String)">getUses(Player, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosLimitManager.html" title="class in cz.boosik.boosCooldown">BoosLimitManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vrací hodnotu, která je urèena tím, kolikrát již hráè použil
|
||||
specifikovaný pøíkaz.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getWarmUp(java.lang.String, org.bukkit.entity.Player)">getWarmUp(String, Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getWarmUpAlreadyStartedMessage()">getWarmUpAlreadyStartedMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getWarmUpCancelledByDamageMessage()">getWarmUpCancelledByDamageMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getWarmUpCancelledByMoveMessage()">getWarmUpCancelledByMoveMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getWarmupEnabled()">getWarmupEnabled()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosConfigManager.html#getWarmUpMessage()">getWarmUpMessage()</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosConfigManager.html" title="class in cz.boosik.boosCooldown">BoosConfigManager</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#guid">guid</a></span> - Variable in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Unique server id</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-5.html">Prev Letter</a></li>
|
||||
<li><a href="index-7.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-6.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-6.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,128 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>H-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="H-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-6.html">Prev Letter</a></li>
|
||||
<li><a href="index-8.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-7.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-7.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_H_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">H</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html#hasMoved(org.bukkit.entity.Player)">hasMoved(Player)</a></span> - Static method in class cz.boosik.boosCooldown.Listeners.<a href="../cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html" title="class in cz.boosik.boosCooldown.Listeners">BoosPlayerMoveListener</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zjiš<69>ující, jestli hráè zmìnil pozico ve svìtì, nebo pøípadnì svìt
|
||||
od doby kdy použil pøíkaz až do doby volání této metody.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#hasWarmUps(org.bukkit.entity.Player)">hasWarmUps(Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vrací boolean hodnotu v závislosti na tom jestli specifikovaný
|
||||
hráè má aktivní warmup èasovaèe nebo ne.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-6.html">Prev Letter</a></li>
|
||||
<li><a href="index-8.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-7.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-7.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,142 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>I-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="I-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-7.html">Prev Letter</a></li>
|
||||
<li><a href="index-9.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-8.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-8.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_I_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">I</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#initializeVault()">initializeVault()</a></span> - Method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zjiš<69>uje jestli je dostupný plugin Vault a na základì toho volá
|
||||
metodu pro nastavení ekonomického pluginu a informuje o tom uživatele
|
||||
pomocí konzole serveru.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#isMineshafterPresent()">isMineshafterPresent()</a></span> - Method in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Check if mineshafter is present.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../org/mcstats/MetricsLite.html#isOptOut()">isOptOut()</a></span> - Method in class org.mcstats.<a href="../org/mcstats/MetricsLite.html" title="class in org.mcstats">MetricsLite</a></dt>
|
||||
<dd>
|
||||
<div class="block">Has the server owner denied plugin metrics?</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosCoolDown.html#isPluginOnForPlayer(org.bukkit.entity.Player)">isPluginOnForPlayer(Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosCoolDown.html" title="class in cz.boosik.boosCooldown">BoosCoolDown</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda zjiš<69>uje na základì oprávnìní jestli je plugin aktivní pro daného
|
||||
hráèe nebo ne.</div>
|
||||
</dd>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#isWarmUpProcess(org.bukkit.entity.Player, java.lang.String)">isWarmUpProcess(Player, String)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda vrací boolean hodnotu na základì toho jestli je pro specifikovaný
|
||||
pøíkaz specifikovaného hráèe aktivní warmup èasovaè.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-7.html">Prev Letter</a></li>
|
||||
<li><a href="index-9.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-8.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-8.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,122 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>K-Index</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="K-Index";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-8.html">Prev Letter</a></li>
|
||||
<li><a href="index-10.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-9.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-9.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a name="_K_">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h2 class="title">K</h2>
|
||||
<dl>
|
||||
<dt><span class="strong"><a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html#killTimer(org.bukkit.entity.Player)">killTimer(Player)</a></span> - Static method in class cz.boosik.boosCooldown.<a href="../cz/boosik/boosCooldown/BoosWarmUpManager.html" title="class in cz.boosik.boosCooldown">BoosWarmUpManager</a></dt>
|
||||
<dd>
|
||||
<div class="block">Metoda odstraní všechny èasovaèe specifikovaného hráèe</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">K</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> </div>
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../overview-summary.html">Overview</a></li>
|
||||
<li>Package</li>
|
||||
<li>Class</li>
|
||||
<li>Use</li>
|
||||
<li><a href="../overview-tree.html">Tree</a></li>
|
||||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||||
<li class="navBarCell1Rev">Index</li>
|
||||
<li><a href="../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="index-8.html">Prev Letter</a></li>
|
||||
<li><a href="index-10.html">Next Letter</a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../index.html?index-filesindex-9.html" target="_top">Frames</a></li>
|
||||
<li><a href="index-9.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -1,33 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>Generated Documentation (Untitled)</title>
|
||||
<script type="text/javascript">
|
||||
targetPage = "" + window.location.search;
|
||||
if (targetPage != "" && targetPage != "undefined")
|
||||
targetPage = targetPage.substring(1);
|
||||
if (targetPage.indexOf(":") != -1)
|
||||
targetPage = "undefined";
|
||||
function loadFrames() {
|
||||
if (targetPage != "" && targetPage != "undefined")
|
||||
top.classFrame.location = top.targetPage;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
|
||||
<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
|
||||
<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
|
||||
<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
|
||||
</frameset>
|
||||
<frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
|
||||
<noframes>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<h2>Frame Alert</h2>
|
||||
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
@ -1,638 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 13:26:20 CEST 2013 -->
|
||||
<title>MetricsLite</title>
|
||||
<meta name="date" content="2013-05-11">
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="MetricsLite";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar_top">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/MetricsLite.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev Class</li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../index.html?org/mcstats/MetricsLite.html" target="_top">Frames</a></li>
|
||||
<li><a href="MetricsLite.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">org.mcstats</div>
|
||||
<h2 title="Class MetricsLite" class="title">Class MetricsLite</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>org.mcstats.MetricsLite</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <span class="strong">MetricsLite</span>
|
||||
extends java.lang.Object</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- =========== FIELD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#BASE_URL">BASE_URL</a></strong></code>
|
||||
<div class="block">The base url of the metrics domain</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private org.bukkit.configuration.file.YamlConfiguration</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#configuration">configuration</a></strong></code>
|
||||
<div class="block">The plugin configuration file</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.io.File</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#configurationFile">configurationFile</a></strong></code>
|
||||
<div class="block">The plugin configuration file</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#debug">debug</a></strong></code>
|
||||
<div class="block">Debug mode</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#guid">guid</a></strong></code>
|
||||
<div class="block">Unique server id</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private java.lang.Object</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#optOutLock">optOutLock</a></strong></code>
|
||||
<div class="block">Lock for synchronization</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#PING_INTERVAL">PING_INTERVAL</a></strong></code>
|
||||
<div class="block">Interval of time to ping (in minutes)</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private org.bukkit.plugin.Plugin</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#plugin">plugin</a></strong></code>
|
||||
<div class="block">The plugin this metrics submits for</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#REPORT_URL">REPORT_URL</a></strong></code>
|
||||
<div class="block">The url used to report a server's status</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private static int</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#REVISION">REVISION</a></strong></code>
|
||||
<div class="block">The current revision number</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private org.bukkit.scheduler.BukkitTask</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#task">task</a></strong></code>
|
||||
<div class="block">Id of the scheduled task</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><strong><a href="../../org/mcstats/MetricsLite.html#MetricsLite(org.bukkit.plugin.Plugin)">MetricsLite</a></strong>(org.bukkit.plugin.Plugin plugin)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#disable()">disable</a></strong>()</code>
|
||||
<div class="block">Disables metrics for the server by setting "opt-out" to true in the
|
||||
config file and canceling the metrics task.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#enable()">enable</a></strong>()</code>
|
||||
<div class="block">Enables metrics for the server by setting "opt-out" to false in the
|
||||
config file and starting the metrics task.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private static java.lang.String</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#encode(java.lang.String)">encode</a></strong>(java.lang.String text)</code>
|
||||
<div class="block">Encode text as UTF-8</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private static void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#encodeDataPair(java.lang.StringBuilder, java.lang.String, java.lang.String)">encodeDataPair</a></strong>(java.lang.StringBuilder buffer,
|
||||
java.lang.String key,
|
||||
java.lang.String value)</code>
|
||||
<div class="block">
|
||||
Encode a key/value data pair to be used in a HTTP post request.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>java.io.File</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#getConfigFile()">getConfigFile</a></strong>()</code>
|
||||
<div class="block">Gets the File object of the config file that should be used to store data
|
||||
such as the GUID and opt-out status</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#isMineshafterPresent()">isMineshafterPresent</a></strong>()</code>
|
||||
<div class="block">Check if mineshafter is present.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#isOptOut()">isOptOut</a></strong>()</code>
|
||||
<div class="block">Has the server owner denied plugin metrics?</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>private void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#postPlugin(boolean)">postPlugin</a></strong>(boolean isPing)</code>
|
||||
<div class="block">Generic method that posts a plugin to the metrics website</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../org/mcstats/MetricsLite.html#start()">start</a></strong>()</code>
|
||||
<div class="block">Start measuring statistics.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ FIELD DETAIL =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="field_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Field Detail</h3>
|
||||
<a name="REVISION">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>REVISION</h4>
|
||||
<pre>private static final int REVISION</pre>
|
||||
<div class="block">The current revision number</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#org.mcstats.MetricsLite.REVISION">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BASE_URL">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BASE_URL</h4>
|
||||
<pre>private static final java.lang.String BASE_URL</pre>
|
||||
<div class="block">The base url of the metrics domain</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#org.mcstats.MetricsLite.BASE_URL">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="REPORT_URL">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>REPORT_URL</h4>
|
||||
<pre>private static final java.lang.String REPORT_URL</pre>
|
||||
<div class="block">The url used to report a server's status</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#org.mcstats.MetricsLite.REPORT_URL">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="PING_INTERVAL">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>PING_INTERVAL</h4>
|
||||
<pre>private static final int PING_INTERVAL</pre>
|
||||
<div class="block">Interval of time to ping (in minutes)</div>
|
||||
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#org.mcstats.MetricsLite.PING_INTERVAL">Constant Field Values</a></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="plugin">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>plugin</h4>
|
||||
<pre>private final org.bukkit.plugin.Plugin plugin</pre>
|
||||
<div class="block">The plugin this metrics submits for</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="configuration">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>configuration</h4>
|
||||
<pre>private final org.bukkit.configuration.file.YamlConfiguration configuration</pre>
|
||||
<div class="block">The plugin configuration file</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="configurationFile">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>configurationFile</h4>
|
||||
<pre>private final java.io.File configurationFile</pre>
|
||||
<div class="block">The plugin configuration file</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="guid">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>guid</h4>
|
||||
<pre>private final java.lang.String guid</pre>
|
||||
<div class="block">Unique server id</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="debug">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>debug</h4>
|
||||
<pre>private final boolean debug</pre>
|
||||
<div class="block">Debug mode</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="optOutLock">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>optOutLock</h4>
|
||||
<pre>private final java.lang.Object optOutLock</pre>
|
||||
<div class="block">Lock for synchronization</div>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="task">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>task</h4>
|
||||
<pre>private volatile org.bukkit.scheduler.BukkitTask task</pre>
|
||||
<div class="block">Id of the scheduled task</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="MetricsLite(org.bukkit.plugin.Plugin)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>MetricsLite</h4>
|
||||
<pre>public MetricsLite(org.bukkit.plugin.Plugin plugin)
|
||||
throws java.io.IOException</pre>
|
||||
<dl><dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code>java.io.IOException</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method_detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="encode(java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>encode</h4>
|
||||
<pre>private static java.lang.String encode(java.lang.String text)
|
||||
throws java.io.UnsupportedEncodingException</pre>
|
||||
<div class="block">Encode text as UTF-8</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>text</code> - the text to encode</dd>
|
||||
<dt><span class="strong">Returns:</span></dt><dd>the encoded text, as UTF-8</dd>
|
||||
<dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code>java.io.UnsupportedEncodingException</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="encodeDataPair(java.lang.StringBuilder, java.lang.String, java.lang.String)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>encodeDataPair</h4>
|
||||
<pre>private static void encodeDataPair(java.lang.StringBuilder buffer,
|
||||
java.lang.String key,
|
||||
java.lang.String value)
|
||||
throws java.io.UnsupportedEncodingException</pre>
|
||||
<div class="block"><p>
|
||||
Encode a key/value data pair to be used in a HTTP post request. This
|
||||
INCLUDES a & so the first key/value pair MUST be included manually, e.g:
|
||||
</p>
|
||||
<code>
|
||||
StringBuffer data = new StringBuffer();
|
||||
data.append(encode("guid")).append('=').append(encode(guid));
|
||||
encodeDataPair(data, "version", description.getVersion());
|
||||
</code></div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>buffer</code> - the stringbuilder to append the data pair onto</dd><dd><code>key</code> - the key value</dd><dd><code>value</code> - the value</dd>
|
||||
<dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code>java.io.UnsupportedEncodingException</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="disable()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>disable</h4>
|
||||
<pre>public void disable()
|
||||
throws java.io.IOException</pre>
|
||||
<div class="block">Disables metrics for the server by setting "opt-out" to true in the
|
||||
config file and canceling the metrics task.</div>
|
||||
<dl><dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code>java.io.IOException</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="enable()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>enable</h4>
|
||||
<pre>public void enable()
|
||||
throws java.io.IOException</pre>
|
||||
<div class="block">Enables metrics for the server by setting "opt-out" to false in the
|
||||
config file and starting the metrics task.</div>
|
||||
<dl><dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code>java.io.IOException</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getConfigFile()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getConfigFile</h4>
|
||||
<pre>public java.io.File getConfigFile()</pre>
|
||||
<div class="block">Gets the File object of the config file that should be used to store data
|
||||
such as the GUID and opt-out status</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>the File object for the config file</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isMineshafterPresent()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isMineshafterPresent</h4>
|
||||
<pre>private boolean isMineshafterPresent()</pre>
|
||||
<div class="block">Check if mineshafter is present. If it is, we need to bypass it to send
|
||||
POST requests</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true if mineshafter is installed on the server</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isOptOut()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isOptOut</h4>
|
||||
<pre>public boolean isOptOut()</pre>
|
||||
<div class="block">Has the server owner denied plugin metrics?</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true if metrics should be opted out of it</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="postPlugin(boolean)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>postPlugin</h4>
|
||||
<pre>private void postPlugin(boolean isPing)
|
||||
throws java.io.IOException</pre>
|
||||
<div class="block">Generic method that posts a plugin to the metrics website</div>
|
||||
<dl><dt><span class="strong">Throws:</span></dt>
|
||||
<dd><code>java.io.IOException</code></dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="start()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>start</h4>
|
||||
<pre>public boolean start()</pre>
|
||||
<div class="block">Start measuring statistics. This will immediately create an async
|
||||
repeating task as the plugin and send the initial data to the metrics
|
||||
backend, and then after that it will post in increments of PING_INTERVAL
|
||||
* 1200 ticks.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>True if statistics measuring is running, otherwise false.</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar_bottom">
|
||||
<!-- -->
|
||||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="class-use/MetricsLite.html">Use</a></li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../index-files/index-1.html">Index</a></li>
|
||||
<li><a href="../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li>Prev Class</li>
|
||||
<li>Next Class</li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../index.html?org/mcstats/MetricsLite.html" target="_top">Frames</a></li>
|
||||
<li><a href="MetricsLite.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li><a href="#field_summary">Field</a> | </li>
|
||||
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||
<li><a href="#method_summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li><a href="#field_detail">Field</a> | </li>
|
||||
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||
<li><a href="#method_detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip-navbar_bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user