PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\data\bedrock\block\convert\property\CommonProperties Class Reference
+ Collaboration diagram for pocketmine\data\bedrock\block\convert\property\CommonProperties:

Public Attributes

readonly IntProperty $analogRedstoneSignal
 
readonly ValueFromIntProperty $anyFacingClassic
 
readonly ValueFromStringProperty $blockFace
 
readonly array $buttonProperties
 
readonly array $campfireProperties
 
readonly array $copperIdPrefixes
 
readonly array $coralIdPrefixes
 
readonly IntProperty $cropAgeMax7
 
readonly array $doorProperties
 
readonly BoolProperty $doublePlantHalf
 
readonly DummyProperty $dummyCardinalDirection
 
readonly DummyProperty $dummyPillarAxis
 
readonly ValueFromStringProperty $dyeColorIdInfix
 
readonly array $fenceGateProperties
 
readonly IntProperty $floorSignLikeRotation
 
readonly array $furnaceIdPrefixes
 
readonly ValueFromStringProperty $horizontalFacingCardinal
 
readonly ValueFromIntProperty $horizontalFacingClassic
 
readonly ValueFromIntProperty $horizontalFacingSWNE
 
readonly ValueFromIntProperty $horizontalFacingSWNEInverted
 
readonly array $itemFrameProperties
 
readonly IntProperty $liquidData
 
readonly array $liquidIdPrefixes
 
readonly BoolProperty $lit
 
readonly BoolFromStringProperty $litIdInfix
 
readonly ValueSetFromIntProperty $multiFacingFlags
 
readonly ValueFromStringProperty $pillarAxis
 
readonly array $simplePressurePlateProperties
 
readonly BoolFromStringProperty $slabIdInfix
 
readonly BoolFromStringProperty $slabPositionProperty
 
readonly array $stairProperties
 
readonly array $stemProperties
 
readonly ValueFromStringProperty $torchFacing
 
readonly array $trapdoorProperties
 
readonly array $wallProperties
 
readonly array $woodIdPrefixes
 

Detailed Description

Definition at line 61 of file CommonProperties.php.

Member Data Documentation

◆ $analogRedstoneSignal

readonly IntProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$analogRedstoneSignal

@phpstan-var IntProperty<AnalogRedstoneSignalEmitter>

Definition at line 90 of file CommonProperties.php.

◆ $anyFacingClassic

readonly ValueFromIntProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$anyFacingClassic

@phpstan-var ValueFromIntProperty<AnyFacing, int>

Definition at line 81 of file CommonProperties.php.

◆ $blockFace

readonly ValueFromStringProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$blockFace

@phpstan-var ValueFromStringProperty<AnyFacing, int>

Definition at line 65 of file CommonProperties.php.

◆ $buttonProperties

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$buttonProperties

Definition at line 150 of file CommonProperties.php.

◆ $campfireProperties

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$campfireProperties

Definition at line 156 of file CommonProperties.php.

◆ $copperIdPrefixes

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$copperIdPrefixes

Definition at line 126 of file CommonProperties.php.

◆ $coralIdPrefixes

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$coralIdPrefixes

Definition at line 121 of file CommonProperties.php.

◆ $cropAgeMax7

readonly IntProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$cropAgeMax7

@phpstan-var IntProperty<Ageable>

Definition at line 93 of file CommonProperties.php.

◆ $doorProperties

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$doorProperties

Definition at line 162 of file CommonProperties.php.

◆ $doublePlantHalf

readonly BoolProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$doublePlantHalf

@phpstan-var BoolProperty<DoublePlant>

Definition at line 95 of file CommonProperties.php.

◆ $dummyCardinalDirection

readonly DummyProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$dummyCardinalDirection

Definition at line 103 of file CommonProperties.php.

◆ $dummyPillarAxis

readonly DummyProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$dummyPillarAxis

Definition at line 104 of file CommonProperties.php.

◆ $dyeColorIdInfix

readonly ValueFromStringProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$dyeColorIdInfix

