SetBeaconEffectPacket

data class SetBeaconEffectPacket(val hasPrimaryEffect: Boolean, val primaryEffect: Int?, val hasSecondaryEffect: Boolean, val secondaryEffect: Int?) : ServerBoundPacket

Set Beacon Effect | 0x27 | play | serverbound

Parameters

hasPrimaryEffect

primary_effect is present

primaryEffect

primary_effect

hasSecondaryEffect

secondary_effect is present

secondaryEffect

secondary_effect

See also

Constructors

Link copied to clipboard
constructor(hasPrimaryEffect: Boolean, primaryEffect: Int?, hasSecondaryEffect: Boolean, secondaryEffect: Int?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard