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

280 lines
26 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Interface org.bukkit.entity.HumanEntity (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.entity, interface: HumanEntity">
<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="../HumanEntity.html" title="interface in org.bukkit.entity">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 Interface org.bukkit.entity.HumanEntity" class="title">Uses of Interface<br>org.bukkit.entity.HumanEntity</h1>
</div>
<div class="caption"><span>Packages that use <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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="#com.destroystokyo.paper.event.entity">com.destroystokyo.paper.event.entity</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.entity">org.bukkit.entity</a></div>
<div class="col-last odd-row-color">
<div class="block">Interfaces for non-voxel objects that can exist in a <a href="../../World.html" title="interface in org.bukkit"><code>world</code></a>, including all players, monsters, projectiles, etc.</div>
</div>
<div class="col-first even-row-color"><a href="#org.bukkit.event.entity">org.bukkit.event.entity</a></div>
<div class="col-last even-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.html" title="interface in org.bukkit.entity"><code>entities</code></a>, excluding some directly referencing
some more specific entity types.</div>
</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.event.inventory">org.bukkit.event.inventory</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="../../inventory/Inventory.html" title="interface in org.bukkit.inventory"><code>inventory</code></a> manipulation.</div>
</div>
<div class="col-first even-row-color"><a href="#org.bukkit.inventory">org.bukkit.inventory</a></div>
<div class="col-last even-row-color">
<div class="block">Classes involved in manipulating player inventories and item interactions.</div>
</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.loot">org.bukkit.loot</a></div>
<div class="col-last odd-row-color">
<div class="block">Classes relevant to loot table manipulation and generation.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="com.destroystokyo.paper.event.entity">
<h2>Uses of <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a> in <a href="../../../../com/destroystokyo/paper/event/entity/package-summary.html">com.destroystokyo.paper.event.entity</a></h2>
<div class="caption"><span>Methods in <a href="../../../../com/destroystokyo/paper/event/entity/package-summary.html">com.destroystokyo.paper.event.entity</a> that return types with arguments of type <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">SkeletonHorseTrapEvent.</span><code><a href="../../../../com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#getEligibleHumans()" class="member-name-link">getEligibleHumans</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Constructor parameters in <a href="../../../../com/destroystokyo/paper/event/entity/package-summary.html">com.destroystokyo.paper.event.entity</a> with type arguments of type <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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="../../../../com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#%3Cinit%3E(org.bukkit.entity.SkeletonHorse,java.util.List)" class="member-name-link">SkeletonHorseTrapEvent</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="../SkeletonHorse.html" title="interface in org.bukkit.entity">SkeletonHorse</a>&nbsp;horse,
<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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a>&gt;&nbsp;eligibleHumans)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.entity">
<h2>Uses of <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a> in <a href="../package-summary.html">org.bukkit.entity</a></h2>
<div class="caption"><span>Subinterfaces of <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a> in <a href="../package-summary.html">org.bukkit.entity</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">Interface</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../Player.html" class="type-name-link" title="interface in org.bukkit.entity">Player</a></code></div>
<div class="col-last even-row-color">
<div class="block">Represents a player, connected or not</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.entity">
<h2>Uses of <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a> in <a href="../../event/entity/package-summary.html">org.bukkit.event.entity</a></h2>
<div class="caption"><span>Methods in <a href="../../event/entity/package-summary.html">org.bukkit.event.entity</a> that return <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">EntityExhaustionEvent.</span><code><a href="../../event/entity/EntityExhaustionEvent.html#getEntity()" class="member-name-link">getEntity</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-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="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">FoodLevelChangeEvent.</span><code><a href="../../event/entity/FoodLevelChangeEvent.html#getEntity()" class="member-name-link">getEntity</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">EntityEnterLoveModeEvent.</span><code><a href="../../event/entity/EntityEnterLoveModeEvent.html#getHumanEntity()" class="member-name-link">getHumanEntity</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the Human Entity that caused the animal to enter love mode.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../../event/entity/package-summary.html">org.bukkit.event.entity</a> with parameters of type <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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/entity/EntityEnterLoveModeEvent.html#%3Cinit%3E(org.bukkit.entity.Animals,org.bukkit.entity.HumanEntity,int)" class="member-name-link">EntityEnterLoveModeEvent</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="../Animals.html" title="interface in org.bukkit.entity">Animals</a>&nbsp;animalInLove,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a>&nbsp;humanEntity,
int&nbsp;ticksInLove)</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/entity/EntityExhaustionEvent.html#%3Cinit%3E(org.bukkit.entity.HumanEntity,org.bukkit.event.entity.EntityExhaustionEvent.ExhaustionReason,float)" class="member-name-link">EntityExhaustionEvent</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="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a>&nbsp;who,
<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="../../event/entity/EntityExhaustionEvent.ExhaustionReason.html" title="enum class in org.bukkit.event.entity">EntityExhaustionEvent.ExhaustionReason</a>&nbsp;exhaustionReason,
float&nbsp;exhaustion)</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/entity/FoodLevelChangeEvent.html#%3Cinit%3E(org.bukkit.entity.HumanEntity,int)" class="member-name-link">FoodLevelChangeEvent</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="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a>&nbsp;what,
int&nbsp;level)</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/entity/FoodLevelChangeEvent.html#%3Cinit%3E(org.bukkit.entity.HumanEntity,int,org.bukkit.inventory.ItemStack)" class="member-name-link">FoodLevelChangeEvent</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="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a>&nbsp;what,
int&nbsp;level,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../../inventory/ItemStack.html" title="class in org.bukkit.inventory">ItemStack</a>&nbsp;item)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.inventory">
<h2>Uses of <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a> in <a href="../../event/inventory/package-summary.html">org.bukkit.event.inventory</a></h2>
<div class="caption"><span>Methods in <a href="../../event/inventory/package-summary.html">org.bukkit.event.inventory</a> that return <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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>final <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="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">InventoryCloseEvent.</span><code><a href="../../event/inventory/InventoryCloseEvent.html#getPlayer()" class="member-name-link">getPlayer</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Returns the player involved in this event</div>
</div>
<div class="col-first odd-row-color"><code>final <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="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">InventoryOpenEvent.</span><code><a href="../../event/inventory/InventoryOpenEvent.html#getPlayer()" class="member-name-link">getPlayer</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns the player involved in this event</div>
</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="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">InventoryInteractEvent.</span><code><a href="../../event/inventory/InventoryInteractEvent.html#getWhoClicked()" class="member-name-link">getWhoClicked</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the player who performed the click.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../event/inventory/package-summary.html">org.bukkit.event.inventory</a> that return types with arguments of type <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">InventoryEvent.</span><code><a href="../../event/inventory/InventoryEvent.html#getViewers()" class="member-name-link">getViewers</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the list of players viewing the primary (upper) inventory involved
in this event</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.inventory">
<h2>Uses of <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a> in <a href="../../inventory/package-summary.html">org.bukkit.inventory</a></h2>
<div class="caption"><span>Methods in <a href="../../inventory/package-summary.html">org.bukkit.inventory</a> that return <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">PlayerInventory.</span><code><a href="../../inventory/PlayerInventory.html#getHolder()" class="member-name-link">getHolder</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>abstract <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="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">InventoryView.</span><code><a href="../../inventory/InventoryView.html#getPlayer()" class="member-name-link">getPlayer</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the player viewing.</div>
</div>
<div class="col-first even-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Merchant.</span><code><a href="../../inventory/Merchant.html#getTrader()" class="member-name-link">getTrader</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the player this merchant is trading with, or null if it is not
currently trading.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../inventory/package-summary.html">org.bukkit.inventory</a> that return types with arguments of type <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Inventory.</span><code><a href="../../inventory/Inventory.html#getViewers()" class="member-name-link">getViewers</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets a list of players viewing the inventory.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.loot">
<h2>Uses of <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a> in <a href="../../loot/package-summary.html">org.bukkit.loot</a></h2>
<div class="caption"><span>Methods in <a href="../../loot/package-summary.html">org.bukkit.loot</a> that return <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">LootContext.</span><code><a href="../../loot/LootContext.html#getKiller()" class="member-name-link">getKiller</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the <a href="../HumanEntity.html" title="interface in org.bukkit.entity"><code>HumanEntity</code></a> who killed the <a href="../../loot/LootContext.html#getLootedEntity()"><code>LootContext.getLootedEntity()</code></a>.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../loot/package-summary.html">org.bukkit.loot</a> with parameters of type <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</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="../../loot/LootContext.Builder.html" title="class in org.bukkit.loot">LootContext.Builder</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">LootContext.Builder.</span><code><a href="../../loot/LootContext.Builder.html#killer(org.bukkit.entity.HumanEntity)" class="member-name-link">killer</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../HumanEntity.html" title="interface in org.bukkit.entity">HumanEntity</a>&nbsp;killer)</code></div>
<div class="col-last even-row-color">
<div class="block">Set the <a href="../HumanEntity.html" title="interface in org.bukkit.entity"><code>HumanEntity</code></a> that killed
<a href="../../loot/LootContext.html#getLootedEntity()"><code>LootContext.getLootedEntity()</code></a>.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>