Skip to content

CommandBlock.CommandType ​

Available command types.

Kind: Enum

Namespace: CrowdControl.Common

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

CommandType

ReadU8

CommandType

ReadU16

CommandType

ReadU32

CommandType

ReadU64

CommandType

ReadS8

CommandType

ReadS16

CommandType

ReadS32

CommandType

ReadS64

CommandType

ReadBoolean

CommandType

ReadString

CommandType

ReadState

CommandType

ReadBlock

CommandType

WriteU8

CommandType

WriteU16

CommandType

WriteU32

CommandType

WriteU64

CommandType

WriteS8

CommandType

WriteS16

CommandType

WriteS32

CommandType

WriteS64

CommandType

WriteBoolean

CommandType

WriteString

CommandType

WriteState

CommandType

WriteBlock

CommandType

SetBits

CommandType

UnsetBits

CommandType

CompareSwap

CommandType

Freeze8

CommandType

Freeze16

CommandType

Freeze32

CommandType

Freeze64

CommandType

Unfreeze

CommandType

SendMessage

CommandType

RefreshOverlay

CommandType

ClearPending

CommandType

StopProcessing

CommandType

FlushPipelines

Enums

CommandBlock.CommandType

[ReadU8 = 0, ReadU16 = 1, ReadU32 = 2, ReadU64 = 3, ReadS8 = 4, ReadS16 = 5, ReadS32 = 6, ReadS64 = 7, ReadBoolean = 12, ReadString = 13, ReadState = 14, ReadBlock = 15, WriteU8 = 16, WriteU16 = 17, WriteU32 = 18, WriteU64 = 19, WriteS8 = 20, WriteS16 = 21, WriteS32 = 22, WriteS64 = 23, WriteBoolean = 28, WriteString = 29, WriteState = 30, WriteBlock = 31, SetBits = 32, UnsetBits = 33, CompareSwap = 34, Freeze8 = 48, Freeze16 = 49, Freeze32 = 50, Freeze64 = 51, Unfreeze = 63, SendMessage = 240, RefreshOverlay = 256, ClearPending = 257, StopProcessing = 258, FlushPipelines = 259]

Available command types.