jvm IntValue¶ @Serializable data class IntValue(val value: Int) : BlockEntityStatePacket.SerializedValue Constructors¶ IntValue¶ constructor(value: Int) Properties¶ value¶ val value: Int