Skip to content

Player Monitor v2.0

Overview

You can get various information about a player by using this element.

Ports Definition

Top Output

Function

Output Result

Right Output

Function

Output Result

Bottom Input

Bit Width UsedFunction
16

Synchronous Operations, details are in the table below.

16

Player Index

Left Output

Function

Output Result

Back Input

Bit Width UsedFunction
32

The ID of a memory bank for storing captured image.

Synchronous Operations

📝 Note

If an output is a fraction, the highest(leftmost) bit of the voltages represents the sign, the radix point is between the 16th and 17th bit.

VoltageInformationDescriptionRight OutputTop OutputLeft Output
0 or
Others
NoneOnly if the voltage of the bottom port changes, the information will be updated.000
1Body PositionOutputs are fractions.XYZ
2Body RotationOutputs are fractions in degrees.YawPitchRoll
3Body VelocityOutputs are fractions.XYZ
4Eye PositionOutputs are fractions.XYZ
5Relative Eye RotationRelative to the body. Outputs are fractions in degrees.YawPitch/
6Absolute Eye RotationRelative to the world. Outputs are fractions in degrees.YawPitchRoll
7Properties of Body PositionOutputs are integers.TemperatureHumidityLight (Brightness)
8Spawn PositionOutputs are fractions.XYZ
16Attribute 1Outputs are fractions.HealthStaminaSleep
17Attribute 2Outputs are fractions.FoodBody HeatWetness
18Attribute 3Level is a fraction, others are integers.LevelExperiences For Next LevelThe Value of the Block in Hand
19Attribute 4Outputs are fractions.Time Before Flu RecoveredTime Before Sickness RecoveredTime Before Fire Extinguished
32State 1If the result is true, the output will be 0xFFFFFFFF VWalkingFlyingRiding
33State 2If the result is true, the output will be 0xFFFFFFFF VSneakingFalling/
33State 3If the player is swimming, the right output will be 0xFFFFFFFF V.
Under water depth is a fraction.
SwimmingUnder Water Depth/
48CaptureCapture the player's screen to the memory bank specified by the back input. Outputs are 0 V.
If the game has only one player and the resolution is high, the image will contain UI, otherwise it will not.
///

⚠ Warning

Capture is resource-intensive, please do that only when necessary.