Package | Description |
---|---|
eu.wauz.wauzcore.mobs.pets |
This package contains classes, that are used for the pet system.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<org.bukkit.entity.Player,WauzActivePet> |
WauzActivePet.ownerPetMap
A map that contains all active pets, indexed by their owners.
|
Modifier and Type | Method and Description |
---|---|
static WauzActivePet |
WauzActivePet.getPet(org.bukkit.entity.Player player)
Gets the active pet of a player from the owner pet map.
|