PocketMine-MP 5.39.3 git-21ae710729750cd637333d673bbbbbc598fc659e
Loading...
Searching...
No Matches
pocketmine\item\VanillaArmorMaterials Class Reference
+ Collaboration diagram for pocketmine\item\VanillaArmorMaterials:

Static Public Member Functions

static CHAINMAIL ()
 
static COPPER ()
 
static DIAMOND ()
 
static getAll ()
 
static GOLD ()
 
static IRON ()
 
static LEATHER ()
 
static NETHERITE ()
 
static TURTLE ()
 

Detailed Description

Allows getting any vanilla armor material implemented by PocketMine-MP

This class is generated automatically from source class VanillaArmorMaterialsInputs. 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 VanillaArmorMaterials.php.

Member Function Documentation

◆ CHAINMAIL()

static pocketmine\item\VanillaArmorMaterials::CHAINMAIL ( )
static

Definition at line 127 of file VanillaArmorMaterials.php.

◆ COPPER()

static pocketmine\item\VanillaArmorMaterials::COPPER ( )
static

Definition at line 132 of file VanillaArmorMaterials.php.

◆ DIAMOND()

static pocketmine\item\VanillaArmorMaterials::DIAMOND ( )
static

Definition at line 137 of file VanillaArmorMaterials.php.

◆ getAll()

static pocketmine\item\VanillaArmorMaterials::getAll ( )
static
Returns
ArmorMaterial[] @phpstan-return array<string, ArmorMaterial>

Definition at line 122 of file VanillaArmorMaterials.php.

◆ GOLD()

static pocketmine\item\VanillaArmorMaterials::GOLD ( )
static

Definition at line 142 of file VanillaArmorMaterials.php.

◆ IRON()

static pocketmine\item\VanillaArmorMaterials::IRON ( )
static

Definition at line 147 of file VanillaArmorMaterials.php.

◆ LEATHER()

static pocketmine\item\VanillaArmorMaterials::LEATHER ( )
static

Definition at line 152 of file VanillaArmorMaterials.php.

◆ NETHERITE()

static pocketmine\item\VanillaArmorMaterials::NETHERITE ( )
static

Definition at line 157 of file VanillaArmorMaterials.php.

◆ TURTLE()

static pocketmine\item\VanillaArmorMaterials::TURTLE ( )
static

Definition at line 162 of file VanillaArmorMaterials.php.


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