PocketMine-MP 5.39.3 git-66148f13a91e4af6778ba9f200ca25ad8a04a584
Loading...
Searching...
No Matches
pocketmine\entity\effect\VanillaEffects Class Reference
+ Collaboration diagram for pocketmine\entity\effect\VanillaEffects:

Static Public Member Functions

static ABSORPTION ()
 
static BLINDNESS ()
 
static CONDUIT_POWER ()
 
static DARKNESS ()
 
static FATAL_POISON ()
 
static FIRE_RESISTANCE ()
 
static getAll ()
 
static HASTE ()
 
static HEALTH_BOOST ()
 
static HUNGER ()
 
static INSTANT_DAMAGE ()
 
static INSTANT_HEALTH ()
 
static INVISIBILITY ()
 
static JUMP_BOOST ()
 
static LEVITATION ()
 
static MINING_FATIGUE ()
 
static NAUSEA ()
 
static NIGHT_VISION ()
 
static POISON ()
 
static REGENERATION ()
 
static RESISTANCE ()
 
static SATURATION ()
 
static SLOWNESS ()
 
static SPEED ()
 
static STRENGTH ()
 
static WATER_BREATHING ()
 
static WEAKNESS ()
 
static WITHER ()
 

Detailed Description

Allows getting any vanilla entity effect implemented by PocketMine-MP

This class is generated automatically from source class VanillaEffectsInputs. Do not modify it manually. It must be regenerated whenever the source class is changed.

See also
build/codegen/registry-interface.php

Definition at line 38 of file VanillaEffects.php.

Member Function Documentation

◆ ABSORPTION()

static pocketmine\entity\effect\VanillaEffects::ABSORPTION ( )
static

Definition at line 165 of file VanillaEffects.php.

◆ BLINDNESS()

static pocketmine\entity\effect\VanillaEffects::BLINDNESS ( )
static

Definition at line 170 of file VanillaEffects.php.

◆ CONDUIT_POWER()

static pocketmine\entity\effect\VanillaEffects::CONDUIT_POWER ( )
static

Definition at line 175 of file VanillaEffects.php.

◆ DARKNESS()

static pocketmine\entity\effect\VanillaEffects::DARKNESS ( )
static

Definition at line 180 of file VanillaEffects.php.

◆ FATAL_POISON()

static pocketmine\entity\effect\VanillaEffects::FATAL_POISON ( )
static

Definition at line 185 of file VanillaEffects.php.

◆ FIRE_RESISTANCE()

static pocketmine\entity\effect\VanillaEffects::FIRE_RESISTANCE ( )
static

Definition at line 190 of file VanillaEffects.php.

◆ getAll()

static pocketmine\entity\effect\VanillaEffects::getAll ( )
static
Returns
Effect[] @phpstan-return array<string, Effect>

Definition at line 160 of file VanillaEffects.php.

◆ HASTE()

static pocketmine\entity\effect\VanillaEffects::HASTE ( )
static

Definition at line 195 of file VanillaEffects.php.

◆ HEALTH_BOOST()

static pocketmine\entity\effect\VanillaEffects::HEALTH_BOOST ( )
static

Definition at line 200 of file VanillaEffects.php.

◆ HUNGER()

static pocketmine\entity\effect\VanillaEffects::HUNGER ( )
static

Definition at line 205 of file VanillaEffects.php.

◆ INSTANT_DAMAGE()

static pocketmine\entity\effect\VanillaEffects::INSTANT_DAMAGE ( )
static

Definition at line 210 of file VanillaEffects.php.

◆ INSTANT_HEALTH()

static pocketmine\entity\effect\VanillaEffects::INSTANT_HEALTH ( )
static

Definition at line 215 of file VanillaEffects.php.

◆ INVISIBILITY()

static pocketmine\entity\effect\VanillaEffects::INVISIBILITY ( )
static

Definition at line 220 of file VanillaEffects.php.

◆ JUMP_BOOST()

static pocketmine\entity\effect\VanillaEffects::JUMP_BOOST ( )
static

Definition at line 225 of file VanillaEffects.php.

◆ LEVITATION()

static pocketmine\entity\effect\VanillaEffects::LEVITATION ( )
static

Definition at line 230 of file VanillaEffects.php.

◆ MINING_FATIGUE()

static pocketmine\entity\effect\VanillaEffects::MINING_FATIGUE ( )
static

Definition at line 235 of file VanillaEffects.php.

◆ NAUSEA()

static pocketmine\entity\effect\VanillaEffects::NAUSEA ( )
static

Definition at line 240 of file VanillaEffects.php.

◆ NIGHT_VISION()

static pocketmine\entity\effect\VanillaEffects::NIGHT_VISION ( )
static

Definition at line 245 of file VanillaEffects.php.

◆ POISON()

static pocketmine\entity\effect\VanillaEffects::POISON ( )
static

Definition at line 250 of file VanillaEffects.php.

◆ REGENERATION()

static pocketmine\entity\effect\VanillaEffects::REGENERATION ( )
static

Definition at line 255 of file VanillaEffects.php.

◆ RESISTANCE()

static pocketmine\entity\effect\VanillaEffects::RESISTANCE ( )
static

Definition at line 260 of file VanillaEffects.php.

◆ SATURATION()

static pocketmine\entity\effect\VanillaEffects::SATURATION ( )
static

Definition at line 265 of file VanillaEffects.php.

◆ SLOWNESS()

static pocketmine\entity\effect\VanillaEffects::SLOWNESS ( )
static

Definition at line 270 of file VanillaEffects.php.

◆ SPEED()

static pocketmine\entity\effect\VanillaEffects::SPEED ( )
static

Definition at line 275 of file VanillaEffects.php.

◆ STRENGTH()

static pocketmine\entity\effect\VanillaEffects::STRENGTH ( )
static

Definition at line 280 of file VanillaEffects.php.

◆ WATER_BREATHING()

static pocketmine\entity\effect\VanillaEffects::WATER_BREATHING ( )
static

Definition at line 285 of file VanillaEffects.php.

◆ WEAKNESS()

static pocketmine\entity\effect\VanillaEffects::WEAKNESS ( )
static

Definition at line 290 of file VanillaEffects.php.

◆ WITHER()

static pocketmine\entity\effect\VanillaEffects::WITHER ( )
static

Definition at line 295 of file VanillaEffects.php.


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