Scissors-Website/javadoc/1.19.4/org/bukkit/class-use/Statistic.html
2023-04-02 20:49:18 -05:00

309 lines
34 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Enum Class org.bukkit.Statistic (Scissors-API 1.19.4-R0.1-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: org.bukkit, enum: Statistic">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../script-dir/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../Statistic.html" title="enum class in org.bukkit">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html#use">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Enum Class org.bukkit.Statistic" class="title">Uses of Enum Class<br>org.bukkit.Statistic</h1>
</div>
<div class="caption"><span>Packages that use <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#org.bukkit">org.bukkit</a></div>
<div class="col-last even-row-color">
<div class="block">The root package of the Bukkit API, contains generalized API classes.</div>
</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.event.player">org.bukkit.event.player</a></div>
<div class="col-last odd-row-color">
<div class="block"><a href="../event/Event.html" title="class in org.bukkit.event"><code>Events</code></a> relating to <a href="../entity/Player.html" title="interface in org.bukkit.entity"><code>players</code></a>.</div>
</div>
<div class="col-first even-row-color"><a href="#org.bukkit.scoreboard">org.bukkit.scoreboard</a></div>
<div class="col-last even-row-color">
<div class="block">Interfaces used to manage the client side score display system.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.bukkit">
<h2>Uses of <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a> in <a href="../package-summary.html">org.bukkit</a></h2>
<div class="caption"><span>Fields in <a href="../package-summary.html">org.bukkit</a> with type parameters of type <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final <a href="../Registry.html" title="interface in org.bukkit">Registry</a>&lt;<a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Registry.</span><code><a href="../Registry.html#STATISTIC" class="member-name-link">STATISTIC</a></code></div>
<div class="col-last even-row-color">
<div class="block">Server statistics.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit</a> that return <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Statistic.</span><code><a href="../Statistic.html#valueOf(java.lang.String)" class="member-name-link">valueOf</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns the enum constant of this class with the specified name.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>[]</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Statistic.</span><code><a href="../Statistic.html#values()" class="member-name-link">values</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns an array containing the constants of this enum class, in
the order they are declared.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit</a> with parameters of type <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#decrementStatistic(org.bukkit.Statistic)" class="member-name-link">decrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic)</code></div>
<div class="col-last even-row-color">
<div class="block">Decrements the given statistic for this player.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#decrementStatistic(org.bukkit.Statistic,int)" class="member-name-link">decrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
int&nbsp;amount)</code></div>
<div class="col-last odd-row-color">
<div class="block">Decrements the given statistic for this player.</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#decrementStatistic(org.bukkit.Statistic,org.bukkit.entity.EntityType)" class="member-name-link">decrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/EntityType.html" title="enum class in org.bukkit.entity">EntityType</a>&nbsp;entityType)</code></div>
<div class="col-last even-row-color">
<div class="block">Decrements the given statistic for this player for the given entity.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#decrementStatistic(org.bukkit.Statistic,org.bukkit.entity.EntityType,int)" class="member-name-link">decrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/EntityType.html" title="enum class in org.bukkit.entity">EntityType</a>&nbsp;entityType,
int&nbsp;amount)</code></div>
<div class="col-last odd-row-color">
<div class="block">Decrements the given statistic for this player for the given entity.</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#decrementStatistic(org.bukkit.Statistic,org.bukkit.Material)" class="member-name-link">decrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Material.html" title="enum class in org.bukkit">Material</a>&nbsp;material)</code></div>
<div class="col-last even-row-color">
<div class="block">Decrements the given statistic for this player for the given material.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#decrementStatistic(org.bukkit.Statistic,org.bukkit.Material,int)" class="member-name-link">decrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Material.html" title="enum class in org.bukkit">Material</a>&nbsp;material,
int&nbsp;amount)</code></div>
<div class="col-last odd-row-color">
<div class="block">Decrements the given statistic for this player for the given material.</div>
</div>
<div class="col-first even-row-color"><code>int</code></div>
<div class="col-second even-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#getStatistic(org.bukkit.Statistic)" class="member-name-link">getStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic)</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the value of the given statistic for this player.</div>
</div>
<div class="col-first odd-row-color"><code>int</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#getStatistic(org.bukkit.Statistic,org.bukkit.entity.EntityType)" class="member-name-link">getStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/EntityType.html" title="enum class in org.bukkit.entity">EntityType</a>&nbsp;entityType)</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the value of the given statistic for this player.</div>
</div>
<div class="col-first even-row-color"><code>int</code></div>
<div class="col-second even-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#getStatistic(org.bukkit.Statistic,org.bukkit.Material)" class="member-name-link">getStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Material.html" title="enum class in org.bukkit">Material</a>&nbsp;material)</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the value of the given statistic for this player.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#incrementStatistic(org.bukkit.Statistic)" class="member-name-link">incrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic)</code></div>
<div class="col-last odd-row-color">
<div class="block">Increments the given statistic for this player.</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#incrementStatistic(org.bukkit.Statistic,int)" class="member-name-link">incrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
int&nbsp;amount)</code></div>
<div class="col-last even-row-color">
<div class="block">Increments the given statistic for this player.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#incrementStatistic(org.bukkit.Statistic,org.bukkit.entity.EntityType)" class="member-name-link">incrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/EntityType.html" title="enum class in org.bukkit.entity">EntityType</a>&nbsp;entityType)</code></div>
<div class="col-last odd-row-color">
<div class="block">Increments the given statistic for this player for the given entity.</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#incrementStatistic(org.bukkit.Statistic,org.bukkit.entity.EntityType,int)" class="member-name-link">incrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/EntityType.html" title="enum class in org.bukkit.entity">EntityType</a>&nbsp;entityType,
int&nbsp;amount)</code></div>
<div class="col-last even-row-color">
<div class="block">Increments the given statistic for this player for the given entity.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#incrementStatistic(org.bukkit.Statistic,org.bukkit.Material)" class="member-name-link">incrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Material.html" title="enum class in org.bukkit">Material</a>&nbsp;material)</code></div>
<div class="col-last odd-row-color">
<div class="block">Increments the given statistic for this player for the given material.</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#incrementStatistic(org.bukkit.Statistic,org.bukkit.Material,int)" class="member-name-link">incrementStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Material.html" title="enum class in org.bukkit">Material</a>&nbsp;material,
int&nbsp;amount)</code></div>
<div class="col-last even-row-color">
<div class="block">Increments the given statistic for this player for the given material.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#setStatistic(org.bukkit.Statistic,int)" class="member-name-link">setStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
int&nbsp;newValue)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets the given statistic for this player.</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#setStatistic(org.bukkit.Statistic,org.bukkit.entity.EntityType,int)" class="member-name-link">setStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/EntityType.html" title="enum class in org.bukkit.entity">EntityType</a>&nbsp;entityType,
int&nbsp;newValue)</code></div>
<div class="col-last even-row-color">
<div class="block">Sets the given statistic for this player for the given entity.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">OfflinePlayer.</span><code><a href="../OfflinePlayer.html#setStatistic(org.bukkit.Statistic,org.bukkit.Material,int)" class="member-name-link">setStatistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Material.html" title="enum class in org.bukkit">Material</a>&nbsp;material,
int&nbsp;newValue)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets the given statistic for this player for the given material.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.player">
<h2>Uses of <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a> in <a href="../event/player/package-summary.html">org.bukkit.event.player</a></h2>
<div class="caption"><span>Fields in <a href="../event/player/package-summary.html">org.bukkit.event.player</a> declared as <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected final <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">PlayerStatisticIncrementEvent.</span><code><a href="../event/player/PlayerStatisticIncrementEvent.html#statistic" class="member-name-link">statistic</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../event/player/package-summary.html">org.bukkit.event.player</a> that return <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">PlayerStatisticIncrementEvent.</span><code><a href="../event/player/PlayerStatisticIncrementEvent.html#getStatistic()" class="member-name-link">getStatistic</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the statistic that is being incremented.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../event/player/package-summary.html">org.bukkit.event.player</a> with parameters of type <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../event/player/PlayerStatisticIncrementEvent.html#%3Cinit%3E(org.bukkit.entity.Player,org.bukkit.Statistic,int,int)" class="member-name-link">PlayerStatisticIncrementEvent</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/Player.html" title="interface in org.bukkit.entity">Player</a>&nbsp;player,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
int&nbsp;initialValue,
int&nbsp;newValue)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../event/player/PlayerStatisticIncrementEvent.html#%3Cinit%3E(org.bukkit.entity.Player,org.bukkit.Statistic,int,int,org.bukkit.entity.EntityType)" class="member-name-link">PlayerStatisticIncrementEvent</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/Player.html" title="interface in org.bukkit.entity">Player</a>&nbsp;player,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
int&nbsp;initialValue,
int&nbsp;newValue,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/EntityType.html" title="enum class in org.bukkit.entity">EntityType</a>&nbsp;entityType)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../event/player/PlayerStatisticIncrementEvent.html#%3Cinit%3E(org.bukkit.entity.Player,org.bukkit.Statistic,int,int,org.bukkit.Material)" class="member-name-link">PlayerStatisticIncrementEvent</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/Player.html" title="interface in org.bukkit.entity">Player</a>&nbsp;player,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
int&nbsp;initialValue,
int&nbsp;newValue,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Material.html" title="enum class in org.bukkit">Material</a>&nbsp;material)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.scoreboard">
<h2>Uses of <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a> in <a href="../scoreboard/package-summary.html">org.bukkit.scoreboard</a></h2>
<div class="caption"><span>Methods in <a href="../scoreboard/package-summary.html">org.bukkit.scoreboard</a> with parameters of type <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static <a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../scoreboard/Criteria.html" title="interface in org.bukkit.scoreboard">Criteria</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Criteria.</span><code><a href="../scoreboard/Criteria.html#statistic(org.bukkit.Statistic)" class="member-name-link">statistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic)</code></div>
<div class="col-last even-row-color">
<div class="block">Get a <a href="../scoreboard/Criteria.html" title="interface in org.bukkit.scoreboard"><code>Criteria</code></a> for the specified statistic.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../scoreboard/Criteria.html" title="interface in org.bukkit.scoreboard">Criteria</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Criteria.</span><code><a href="../scoreboard/Criteria.html#statistic(org.bukkit.Statistic,org.bukkit.entity.EntityType)" class="member-name-link">statistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../entity/EntityType.html" title="enum class in org.bukkit.entity">EntityType</a>&nbsp;entityType)</code></div>
<div class="col-last odd-row-color">
<div class="block">Get a <a href="../scoreboard/Criteria.html" title="interface in org.bukkit.scoreboard"><code>Criteria</code></a> for the specified statistic pertaining to an entity type.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../scoreboard/Criteria.html" title="interface in org.bukkit.scoreboard">Criteria</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Criteria.</span><code><a href="../scoreboard/Criteria.html#statistic(org.bukkit.Statistic,org.bukkit.Material)" class="member-name-link">statistic</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Statistic.html" title="enum class in org.bukkit">Statistic</a>&nbsp;statistic,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Material.html" title="enum class in org.bukkit">Material</a>&nbsp;material)</code></div>
<div class="col-last even-row-color">
<div class="block">Get a <a href="../scoreboard/Criteria.html" title="interface in org.bukkit.scoreboard"><code>Criteria</code></a> for the specified statistic pertaining to blocks or items.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>