@phpstan-var ValueFromStringProperty<Colored, DyeColor>

Definition at line 107 of file CommonProperties.php.

◆ $fenceGateProperties

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$fenceGateProperties

Definition at line 168 of file CommonProperties.php.

◆ $floorSignLikeRotation

readonly IntProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$floorSignLikeRotation

@phpstan-var IntProperty<SignLikeRotation>

Definition at line 87 of file CommonProperties.php.

◆ $furnaceIdPrefixes

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$furnaceIdPrefixes

Definition at line 132 of file CommonProperties.php.

◆ $horizontalFacingCardinal

readonly ValueFromStringProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$horizontalFacingCardinal

@phpstan-var ValueFromStringProperty<HorizontalFacing, int>

Definition at line 72 of file CommonProperties.php.

◆ $horizontalFacingClassic

readonly ValueFromIntProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$horizontalFacingClassic

@phpstan-var ValueFromIntProperty<HorizontalFacing, int>

Definition at line 78 of file CommonProperties.php.

◆ $horizontalFacingSWNE

readonly ValueFromIntProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$horizontalFacingSWNE

@phpstan-var ValueFromIntProperty<HorizontalFacing, int>

Definition at line 74 of file CommonProperties.php.

◆ $horizontalFacingSWNEInverted

readonly ValueFromIntProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$horizontalFacingSWNEInverted

@phpstan-var ValueFromIntProperty<HorizontalFacing, int>

Definition at line 76 of file CommonProperties.php.

◆ $itemFrameProperties

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$itemFrameProperties

Definition at line 174 of file CommonProperties.php.

◆ $liquidData

readonly IntProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$liquidData

@phpstan-var IntProperty<Liquid>

Definition at line 98 of file CommonProperties.php.

◆ $liquidIdPrefixes

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$liquidIdPrefixes

Definition at line 138 of file CommonProperties.php.

◆ $lit

readonly BoolProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$lit

@phpstan-var BoolProperty<Lightable>

Definition at line 101 of file CommonProperties.php.

◆ $litIdInfix

readonly BoolFromStringProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$litIdInfix

@phpstan-var BoolFromStringProperty<Lightable>

Definition at line 110 of file CommonProperties.php.

◆ $multiFacingFlags

readonly ValueSetFromIntProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$multiFacingFlags

@phpstan-var ValueSetFromIntProperty<MultiAnyFacing, int>

Definition at line 84 of file CommonProperties.php.

◆ $pillarAxis

readonly ValueFromStringProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$pillarAxis

@phpstan-var ValueFromStringProperty<PillarRotation, int>

Definition at line 67 of file CommonProperties.php.

◆ $simplePressurePlateProperties

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$simplePressurePlateProperties

Definition at line 180 of file CommonProperties.php.

◆ $slabIdInfix

readonly BoolFromStringProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$slabIdInfix

@phpstan-var BoolFromStringProperty<Slab>

Definition at line 113 of file CommonProperties.php.

◆ $slabPositionProperty

readonly BoolFromStringProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$slabPositionProperty

@phpstan-var BoolFromStringProperty<Slab>

Definition at line 115 of file CommonProperties.php.

◆ $stairProperties

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$stairProperties

Definition at line 186 of file CommonProperties.php.

◆ $stemProperties

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$stemProperties

Definition at line 192 of file CommonProperties.php.

◆ $torchFacing

readonly ValueFromStringProperty pocketmine\data\bedrock\block\convert\property\CommonProperties::$torchFacing

@phpstan-var ValueFromStringProperty<Torch, int>

Definition at line 69 of file CommonProperties.php.

◆ $trapdoorProperties

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$trapdoorProperties

Definition at line 198 of file CommonProperties.php.

◆ $wallProperties

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$wallProperties

Definition at line 204 of file CommonProperties.php.

◆ $woodIdPrefixes

readonly array pocketmine\data\bedrock\block\convert\property\CommonProperties::$woodIdPrefixes

Definition at line 144 of file CommonProperties.php.


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